|
MIRA
|
#include <image/ImgIterator.h>

Public Member Functions | |
| ImgIteratorBase () | |
| ImgIteratorBase (const cv::Mat *iMat) | |
| ImgIteratorBase (const cv::Mat *iMat, int iRow, int iCol=0) | |
| ImgIteratorBase & | operator+= (ptrdiff_t ofs) |
| shifts the iterator forward by the specified number of elements More... | |
| ImgIteratorBase & | operator-= (ptrdiff_t ofs) |
| shifts the iterator backward by the specified number of elements More... | |
| ImgIteratorBase & | operator-- () |
| move backward one element More... | |
| ImgIteratorBase & | operator++ () |
| move forward one element More... | |
| Point2i | pos () const |
| returns the current iterator position More... | |
| ptrdiff_t | lpos () const |
| void | seek (ptrdiff_t ofs, bool relative=false) |
Public Attributes | |
| const cv::Mat * | m |
| const uchar * | ptr |
| const uchar * | sliceStart |
| const uchar * | sliceEnd |
Static Protected Member Functions | |
| static std::size_t | total (const cv::Mat *m) |
| static std::size_t | step (const cv::Mat *m) |
|
inline |
|
inline |
|
inline |
|
inline |
shifts the iterator forward by the specified number of elements
|
inline |
shifts the iterator backward by the specified number of elements
|
inline |
move backward one element
|
inline |
move forward one element
|
inline |
returns the current iterator position
|
inline |
|
inline |
|
inlinestaticprotected |
|
inlinestaticprotected |
| const cv::Mat* m |
| const uchar* ptr |
| const uchar* sliceStart |
| const uchar* sliceEnd |
1.8.14