#include <types_c.h>
Public Attributes | ||
| int | type | |
| int | dims | |
| int * | refcount | |
| int | hdr_refcount | |
| union { | ||
| uchar * ptr | ||
| float * fl | ||
| double * db | ||
| int * i | ||
| short * s | ||
| } | data | |
| struct { | ||
| int size | ||
| int step | ||
| } | dim [CV_MAX_DIM] | |
| union { ... } CvMatND::data |
| double* CvMatND::db |
| struct { ... } CvMatND::dim[CV_MAX_DIM] |
| int CvMatND::dims |
| float* CvMatND::fl |
| int CvMatND::hdr_refcount |
| int* CvMatND::i |
| uchar* CvMatND::ptr |
| int* CvMatND::refcount |
| short* CvMatND::s |
| int CvMatND::size |
| int CvMatND::step |
| int CvMatND::type |