OpenCV  4.7.0-dev
Open Source Computer Vision
Public Member Functions | Friends | List of all members
cv::ImageCollection::iterator Struct Reference

#include <opencv2/imgcodecs.hpp>

Public Member Functions

 iterator (ImageCollection *col)
 
 iterator (ImageCollection *col, int end)
 
Matoperator* ()
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
Matoperator-> ()
 

Friends

bool operator!= (const iterator &a, const iterator &b)
 
bool operator== (const iterator &a, const iterator &b)
 

Constructor & Destructor Documentation

◆ iterator() [1/2]

cv::ImageCollection::iterator::iterator ( ImageCollection col)

◆ iterator() [2/2]

cv::ImageCollection::iterator::iterator ( ImageCollection col,
int  end 
)

Member Function Documentation

◆ operator*()

Mat& cv::ImageCollection::iterator::operator* ( )

◆ operator++() [1/2]

iterator& cv::ImageCollection::iterator::operator++ ( )

◆ operator++() [2/2]

iterator cv::ImageCollection::iterator::operator++ ( int  )

◆ operator->()

Mat* cv::ImageCollection::iterator::operator-> ( )

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const iterator a,
const iterator b 
)
friend

◆ operator==

bool operator== ( const iterator a,
const iterator b 
)
friend

The documentation for this struct was generated from the following file: