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