MIRA
|
Contains helper to check if two values are approximately the same. More...
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 T , typename U > | |
bool | isApprox (const T &a, const T &b, const U &tol) |
Returns true, if the value a has approximately the same value as b. More... | |
Contains helper to check if two values are approximately the same.