cv::NAryMatNDIterator Class Reference
#include <cxcore.hpp>
List of all members.
Public Member Functions |
| NAryMatNDIterator () |
| NAryMatNDIterator (const MatND *arrays, size_t count) |
| NAryMatNDIterator (const MatND **arrays, size_t count) |
| NAryMatNDIterator (const MatND &m1) |
| NAryMatNDIterator (const MatND &m1, const MatND &m2) |
| NAryMatNDIterator (const MatND &m1, const MatND &m2, const MatND &m3) |
| NAryMatNDIterator (const MatND &m1, const MatND &m2, const MatND &m3, const MatND &m4) |
| NAryMatNDIterator (const MatND &m1, const MatND &m2, const MatND &m3, const MatND &m4, const MatND &m5) |
| NAryMatNDIterator (const MatND &m1, const MatND &m2, const MatND &m3, const MatND &m4, const MatND &m5, const MatND &m6) |
void | init (const MatND **arrays, size_t count) |
NAryMatNDIterator & | operator++ () |
NAryMatNDIterator | operator++ (int) |
Public Attributes |
vector< MatND > | arrays |
vector< Mat > | planes |
int | nplanes |
Protected Attributes |
int | iterdepth |
int | idx |
Constructor & Destructor Documentation
cv::NAryMatNDIterator::NAryMatNDIterator |
( |
|
) |
|
cv::NAryMatNDIterator::NAryMatNDIterator |
( |
const MatND * |
arrays, |
|
|
size_t |
count | |
|
) |
| | |
cv::NAryMatNDIterator::NAryMatNDIterator |
( |
const MatND ** |
arrays, |
|
|
size_t |
count | |
|
) |
| | |
cv::NAryMatNDIterator::NAryMatNDIterator |
( |
const MatND & |
m1 |
) |
|
cv::NAryMatNDIterator::NAryMatNDIterator |
( |
const MatND & |
m1, |
|
|
const MatND & |
m2 | |
|
) |
| | |
cv::NAryMatNDIterator::NAryMatNDIterator |
( |
const MatND & |
m1, |
|
|
const MatND & |
m2, |
|
|
const MatND & |
m3 | |
|
) |
| | |
cv::NAryMatNDIterator::NAryMatNDIterator |
( |
const MatND & |
m1, |
|
|
const MatND & |
m2, |
|
|
const MatND & |
m3, |
|
|
const MatND & |
m4 | |
|
) |
| | |
cv::NAryMatNDIterator::NAryMatNDIterator |
( |
const MatND & |
m1, |
|
|
const MatND & |
m2, |
|
|
const MatND & |
m3, |
|
|
const MatND & |
m4, |
|
|
const MatND & |
m5 | |
|
) |
| | |
cv::NAryMatNDIterator::NAryMatNDIterator |
( |
const MatND & |
m1, |
|
|
const MatND & |
m2, |
|
|
const MatND & |
m3, |
|
|
const MatND & |
m4, |
|
|
const MatND & |
m5, |
|
|
const MatND & |
m6 | |
|
) |
| | |
Member Function Documentation
void cv::NAryMatNDIterator::init |
( |
const MatND ** |
arrays, |
|
|
size_t |
count | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following files: