MIRA
|
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>
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> | |
Filter that can be used for linear interpolation.