| 
    ed
    
   | 
 
#include <mask.h>
Public Member Functions | |
| const_iterator (const std::vector< cv::Point2i > &points, size_t index, int factor) | |
| bool | operator!= (const const_iterator &rhs) | 
| cv::Point2i | operator() () | 
| const_iterator & | operator++ () | 
| const_iterator | operator++ (int) | 
| bool | operator== (const const_iterator &rhs) | 
Private Attributes | |
| int | dx_ | 
| int | dy_ | 
| Variables tracking the x/y position in the current sub-image.  More... | |
| int | factor_ | 
| Sub-image X/Y size (sub-image is rectangular).  More... | |
| size_t | index_ | 
| Current sub-image being scanned.  More... | |
| const std::vector< cv::Point2i > & | points_ | 
| Base points of the sub-images.  More... | |
Iterator that scans all sub-images in turn, scanning each sub-image from left to right, from top to bottom (assuming base position of a sub-image is its top-left corner).
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
 1.8.17