10 #ifndef mrpt_utils_tpixelcoord_H 11 #define mrpt_utils_tpixelcoord_H A pair (x,y) of pixel coordinates (subpixel resolution).
A pair (x,y) of pixel coordinates (integer resolution).
int pixel_coord_t
The type of x and y.
CStream BASE_IMPEXP & operator<<(mrpt::utils::CStream &s, const char *a)
TPixelCoordf()
Default constructor: undefined values of x,y.
TPixelCoordf(const float _x, const float _y)
Constructor from x,y values.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
float pixel_coord_t
The type of x and y.
TPixelCoord TImageSize
A type for image sizes.
TPixelCoord(const int _x, const int _y)