9 #ifndef CObservationStereoImagesFeatures_H
10 #define CObservationStereoImagesFeatures_H
30 std::pair<TPixelCoordf,TPixelCoordf>
pixels;
54 CObservationStereoImagesFeatures(
61 CObservationStereoImagesFeatures(
67 ~CObservationStereoImagesFeatures( );
73 void saveFeaturesToTextFile( const
std::
string &filename );
99 inline
void getSensorPose(
CPose3D &out_sensorPose )
const { out_sensorPose =
CPose3D(cameraPoseOnRobot); }
Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values, timewatch, extensions to STL.
void setSensorPose(const CPose3D &newSensorPose)
A general method to change the sensor pose on the robot in a CPose3D form.
void setSensorPose(const CPose3DQuat &newSensorPose)
A general method to change the sensor pose on the robot in a CPose3DQuat form.
This namespace contains algorithms for SLAM, localization, map building, representation of robot's ac...
Declares a class derived from "CObservation" that encapsules a pair of cameras and a set of matched i...
A numeric matrix of compile-time fixed size.
This base provides a set of functions for maths stuff.
#define DEFINE_SERIALIZABLE_PRE_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
This declaration must be inserted in all CSerializable classes definition, before the class declarati...
Declares a class that represents any robot's observation.
A class used to store a 3D pose as a translation (x,y,z) and a quaternion (qr,qx,qy,qz).
class BASE_IMPEXP CPose3DQuat
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
A class used to store a 3D pose (a 3D translation + a rotation in 3D).
void getSensorPose(CPose3DQuat &out_sensorPose) const
A general method to retrieve the sensor pose on the robot in CPose3DQuat form.
A partial specialization of CArrayNumeric for double numbers.
#define DEFINE_SERIALIZABLE_POST_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
std::pair< TPixelCoordf, TPixelCoordf > pixels
Structure to hold the parameters of a pinhole camera model.