opencv on mbed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

CvNArrayIterator Struct Reference

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
CvMatNDhdr [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

int count

number of arrays

Definition at line 568 of file core_c.h.

int dims

number of dimensions to iterate

Definition at line 569 of file core_c.h.

CvMatND* hdr[CV_MAX_ARR]

pointers to the headers of the matrices that are processed

Definition at line 573 of file core_c.h.

uchar* ptr[CV_MAX_ARR]

pointers to the array slices

Definition at line 571 of file core_c.h.

CvSize size

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

Definition at line 570 of file core_c.h.

int stack[CV_MAX_DIM]

for internal use

Definition at line 572 of file core_c.h.