CvMatND Struct Reference

#include <types_c.h>

List of all members.

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]

Member Data Documentation

float* CvMatND::fl
double* CvMatND::db
int* CvMatND::i
short* CvMatND::s
union { ... } CvMatND::data
struct { ... } CvMatND::dim[CV_MAX_DIM]

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