EstervQrCode 1.1.1
Library for qr code manipulation
Public Attributes | List of all members
CvMatND Struct Reference

#include <types_c.h>

Public Attributes

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

Detailed Description

Deprecated:
consider using cv::Mat instead

Member Data Documentation

◆ 

union { ... } CvMatND::data

◆ db

double* CvMatND::db

◆ 

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

◆ 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: