MRPT
1.9.9
|
One relative feature observation entry, used with some relative bundle-adjustment functions.
Definition at line 140 of file vision/include/mrpt/vision/types.h.
#include <mrpt/vision/types.h>
Public Member Functions | |
TRelativeFeaturePos ()=default | |
TRelativeFeaturePos (const mrpt::vision::TCameraPoseID _id_frame_base, const mrpt::math::TPoint3D &_pos) | |
Public Attributes | |
mrpt::vision::TCameraPoseID | id_frame_base |
The ID of the camera frame which is the coordinate reference of pos. More... | |
mrpt::math::TPoint3D | pos |
The (x,y,z) location of the feature, wrt to the camera frame id_frame_base. More... | |
|
inlinedefault |
|
inline |
Definition at line 143 of file vision/include/mrpt/vision/types.h.
mrpt::vision::TCameraPoseID mrpt::vision::TRelativeFeaturePos::id_frame_base |
The ID of the camera frame which is the coordinate reference of pos.
Definition at line 152 of file vision/include/mrpt/vision/types.h.
mrpt::math::TPoint3D mrpt::vision::TRelativeFeaturePos::pos |
The (x,y,z) location of the feature, wrt to the camera frame id_frame_base.
Definition at line 155 of file vision/include/mrpt/vision/types.h.
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |