This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
TInterpolationMethod m_method
This class encapsulates a MRPT Image and allows the sampling of individual pixels with sub-pixel accu...
CMappedImage(CImage::Ptr img, double x0=0, double x1=-1, double y0=0, double y1=-1, TInterpolationMethod method=IMG_INTERP_LINEAR)
Constructor: Must pass an image (as a smart pointer) and the coordinates of the border.
void changeCoordinates(double x0, double x1, double y0, double y1)
Changes the coordinates of the image (see constructor for the meaning)
TInterpolationMethod
Interpolation methods for images.
std::shared_ptr< CImage > Ptr
double m_pixel_size
width * pixel_size = (x1-x0)
double getPixel(double x, double y) const
Returns the interpolated pixel at the coordinates (x,y), in the range [0,255] (grayscale) If the poin...
Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST | |