|
MRPT
1.9.9
|
A pair (x,y) of pixel coordinates (subpixel resolution).
mrpt_img_grp
Definition at line 18 of file TPixelCoord.h.
#include <mrpt/img/TPixelCoord.h>
Public Types | |
| using | pixel_coord_t = float |
| The type of x and y. More... | |
Public Member Functions | |
| TPixelCoordf ()=default | |
| Default constructor: undefined values of x,y. More... | |
| TPixelCoordf (const float _x, const float _y) | |
| Constructor from x,y values. More... | |
| template<typename T > | |
| TPixelCoordf (const std::pair< T, T > &p) | |
Public Attributes | |
| float | x {.0f} |
| float | y {.0f} |
| using mrpt::img::TPixelCoordf::pixel_coord_t = float |
The type of x and y.
Definition at line 21 of file TPixelCoord.h.
|
default |
Default constructor: undefined values of x,y.
|
inline |
Constructor from x,y values.
Definition at line 28 of file TPixelCoord.h.
|
inline |
Definition at line 30 of file TPixelCoord.h.
| float mrpt::img::TPixelCoordf::x {.0f} |
Definition at line 23 of file TPixelCoord.h.
Referenced by aux_projectPoint_with_distortion(), mrpt::vision::checkerBoardStereoCalibration(), mrpt::obs::detail::cost_func(), mrpt::opengl::gl_utils::glGetExtends(), mrpt::vision::TSequenceFeatureObservations::loadFromTextFile(), mrpt::opengl::COctreePointRenderer< CPointCloudColoured >::octree_recursive_render(), mrpt::vision::pixelTo3D(), project_point(), mrpt::vision::pinhole::projectPoint_no_distortion(), mrpt::vision::pinhole::projectPoint_with_distortion(), mrpt::vision::recompute_errors_and_Jacobians(), mrpt::opengl::gl_utils::renderMessageBox(), reprojectionResidualsElement(), mrpt::vision::TSequenceFeatureObservations::saveAsSBAFiles(), and mrpt::vision::pinhole::undistort_point().
| float mrpt::img::TPixelCoordf::y {.0f} |
Definition at line 23 of file TPixelCoord.h.
Referenced by aux_projectPoint_with_distortion(), mrpt::vision::checkerBoardStereoCalibration(), mrpt::obs::detail::cost_func(), mrpt::opengl::gl_utils::glGetExtends(), mrpt::vision::TSequenceFeatureObservations::loadFromTextFile(), mrpt::opengl::COctreePointRenderer< CPointCloudColoured >::octree_recursive_render(), mrpt::vision::pixelTo3D(), project_point(), mrpt::vision::pinhole::projectPoint_no_distortion(), mrpt::vision::pinhole::projectPoint_with_distortion(), mrpt::vision::recompute_errors_and_Jacobians(), mrpt::opengl::gl_utils::renderMessageBox(), reprojectionResidualsElement(), and mrpt::vision::pinhole::undistort_point().
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019 |