A pair (x,y) of pixel coordinates (integer resolution).
Definition at line 39 of file TPixelCoord.h.
#include <mrpt/img/TPixelCoord.h>
Public Types | |
using | pixel_coord_t = int |
The type of x and y. More... | |
Public Member Functions | |
TPixelCoord () | |
TPixelCoord (const int _x, const int _y) | |
Public Attributes | |
int | x |
int | y |
using mrpt::img::TPixelCoord::pixel_coord_t = int |
The type of x and y.
Definition at line 42 of file TPixelCoord.h.
|
inline |
Definition at line 44 of file TPixelCoord.h.
|
inline |
Definition at line 45 of file TPixelCoord.h.
int mrpt::img::TPixelCoord::x |
Definition at line 46 of file TPixelCoord.h.
Referenced by mrpt::vision::checkerBoardStereoCalibration(), mrpt::graphslam::CWindowObserver::OnEvent(), mrpt::img::CImage::scaleDouble(), and mrpt::vision::detail::trackFeatures_addNewFeats< CFeatureList >().
int mrpt::img::TPixelCoord::y |
Definition at line 46 of file TPixelCoord.h.
Referenced by mrpt::vision::checkerBoardStereoCalibration(), mrpt::graphslam::CWindowObserver::OnEvent(), mrpt::img::CImage::scaleDouble(), and mrpt::vision::detail::trackFeatures_addNewFeats< CFeatureList >().
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 |