enum mrpt::img::TInterpolationMethod
Overview
Interpolation methods for images. More…
#include <CImage.h> enum TInterpolationMethod { IMG_INTERP_NN = 0, IMG_INTERP_LINEAR = 1, IMG_INTERP_CUBIC = 2, IMG_INTERP_AREA = 3, };
Detailed Documentation
Interpolation methods for images.
Used for OpenCV related operations with images, but also with MRPT native classes. These are numerically compatible to cv::InterpolationFlags
See also: