OpenCV453
公開変数類 | 全メンバ一覧
CvNArrayIterator 構造体

#include <core_c.h>

公開変数類

int count
 
int dims
 
CvSize size
 
uchar * ptr [CV_MAX_ARR]
 
int stack [CV_MAX_DIM]
 
CvMatNDhdr [CV_MAX_ARR]
 

詳解

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

メンバ詳解

◆ count

int CvNArrayIterator::count

number of arrays

◆ dims

int CvNArrayIterator::dims

number of dimensions to iterate

◆ hdr

CvMatND* CvNArrayIterator::hdr[CV_MAX_ARR]

pointers to the headers of the matrices that are processed

◆ ptr

uchar* CvNArrayIterator::ptr[CV_MAX_ARR]

pointers to the array slices

◆ size

CvSize CvNArrayIterator::size

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

◆ stack

int CvNArrayIterator::stack[CV_MAX_DIM]

for internal use


この構造体詳解は次のファイルから抽出されました: