Public Attributes | List of all members
CvMat Struct Reference

#include <types_c.h>

Public Attributes

int type
 
int step
 
intrefcount
 
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

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

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