OpenCV  2.4.13.7
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

§ @78

union { ... }

§ @80

union { ... }

§ cols

int CvMat::cols

§ data

union { ... } CvMat::data

§ db

double* CvMat::db

§ fl

float* CvMat::fl

§ hdr_refcount

int CvMat::hdr_refcount

§ height

int CvMat::height

§ i

int* CvMat::i

§ ptr

uchar* CvMat::ptr

§ refcount

int* CvMat::refcount

§ rows

int CvMat::rows

§ s

short* CvMat::s

§ step

int CvMat::step

§ type

int CvMat::type

§ width

int CvMat::width

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