MIRA
|
Collection of functors. More...
#include <functional>
#include <iostream>
Go to the source code of this file.
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Functions | |
template<typename P , typename Op > | |
Private::EvalFirstOf< P, Op > | evalFirstOf (const Op &iOp, const typename P::first_type &iValue) |
Functor for using STL functions like find_if, erase_if... More... | |
template<typename P , typename Op > | |
Private::EvalSecondOf< P, Op > | evalSecondOf (const Op &iOp, const typename P::second_type &iValue) |
Functor for using stl functions like find_if, erase_if... More... | |
Collection of functors.