|
| | MatIterator_ () |
| | 默认构造函数
|
| |
| | MatIterator_ (const MatIterator_ &it) |
| | 拷贝构造函数
|
| |
| | MatIterator_ (Mat_< _Tp > *_m) |
| | 将迭代器设置到矩阵开头的构造函数
|
| |
| | MatIterator_ (Mat_< _Tp > *_m, const int *_idx) |
| | 将迭代器设置到矩阵指定元素的构造函数
|
| |
| | MatIterator_ (Mat_< _Tp > *_m, int _row, int _col=0) |
| | 将迭代器设置到矩阵指定元素的构造函数
|
| |
| | MatIterator_ (Mat_< _Tp > *_m, Point _pt) |
| | 将迭代器设置到矩阵指定元素的构造函数
|
| |
| _Tp & | operator* () const |
| | 返回当前矩阵元素
|
| |
| MatIterator_ & | operator++ () |
| | 递增迭代器
|
| |
| MatIterator_ | operator++ (int) |
| | 递增迭代器
|
| |
| MatIterator_ & | operator+= (ptrdiff_t ofs) |
| | 将迭代器向前移动指定的元素数
|
| |
| MatIterator_ & | operator-- () |
| | 递减迭代器
|
| |
| MatIterator_ | operator-- (int) |
| | 递减迭代器
|
| |
| MatIterator_ & | operator-= (ptrdiff_t ofs) |
| | 将迭代器向后移动指定的元素数
|
| |
| MatIterator_ & | operator= (const MatIterator_< _Tp > &it) |
| | 复制运算符
|
| |
| _Tp & | operator[] (ptrdiff_t i) const |
| | 返回相对于当前的第 i 个矩阵元素
|
| |
| | MatConstIterator_ () |
| | 默认构造函数
|
| |
| | MatConstIterator_ (const Mat_< _Tp > *_m) |
| | 将迭代器设置到矩阵开头的构造函数
|
| |
| | MatConstIterator_ (const Mat_< _Tp > *_m, const int *_idx) |
| | 将迭代器设置到矩阵指定元素的构造函数
|
| |
| | MatConstIterator_ (const Mat_< _Tp > *_m, int _row, int _col=0) |
| | 将迭代器设置到矩阵指定元素的构造函数
|
| |
| | MatConstIterator_ (const Mat_< _Tp > *_m, Point _pt) |
| | 将迭代器设置到矩阵指定元素的构造函数
|
| |
| | MatConstIterator_ (const MatConstIterator_ &it) |
| | 拷贝构造函数
|
| |
| const _Tp & | operator* () const |
| | 返回当前矩阵元素
|
| |
| MatConstIterator_ & | operator++ () |
| | 递增迭代器
|
| |
| MatConstIterator_ | operator++ (int) |
| | 递增迭代器
|
| |
| MatConstIterator_ & | operator+= (ptrdiff_t ofs) |
| | 将迭代器向前移动指定的元素数
|
| |
| MatConstIterator_ & | operator-- () |
| | 递减迭代器
|
| |
| MatConstIterator_ | operator-- (int) |
| | 递减迭代器
|
| |
| MatConstIterator_ & | operator-= (ptrdiff_t ofs) |
| | 将迭代器向后移动指定的元素数
|
| |
| MatConstIterator_ & | operator= (const MatConstIterator_ &it) |
| | 复制运算符
|
| |
| const _Tp & | operator[] (ptrdiff_t i) const |
| | 返回相对于当前的第 i 个矩阵元素
|
| |
| Point | pos () const |
| | 返回当前迭代器位置
|
| |
| | MatConstIterator () |
| | 默认构造函数
|
| |
| | MatConstIterator (const Mat *_m) |
| | 将迭代器设置到矩阵开头的构造函数
|
| |
| | MatConstIterator (const Mat *_m, const int *_idx) |
| | 将迭代器设置到矩阵指定元素的构造函数
|
| |
| | MatConstIterator (const Mat *_m, int _row, int _col=0) |
| | 将迭代器设置到矩阵指定元素的构造函数
|
| |
| | MatConstIterator (const Mat *_m, Point _pt) |
| | 将迭代器设置到矩阵指定元素的构造函数
|
| |
| | MatConstIterator (const MatConstIterator &it) |
| | 拷贝构造函数
|
| |
| ptrdiff_t | lpos () const |
| |
| const uchar * | operator* () const |
| | 返回当前矩阵元素
|
| |
| MatConstIterator & | operator++ () |
| | 递增迭代器
|
| |
| MatConstIterator | operator++ (int) |
| | 递增迭代器
|
| |
| MatConstIterator & | operator+= (ptrdiff_t ofs) |
| | 将迭代器向前移动指定的元素数
|
| |
| MatConstIterator & | operator-- () |
| | 递减迭代器
|
| |
| MatConstIterator | operator-- (int) |
| | 递减迭代器
|
| |
| MatConstIterator & | operator-= (ptrdiff_t ofs) |
| | 将迭代器向后移动指定的元素数
|
| |
| MatConstIterator & | operator= (const MatConstIterator &it) |
| | 复制运算符
|
| |
| const uchar * | operator[] (ptrdiff_t i) const |
| | 返回相对于当前的第 i 个矩阵元素
|
| |
| Point | pos () const |
| | 返回当前迭代器位置
|
| |
| void | pos (int *_idx) const |
| | 返回当前迭代器位置
|
| |
| void | seek (const int *_idx, bool relative=false) |
| |
| void | seek (ptrdiff_t ofs, bool relative=false) |
| |