struct CvMatND

Deprecated consider using cv::Mat instead

#include <types_c.h>

struct CvMatND
{
    // fields

    union CvMatND::@59 data;
    double* db;
    struct CvMatND::@60 dim[32];
    int dims;
    float* fl;
    int hdr_refcount;
    int* i;
    uchar* ptr;
    int* refcount;
    short* s;
    int size;
    int step;
    int type;

    // construction

    CvMatND();
    CvMatND(const cv::Mat& m);
};