matrix iterator: used for n-ary operations on dense arrays More...
#include "core_c.h"
Public Attributes | |
int | count |
number of arrays More... | |
int | dims |
number of dimensions to iterate More... | |
CvMatND * | hdr [10] |
pointers to the headers of the matrices that are processed More... | |
uchar * | ptr [10] |
pointers to the array slices More... | |
CvSize | size |
maximal common linear size: { width = size, height = 1 } More... | |
int | stack [CV_MAX_DIM] |
for internal use More... | |
matrix iterator: used for n-ary operations on dense arrays
int CvNArrayIterator::count |
number of arrays
int CvNArrayIterator::dims |
number of dimensions to iterate
CvMatND* CvNArrayIterator::hdr[10] |
pointers to the headers of the matrices that are processed
uchar* CvNArrayIterator::ptr[10] |
pointers to the array slices
CvSize CvNArrayIterator::size |
maximal common linear size: { width = size, height = 1 }
int CvNArrayIterator::stack[CV_MAX_DIM] |
for internal use