CvMat Struct Reference

#include <types_c.h>

List of all members.

Public Attributes

int type
int step
int * refcount
int hdr_refcount
union {
   uchar *   ptr
   short *   s
   int *   i
   float *   fl
   double *   db
data
union {
   int   rows
   int   height
}; 
union {
   int   cols
   int   width
}; 

Member Data Documentation

short* CvMat::s
int* CvMat::i
float* CvMat::fl
double* CvMat::db
union { ... } CvMat::data
union { ... }
union { ... }

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