OpenCV
4.7.0-dev
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-> | ( | ) |