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

#include <core_c.h>

Public Attributes

int count
 
int dims
 
CvSize size
 
ucharptr [CV_MAX_ARR]
 
int stack [CV_MAX_DIM]
 
CvMatNDhdr [CV_MAX_ARR]
 

Detailed Description

matrix iterator: used for n-ary operations on dense arrays

Member Data Documentation

◆ count

int CvNArrayIterator::count

number of arrays

◆ dims

int CvNArrayIterator::dims

number of dimensions to iterate

◆ hdr

CvMatND* CvNArrayIterator::hdr[CV_MAX_ARR]

pointers to the headers of the matrices that are processed

◆ ptr

uchar* CvNArrayIterator::ptr[CV_MAX_ARR]

pointers to the array slices

◆ size

CvSize CvNArrayIterator::size

maximal common linear size: { width = size, height = 1 }

◆ stack

int CvNArrayIterator::stack[CV_MAX_DIM]

for internal use


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