|
MRPT
2.0.2
|
A pair (x,y) of pixel coordinates (integer resolution).
Definition at line 40 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 ()=default | |
| TPixelCoord (const int _x, const int _y) | |
| bool | operator== (const TPixelCoord &o) |
Public Attributes | |
| int | x {0} |
| int | y {0} |
| using mrpt::img::TPixelCoord::pixel_coord_t = int |
The type of x and y.
Definition at line 43 of file TPixelCoord.h.
|
default |
|
inline |
Definition at line 46 of file TPixelCoord.h.
|
inline |
Definition at line 47 of file TPixelCoord.h.
| int mrpt::img::TPixelCoord::x {0} |
Definition at line 51 of file TPixelCoord.h.
Referenced by mrpt::vision::checkerBoardStereoCalibration(), do_rectify(), mrpt::img::CImage::getSize(), mrpt::vision::CVideoFileWriter::open(), mrpt::img::operator<<(), mrpt::vision::CVideoFileWriter::operator<<(), operator==(), mrpt::img::CImage::scaleDouble(), mrpt::vision::detail::trackFeatures_addNewFeats< CFeatureList >(), and mrpt::vision::CVideoFileWriter::writeImage().
| int mrpt::img::TPixelCoord::y {0} |
Definition at line 51 of file TPixelCoord.h.
Referenced by mrpt::vision::checkerBoardStereoCalibration(), do_rectify(), mrpt::img::CImage::getSize(), mrpt::vision::CVideoFileWriter::open(), mrpt::img::operator<<(), mrpt::vision::CVideoFileWriter::operator<<(), operator==(), mrpt::img::CImage::scaleDouble(), mrpt::vision::detail::trackFeatures_addNewFeats< CFeatureList >(), and mrpt::vision::CVideoFileWriter::writeImage().
| Page generated by Doxygen 1.8.14 for MRPT 2.0.2 Git: 9b4fd2465 Mon May 4 16:59:08 2020 +0200 at lun may 4 17:26:07 CEST 2020 |