|
| svlSampleImageCustom () |
|
| svlSampleImageCustom (bool owndata) |
|
| svlSampleImageCustom (const svlSampleImageCustom< _ValueType, _DataChannels, _VideoChannels > &other) |
|
| ~svlSampleImageCustom () |
|
svlSampleImageCustom & | operator= (const svlSampleImageCustom< _ValueType, _DataChannels, _VideoChannels > &other) |
|
svlSample * | GetNewInstance () const |
|
svlStreamType | GetType () const |
|
int | SetSize (const svlSample *sample) |
|
int | SetSize (const svlSample &sample) |
|
int | CopyOf (const svlSample *sample) |
|
int | CopyOf (const svlSample &sample) |
|
bool | IsInitialized () const |
|
unsigned char * | GetUCharPointer () |
|
const unsigned char * | GetUCharPointer () const |
|
unsigned int | GetDataSize () const |
|
virtual void | SerializeRaw (std::ostream &outputStream) const |
|
virtual void | DeSerializeRaw (std::istream &inputStream) |
|
IplImage * | IplImageRef (const unsigned int CMN_UNUSED(videochannel)=0) const |
|
cv::Mat | CvMatRef (const unsigned int CMN_UNUSED(videochannel)=0) const |
|
unsigned char * | GetUCharPointer (const unsigned int videochannel) |
|
const unsigned char * | GetUCharPointer (const unsigned int videochannel) const |
|
unsigned char * | GetUCharPointer (const unsigned int videochannel, const unsigned int x, const unsigned int y) |
|
const unsigned char * | GetUCharPointer (const unsigned int videochannel, const unsigned int x, const unsigned int y) const |
|
void | SetSize (const unsigned int width, const unsigned int height) |
|
void | SetSize (const unsigned int videochannel, const unsigned int width, const unsigned int height) |
|
int | SetSize (const IplImage *CMN_UNUSED(ipl_image), const unsigned int CMN_UNUSED(videochannel)=0) |
|
int | SetSize (const cv::Mat &CMN_UNUSED(cv_mat), const unsigned int CMN_UNUSED(videochannel)=0) |
|
int | CopyOf (const IplImage *CMN_UNUSED(ipl_image), const unsigned int CMN_UNUSED(videochannel)=0) |
|
int | CopyOf (const cv::Mat &CMN_UNUSED(cv_mat), const unsigned int CMN_UNUSED(videochannel)=0) |
|
unsigned int | GetVideoChannels () const |
|
unsigned int | GetDataChannels () const |
|
unsigned int | GetBPP () const |
|
unsigned int | GetWidth (const unsigned int videochannel=0) const |
|
unsigned int | GetHeight (const unsigned int videochannel=0) const |
|
unsigned int | GetRowStride (const unsigned int videochannel=0) const |
|
unsigned int | GetDataSize (const unsigned int videochannel) const |
|
svlSampleImage * | GetSubImage (const unsigned int top, const unsigned int height, const unsigned int videochannel=0) |
|
svlSampleImage * | GetSubImage (svlProcInfo *procInfo, const unsigned int videochannel=0) |
|
template<class __ownerType > |
int | SetMatrix (vctDynamicMatrixBase< __ownerType, _ValueType > &matrix, unsigned int videochannel=0) |
|
int | SetMatrix (cv::Mat &matrix, unsigned int videochannel=0) |
|
vctDynamicMatrixRef< _ValueType > | GetMatrixRef (const unsigned int videochannel=0) |
|
vctDynamicConstMatrixRef
< _ValueType > | GetMatrixRef (const unsigned int videochannel=0) const |
|
_ValueType * | GetPointer (const unsigned int videochannel=0) |
|
const _ValueType * | GetPointer (const unsigned int videochannel=0) const |
|
_ValueType * | GetPointer (const unsigned int videochannel, const unsigned int x, const unsigned int y) |
|
const _ValueType * | GetPointer (const unsigned int videochannel, const unsigned int x, const unsigned int y) const |
|
| svlSampleImage () |
|
| svlSampleImage (const svlSampleImage &other) |
|
virtual | ~svlSampleImage () |
|
virtual svlPixelType | GetPixelType () const |
|
virtual int | GetAlphaChannel () const |
|
virtual IplImage * | IplImageRef (const unsigned int videochannel=0) const =0 |
|
virtual cv::Mat | CvMatRef (const unsigned int videochannel=0) const =0 |
|
virtual int | SetSize (const IplImage *ipl_image, const unsigned int videochannel=0)=0 |
|
virtual int | SetSize (const cv::Mat &cv_mat, const unsigned int videochannel=0)=0 |
|
virtual int | CopyOf (const IplImage *ipl_image, const unsigned int videochannel=0)=0 |
|
virtual int | CopyOf (const cv::Mat &cv_mat, const unsigned int videochannel=0)=0 |
|
int | ImportData (unsigned char *input, const unsigned int size, const int param=0, const unsigned int videoch=SVL_LEFT) |
|
int | ImportData (unsigned short *input, const unsigned int size, const int param=0, const unsigned int videoch=SVL_LEFT) |
|
int | ImportData (unsigned int *input, const unsigned int size, const int param=0, const unsigned int videoch=SVL_LEFT) |
|
int | ImportData (float *input, const unsigned int size, const int param=0, const unsigned int videoch=SVL_LEFT) |
|
int | ImportImage (const svlSampleImage *image, const int param=0) |
|
int | ImportImage (const svlSampleImage &image, const int param=0) |
|
int | ImportImage (const svlSampleImage *image, const unsigned int src_channel, const unsigned int dest_channel, const int param=0) |
|
int | ImportImage (const svlSampleImage &image, const unsigned int src_channel, const unsigned int dest_channel, const int param=0) |
|
int | ImportMatrix (const svlSampleMatrix *matrix, const int param=0, const unsigned int videoch=SVL_LEFT) |
|
int | ImportSample (const svlSample *sample) |
|
int | ImportSample (const svlSample *sample, const unsigned int videoch) |
|
| svlSample () |
|
| svlSample (const svlSample &other) |
|
svlSample & | operator= (const svlSample &other) |
|
virtual | ~svlSample () |
|
void | SetTimestamp (double ts) |
|
double | GetTimestamp () const |
|
void | SetEncoder (const std::string &codec, const int parameter) |
|
void | GetEncoder (std::string &codec, int ¶meter) const |
|
| mtsGenericObject (void) |
|
| mtsGenericObject (double timestamp, bool automaticTimestamp, bool valid) |
|
| mtsGenericObject (const mtsGenericObject &other) |
|
virtual | ~mtsGenericObject (void) |
|
bool | SetTimestampIfAutomatic (double timestamp) |
|
virtual void | ToStream (std::ostream &outputStream) const |
|
virtual void | ToStreamRaw (std::ostream &outputStream, const char delimiter= ' ', bool headerOnly=false, const std::string &headerPrefix="") const |
|
virtual bool | FromStreamRaw (std::istream &inputStream, const char delimiter= ' ') |
|
size_t | ScalarNumber (void) const |
|
bool | ScalarNumberIsFixed (void) const |
|
double | Scalar (const size_t index) const throw (std::out_of_range) |
|
std::string | ScalarDescription (const size_t index, const std::string &userDescription="") const throw (std::out_of_range) |
|
virtual | ~cmnGenericObject (void) |
|
virtual const
cmnClassServicesBase * | Services (void) const =0 |
|
bool | ReconstructFrom (const cmnGenericObject &other) |
|
std::string | ToString (void) const |
|
virtual cmnLogger::StreamBufType * | GetLogMultiplexer (void) const |
|
virtual double | Scalar (const size_t CMN_UNUSED(index)) const throw (std::out_of_range) |
|
virtual std::string | ScalarDescription (const size_t CMN_UNUSED(index), const std::string &CMN_UNUSED(userDescription)) const |
|