#include <core.hpp>
§ difference_type
§ iterator_category
§ pointer
§ reference
§ value_type
§ MatConstIterator() [1/6]
cv::MatConstIterator::MatConstIterator |
( |
| ) |
|
|
inline |
§ MatConstIterator() [2/6]
cv::MatConstIterator::MatConstIterator |
( |
const Mat * |
_m | ) |
|
|
inline |
constructor that sets the iterator to the beginning of the matrix
§ MatConstIterator() [3/6]
cv::MatConstIterator::MatConstIterator |
( |
const Mat * |
_m, |
|
|
int |
_row, |
|
|
int |
_col = 0 |
|
) |
| |
|
inline |
constructor that sets the iterator to the specified element of the matrix
§ MatConstIterator() [4/6]
cv::MatConstIterator::MatConstIterator |
( |
const Mat * |
_m, |
|
|
Point |
_pt |
|
) |
| |
|
inline |
constructor that sets the iterator to the specified element of the matrix
§ MatConstIterator() [5/6]
cv::MatConstIterator::MatConstIterator |
( |
const Mat * |
_m, |
|
|
const int * |
_idx |
|
) |
| |
constructor that sets the iterator to the specified element of the matrix
§ MatConstIterator() [6/6]
§ lpos()
ptrdiff_t cv::MatConstIterator::lpos |
( |
| ) |
const |
§ operator*()
uchar * cv::MatConstIterator::operator* |
( |
| ) |
const |
|
inline |
returns the current matrix element
§ operator++() [1/2]
§ operator++() [2/2]
§ operator+=()
shifts the iterator forward by the specified number of elements
§ operator--() [1/2]
§ operator--() [2/2]
§ operator-=()
shifts the iterator backward by the specified number of elements
§ operator=()
§ operator[]()
uchar * cv::MatConstIterator::operator[] |
( |
ptrdiff_t |
i | ) |
const |
|
inline |
returns the i-th matrix element, relative to the current
§ pos() [1/2]
Point cv::MatConstIterator::pos |
( |
| ) |
const |
returns the current iterator position
§ pos() [2/2]
void cv::MatConstIterator::pos |
( |
int * |
_idx | ) |
const |
returns the current iterator position
§ seek() [1/2]
void cv::MatConstIterator::seek |
( |
ptrdiff_t |
ofs, |
|
|
bool |
relative = false |
|
) |
| |
§ seek() [2/2]
void cv::MatConstIterator::seek |
( |
const int * |
_idx, |
|
|
bool |
relative = false |
|
) |
| |
§ elemSize
size_t cv::MatConstIterator::elemSize |
const Mat* cv::MatConstIterator::m |
§ ptr
uchar* cv::MatConstIterator::ptr |
§ sliceEnd
uchar* cv::MatConstIterator::sliceEnd |
§ sliceStart
uchar* cv::MatConstIterator::sliceStart |
The documentation for this class was generated from the following files: