OpenCV
3.4.2
Open Source Computer Vision
|
#include "core_c.h"
Public Attributes | |
int | count |
int | dims |
CvMatND * | hdr [10] |
uchar * | ptr [10] |
CvSize | size |
int | stack [CV_MAX_DIM] |
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