OpenCV  3.4.12
Open Source Computer Vision
Public Attributes | List of all members

#include <opencv2/core/types_c.h>

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

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: