#include <types_c.h>
Public Attributes | |
int | cols |
union { | |
double * db | |
float * fl | |
int * i | |
uchar * ptr | |
short * s | |
} | data |
int | hdr_refcount |
int * | refcount |
int | rows |
int | step |
int | type |
Definition at line 622 of file core/types_c.h.
int CvMat::cols |
Definition at line 654 of file core/types_c.h.
union { ... } CvMat::data |
double* CvMat::db |
Definition at line 637 of file core/types_c.h.
float* CvMat::fl |
Definition at line 636 of file core/types_c.h.
Definition at line 629 of file core/types_c.h.
int* CvMat::i |
Definition at line 635 of file core/types_c.h.
Definition at line 633 of file core/types_c.h.
int* CvMat::refcount |
Definition at line 628 of file core/types_c.h.
int CvMat::rows |
Definition at line 653 of file core/types_c.h.
short* CvMat::s |
Definition at line 634 of file core/types_c.h.
int CvMat::step |
Definition at line 625 of file core/types_c.h.
int CvMat::type |
Definition at line 624 of file core/types_c.h.