| 
    MRPT
    2.0.4
    
   | 
 
One feature observation entry, used within sequences with TSequenceFeatureObservations.
Definition at line 118 of file vision/include/mrpt/vision/types.h.
#include <mrpt/vision/types.h>
Public Member Functions | |
| TFeatureObservation ()=default | |
| TFeatureObservation (const TLandmarkID _id_feature, const TCameraPoseID _id_frame, const mrpt::img::TPixelCoordf &_px) | |
Public Attributes | |
| TLandmarkID | id_feature | 
| A unique ID of this feature.  More... | |
| TCameraPoseID | id_frame | 
| A unique ID of a "frame" (camera position) from where the feature was observed.  More... | |
| mrpt::img::TPixelCoordf | px | 
| The pixel coordinates of the observed feature.  More... | |
      
  | 
  inlinedefault | 
      
  | 
  inline | 
Definition at line 121 of file vision/include/mrpt/vision/types.h.
| TLandmarkID mrpt::vision::TFeatureObservation::id_feature | 
A unique ID of this feature.
Definition at line 129 of file vision/include/mrpt/vision/types.h.
Referenced by mrpt::vision::reprojectionResiduals(), and mrpt::vision::TSequenceFeatureObservations::saveAsSBAFiles().
| TCameraPoseID mrpt::vision::TFeatureObservation::id_frame | 
A unique ID of a "frame" (camera position) from where the feature was observed.
Definition at line 132 of file vision/include/mrpt/vision/types.h.
Referenced by mrpt::vision::reprojectionResiduals(), and mrpt::vision::TSequenceFeatureObservations::saveAsSBAFiles().
| mrpt::img::TPixelCoordf mrpt::vision::TFeatureObservation::px | 
The pixel coordinates of the observed feature.
Definition at line 134 of file vision/include/mrpt/vision/types.h.
Referenced by reprojectionResidualsElement(), and mrpt::vision::TSequenceFeatureObservations::saveAsSBAFiles().
| Page generated by Doxygen 1.8.14 for MRPT 2.0.4 Git: 33de1d0ad Sat Jun 20 11:02:42 2020 +0200 at sáb jun 20 17:35:17 CEST 2020 |