#include <types_c.h>
Public Attributes | |
int | type |
int | step |
int * | refcount |
int | hdr_refcount |
union { | |
uchar * ptr | |
short * s | |
int * i | |
float * fl | |
double * db | |
} | data |
union { | |
int rows | |
int height | |
}; | |
union { | |
int cols | |
int width | |
}; | |
union { ... } |
union { ... } |
int CvMat::cols |
union { ... } CvMat::data |
double* CvMat::db |
float* CvMat::fl |
int CvMat::hdr_refcount |
int CvMat::height |
int* CvMat::i |
uchar* CvMat::ptr |
int* CvMat::refcount |
int CvMat::rows |
short* CvMat::s |
int CvMat::step |
int CvMat::type |
int CvMat::width |