MIRA
Namespaces | Functions
IsApprox.h File Reference

Contains helper to check if two values are approximately the same. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Contains helper to check if two values are approximately the same.

Author
Erik Einhorn
Date
2011/02/01