Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of gr-peach-opencv-project-sd-card by
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 14:47:58 by
