OpenCV  3.0.0-dev
Open Source Computer Vision
Public Attributes | List of all members
CvNArrayIterator Struct Reference

#include "core_c.h"

Public Attributes

int count
 
int dims
 
CvMatNDhdr [10]
 
ucharptr [10]
 
CvSize size
 
int stack [CV_MAX_DIM]
 

Detailed Description

matrix iterator: used for n-ary operations on dense arrays

Member Data Documentation

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


The documentation for this struct was generated from the following file: