OpenCV  2.4.13.4
Open Source Computer Vision
CvMatND Struct Reference

#include <types_c.h>

Public Attributes

int type
 
int dims
 
intrefcount
 
int hdr_refcount
 
union {
   uchar *   ptr
 
   float *   fl
 
   double *   db
 
   int *   i
 
   short *   s
 
data
 
struct {
   int   size
 
   int   step
 
dim [32]
 

Member Data Documentation

§ data

union { ... } CvMatND::data

§ db

double* CvMatND::db

§ dim

struct { ... } CvMatND::dim[ 32 ]

§ dims

int CvMatND::dims

§ fl

float* CvMatND::fl

§ hdr_refcount

int CvMatND::hdr_refcount

§ i

int* CvMatND::i

§ ptr

uchar* CvMatND::ptr

§ refcount

int* CvMatND::refcount

§ s

short* CvMatND::s

§ size

int CvMatND::size

§ step

int CvMatND::step

§ type

int CvMatND::type

The documentation for this struct was generated from the following file: