|  | OpenCV
    3.4.13
    Open Source Computer Vision | 
#include <opencv2/core/types_c.h>
| Public Attributes | |
| union { | |
| double * db | |
| float * fl | |
| int * i | |
| uchar * ptr | |
| short * s | |
| } | data | 
| struct { | |
| int size | |
| int step | |
| } | dim [32] | 
| int | dims | 
| int | hdr_refcount | 
| int * | refcount | 
| int | type | 
| union { ... } CvMatND::data | 
| double* CvMatND::db | 
| struct { ... } CvMatND::dim[ 32 ] | 
| 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 | 
 1.8.13
 1.8.13