Two dimensional interpolation. More...
#include <vector>
#include <cstddef>
Go to the source code of this file.
Classes | |
class | Interpolation2D |
Base class for 2d interpolation. More... | |
class | ClosestInterpolation2D |
Closest point 2d interpolation. More... | |
class | BiLinearInterpolation2D |
BiLinear 2d interpolation. More... | |
class | BiCubicInterpolation2D |
BiCubic 2d interpolation. More... |
Two dimensional interpolation.