#include <opencv2/core/mat.hpp>
◆ difference_type
◆ iterator_category
◆ pointer
◆ reference
◆ value_type
◆ MatConstIterator() [1/6]
      
        
          | cv::MatConstIterator::MatConstIterator  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ MatConstIterator() [2/6]
      
        
          | cv::MatConstIterator::MatConstIterator  | 
          ( | 
          const Mat * |           _m | ) | 
           | 
        
      
 
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 ) | 
        
      
 
constructor that sets the iterator to the specified element of the matrix 
 
 
◆ MatConstIterator() [4/6]
      
        
          | cv::MatConstIterator::MatConstIterator  | 
          ( | 
          const Mat * |           _m,  | 
        
        
           | 
           | 
          Point |           _pt ) | 
        
      
 
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*()
      
        
          | const uchar * cv::MatConstIterator::operator*  | 
          ( | 
           | ) | 
           const | 
        
      
 
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[]()
      
        
          | const uchar * cv::MatConstIterator::operator[]  | 
          ( | 
          ptrdiff_t |           i | ) | 
           const | 
        
      
 
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  | 
          ( | 
          const int * |           _idx,  | 
        
        
           | 
           | 
          bool |           relative = false ) | 
        
      
 
 
◆ seek() [2/2]
      
        
          | void cv::MatConstIterator::seek  | 
          ( | 
          ptrdiff_t |           ofs,  | 
        
        
           | 
           | 
          bool |           relative = false ) | 
        
      
 
 
◆ elemSize
      
        
          | size_t cv::MatConstIterator::elemSize | 
        
      
 
 
      
        
          | const Mat* cv::MatConstIterator::m | 
        
      
 
 
◆ ptr
      
        
          | const uchar* cv::MatConstIterator::ptr | 
        
      
 
 
◆ sliceEnd
      
        
          | const uchar* cv::MatConstIterator::sliceEnd | 
        
      
 
 
◆ sliceStart
      
        
          | const uchar* cv::MatConstIterator::sliceStart | 
        
      
 
 
The documentation for this class was generated from the following file: