MIRA
Classes | Namespaces
LinearInterpolator.h File Reference

Filter that can be used for linear interpolation. More...

#include <assert.h>
#include <limits>
#include <math/IsApprox.h>
#include <math/Lerp.h>
#include <math/IntervalFilter.h>
Include dependency graph for LinearInterpolator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LinearInterpolator
 1D linear interpolator. More...
 
class  LinearInterpolatorNoExtrapolation
 1D linear interpolator. More...
 
class  LinearInterpolatorNearestNeighbourExtrapolator
 1D linear interpolator. More...
 
class  LinearInterpolatorExtrapolationLimit
 1D linear interpolator. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Detailed Description

Filter that can be used for linear interpolation.

Author
Erik Einhorn
Date
2010/10/03