Wondercoll
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
CvMat Struct Reference

#include <cxtypes.h>

Public Attributes

int type
 
int step
 
intrefcount
 
int hdr_refcount
 
union {
   uchar *   ptr
 
   short *   s
 
   int *   i
 
   float *   fl
 
   double *   db
 
data
 
int rows
 
int cols
 

Member Data Documentation

int CvMat::cols
union { ... } CvMat::data
double* CvMat::db
float* CvMat::fl
int CvMat::hdr_refcount
int* CvMat::i
uchar* CvMat::ptr
int* CvMat::refcount
int CvMat::rows
short* CvMat::s
int CvMat::step
int CvMat::type

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