Main MRPT website > C++ reference
MRPT logo
Public Member Functions | Public Attributes
mrpt::vision::TRelativeFeaturePos Struct Reference

Detailed Description

One relative feature observation entry, used with some relative bundle-adjustment functions.

#include <mrpt/vision/types.h>

List of all members.

Public Member Functions

 TRelativeFeaturePos ()
 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.
mrpt::math::TPoint3D pos
 The (x,y,z) location of the feature, wrt to the camera frame id_frame_base.

Constructor & Destructor Documentation

mrpt::vision::TRelativeFeaturePos::TRelativeFeaturePos ( ) [inline]

Definition at line 132 of file vision/include/mrpt/vision/types.h.

mrpt::vision::TRelativeFeaturePos::TRelativeFeaturePos ( const mrpt::vision::TCameraPoseID  _id_frame_base,
const mrpt::math::TPoint3D  _pos 
) [inline]

Definition at line 133 of file vision/include/mrpt/vision/types.h.


Member Data Documentation

The ID of the camera frame which is the coordinate reference of pos.

Definition at line 135 of file vision/include/mrpt/vision/types.h.

The (x,y,z) location of the feature, wrt to the camera frame id_frame_base.

Definition at line 136 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