9 #ifndef CObservationStereoImages_H
10 #define CObservationStereoImages_H
58 CObservationStereoImages(
void *iplImageLeft,
void *iplImageRight,
void *iplImageDisparity = NULL,
bool ownMemory = false );
62 ~CObservationStereoImages( );
78 bool hasImageDisparity;
105 bool areImagesRectified() const;
114 void getSensorPose(
CPose3D &out_sensorPose )
const { out_sensorPose = cameraPose; }
Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values, timewatch, extensions to STL.
A class for storing images as grayscale or RGB bitmaps.
Structure to hold the parameters of a pinhole stereo camera model.
#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
Observation class for either a pair of left+right or left+disparity images from a stereo camera...
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...
void setSensorPose(const CPose3D &newSensorPose)
A general method to change the sensor pose on the robot.
A class used to store a 3D pose (a 3D translation + a rotation in 3D).
#define DEFINE_SERIALIZABLE_POST_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
Structure to hold the parameters of a pinhole camera model.