|
MIRA
|
ImgIterator classes that wrap OpenCV iterators. More...


Go to the source code of this file.
Classes | |
| class | ImgIteratorBase |
| class | ImgConstIterator< T > |
| Const image iterator that allows to iterate over images or image regions pixel by pixel similar to iterators of containers. More... | |
| class | ImgIterator< T > |
| Image iterator that allows to iterate over images or image regions pixel by pixel similar to iterators of containers. More... | |
| class | UntypedImgIteratorValue |
| class | UntypedImgConstIterator |
| Untyped const image iterator, that allows to iterate over images or image regions pixel by pixel similar to iterators of containers. More... | |
| class | UntypedImgIterator |
| Untyped image iterator, that allows to iterate over images or image regions pixel by pixel similar to iterators of containers. More... | |
Namespaces | |
| mira | |
| specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Macros | |
| #define | MIRA_GENERATE_IMG_ITERATOR_OPS(IteratorType) |
Functions | |
| bool | operator== (const ImgIteratorBase &a, const ImgIteratorBase &b) |
| bool | operator!= (const ImgIteratorBase &a, const ImgIteratorBase &b) |
| bool | operator< (const ImgIteratorBase &a, const ImgIteratorBase &b) |
| bool | operator> (const ImgIteratorBase &a, const ImgIteratorBase &b) |
| bool | operator<= (const ImgIteratorBase &a, const ImgIteratorBase &b) |
| bool | operator>= (const ImgIteratorBase &a, const ImgIteratorBase &b) |
ImgIterator classes that wrap OpenCV iterators.
| #define MIRA_GENERATE_IMG_ITERATOR_OPS | ( | IteratorType | ) |
1.8.14