One feature observation entry, used within sequences with TSequenceFeatureObservations.
#include <mrpt/vision/types.h>
Public Member Functions | |
| TFeatureObservation () | |
| TFeatureObservation (const TLandmarkID _id_feature, const TCameraPoseID _id_frame, const TPixelCoordf _px) | |
Public Attributes | |
| TLandmarkID | id_feature |
| A unique ID of this feature. | |
| TCameraPoseID | id_frame |
| A unique ID of a "frame" (camera position) from where the feature was observed. | |
| TPixelCoordf | px |
| The pixel coordinates of the observed feature. | |
| mrpt::vision::TFeatureObservation::TFeatureObservation | ( | ) | [inline] |
Definition at line 120 of file vision/include/mrpt/vision/types.h.
| mrpt::vision::TFeatureObservation::TFeatureObservation | ( | const TLandmarkID | _id_feature, |
| const TCameraPoseID | _id_frame, | ||
| const TPixelCoordf | _px | ||
| ) | [inline] |
Definition at line 121 of file vision/include/mrpt/vision/types.h.
A unique ID of this feature.
Definition at line 123 of file vision/include/mrpt/vision/types.h.
A unique ID of a "frame" (camera position) from where the feature was observed.
Definition at line 124 of file vision/include/mrpt/vision/types.h.
The pixel coordinates of the observed feature.
Definition at line 125 of file vision/include/mrpt/vision/types.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |