OpenCV 4.10.0
开源计算机视觉
|
#include <opencv2/imgcodecs.hpp>
公有成员函数 | |
iterator (ImageCollection *col) | |
iterator (ImageCollection *col, int end) | |
Mat & | operator* () |
iterator & | operator++ () |
iterator | operator++ (int) |
Mat * | operator-> () |
友元 | |
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-> | ( | ) |