OpenCV  3.2.0
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members

#include "types_c.h"

Public Member Functions

 CvMatND ()
 
 CvMatND (const cv::Mat &m)
 

Public Attributes

union {
   double *   db
 
   float *   fl
 
   int *   i
 
   uchar *   ptr
 
   short *   s
 
data
 
struct {
   int   size
 
   int   step
 
dim [32]
 
int dims
 
int hdr_refcount
 
int * refcount
 
int type
 

Detailed Description

Deprecated:
consider using cv::Mat instead

Constructor & Destructor Documentation

§ CvMatND() [1/2]

CvMatND::CvMatND ( )

§ CvMatND() [2/2]

CvMatND::CvMatND ( const cv::Mat m)

Member Data Documentation

§ data

union { ... } CvMatND::data

§ db

double* CvMatND::db

§ dim

struct { ... } CvMatND::dim[ 32 ]

§ dims

int CvMatND::dims

§ fl

float* CvMatND::fl

§ hdr_refcount

int CvMatND::hdr_refcount

§ i

int* CvMatND::i

§ ptr

uchar* CvMatND::ptr

§ refcount

int* CvMatND::refcount

§ s

short* CvMatND::s

§ size

int CvMatND::size

§ step

int CvMatND::step

§ type

int CvMatND::type

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