opencv on mbed
CvNArrayIterator Struct Reference
[C structures and operations]
matrix iterator: used for n-ary operations on dense arrays More...
#include <core_c.h>
Data Fields | |
int | count |
number of arrays | |
int | dims |
number of dimensions to iterate | |
CvSize | size |
maximal common linear size: { width = size, height = 1 } | |
uchar * | ptr [CV_MAX_ARR] |
pointers to the array slices | |
int | stack [CV_MAX_DIM] |
for internal use | |
CvMatND * | hdr [CV_MAX_ARR] |
pointers to the headers of the matrices that are processed |
Detailed Description
matrix iterator: used for n-ary operations on dense arrays
Definition at line 566 of file core_c.h.
Field Documentation
CvSize size |
Generated on Tue Jul 12 2022 16:42:42 by 1.7.2