OpenCV  2.4.13
Open Source Computer Vision
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

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

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