OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
cv::ImageCollection::iterator Struct Reference

#include <opencv2/imgcodecs.hpp>

Collaboration diagram for cv::ImageCollection::iterator:

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 Symbol 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: