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 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 |
float | y |
using mrpt::img::TPixelCoordf::pixel_coord_t = float |
The type of x and y.
Definition at line 21 of file TPixelCoord.h.
|
inline |
Default constructor: undefined values of x,y.
Definition at line 26 of file TPixelCoord.h.
|
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 |
Definition at line 23 of file TPixelCoord.h.
Referenced by aux_projectPoint_with_distortion(), mrpt::vision::checkerBoardStereoCalibration(), mrpt::obs::detail::cost_func(), mrpt::vision::CCamModel::distort_a_point(), mrpt::opengl::gl_utils::glGetExtends(), mrpt::vision::TSequenceFeatureObservations::loadFromTextFile(), mrpt::opengl::COctreePointRenderer< CPointCloudColoured >::octree_recursive_render(), mrpt::vision::pixelTo3D(), mrpt::vision::CCamModel::project_3D_point(), 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(), mrpt::vision::pinhole::undistort_point(), and mrpt::vision::CCamModel::unproject_3D_point().
float mrpt::img::TPixelCoordf::y |
Definition at line 23 of file TPixelCoord.h.
Referenced by aux_projectPoint_with_distortion(), mrpt::vision::checkerBoardStereoCalibration(), mrpt::obs::detail::cost_func(), mrpt::vision::CCamModel::distort_a_point(), mrpt::opengl::gl_utils::glGetExtends(), mrpt::vision::TSequenceFeatureObservations::loadFromTextFile(), mrpt::opengl::COctreePointRenderer< CPointCloudColoured >::octree_recursive_render(), mrpt::vision::pixelTo3D(), mrpt::vision::CCamModel::project_3D_point(), 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::pinhole::undistort_point(), and mrpt::vision::CCamModel::unproject_3D_point().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020 |