cv::MatConstIterator Class Reference
#include <core.hpp>
Inheritance diagram for cv::MatConstIterator:
Public Types
Public Member Functions
constructor that sets the iterator to the beginning of the matrix
More...
constructor that sets the iterator to the specified element of the matrix
More...
constructor that sets the iterator to the specified element of the matrix
More...
constructor that sets the iterator to the specified element of the matrix
More...
returns the current matrix element
More...
returns the i-th matrix element, relative to the current
More...
shifts the iterator forward by the specified number of elements
More...
shifts the iterator backward by the specified number of elements
More...
returns the current iterator position
More...
returns the current iterator position
More...
void seek (ptrdiff_t ofs, bool relative=false)
Public Attributes
Member Typedef Documentation
Constructor & Destructor Documentation
cv::MatConstIterator::MatConstIterator
(
)
inline
cv::MatConstIterator::MatConstIterator
(
const
Mat *
_m )
inline
constructor that sets the iterator to the beginning of the matrix
cv::MatConstIterator::MatConstIterator
(
const
Mat *
_m,
)
inline
constructor that sets the iterator to the specified element of the matrix
cv::MatConstIterator::MatConstIterator
(
const
Mat *
_m,
)
inline
constructor that sets the iterator to the specified element of the matrix
cv::MatConstIterator::MatConstIterator
(
const
Mat *
_m,
)
constructor that sets the iterator to the specified element of the matrix
Member Function Documentation
ptrdiff_t cv::MatConstIterator::lpos
(
)
const
uchar * cv::MatConstIterator::operator*
(
)
const
inline
returns the current matrix element
shifts the iterator forward by the specified number of elements
shifts the iterator backward by the specified number of elements
uchar * cv::MatConstIterator::operator[]
(
ptrdiff_t
i )
const
inline
returns the i-th matrix element, relative to the current
Point cv::MatConstIterator::pos
(
)
const
returns the current iterator position
void cv::MatConstIterator::pos
(
int *
_idx )
const
returns the current iterator position
void cv::MatConstIterator::seek
(
ptrdiff_t
ofs,
bool
relative = false
)
void cv::MatConstIterator::seek
(
const
int *
_idx,
bool
relative = false
)
Member Data Documentation
size_t cv::MatConstIterator::elemSize
const
Mat* cv::MatConstIterator::m
uchar* cv::MatConstIterator::ptr
uchar* cv::MatConstIterator::sliceEnd
uchar* cv::MatConstIterator::sliceStart
The documentation for this class was generated from the following files: