![]()  | 
  
    OpenCV
    5.0.0alpha
    
   Open Source Computer Vision 
   | 
 
#include <opencv2/imgcodecs.hpp>
Public Member Functions | |
| iterator (ImageCollection *col) | |
| iterator (ImageCollection *col, int end) | |
| Mat & | operator* () | 
| iterator & | operator++ () | 
| iterator | operator++ (int) | 
| Mat * | operator-> () | 
Friends | |
| bool | operator!= (const iterator &a, const iterator &b) | 
| bool | operator== (const iterator &a, const iterator &b) | 
| cv::ImageCollection::iterator::iterator | ( | ImageCollection * | col | ) | 
| cv::ImageCollection::iterator::iterator | ( | ImageCollection * | col, | 
| int | end ) | 
| Mat & cv::ImageCollection::iterator::operator* | ( | ) | 
| iterator & cv::ImageCollection::iterator::operator++ | ( | ) | 
| iterator cv::ImageCollection::iterator::operator++ | ( | int | ) | 
| Mat * cv::ImageCollection::iterator::operator-> | ( | ) | 
 1.12.0