19 #include <mrpt/otherlibs/do_opencv_includes.h>    30         this->detectObjects_Impl(&o, detected);
 Declares a class derived from "CObservation" that encapsules an image from a camera, whose relative pose to robot is also stored. 
 
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. 
 
mrpt::system::TTimeStamp now()
A shortcut for system::getCurrentTime. 
 
mrpt::system::TTimeStamp timestamp
The associated UTC time-stamp. 
 
void setFromImageReadOnly(const CImage &other_img)
Sets the internal IplImage pointer to that of another given image, WITHOUT making a copy...
 
std::vector< CDetectableObject::Ptr > vector_detectable_object
 
mrpt::utils::CImage image
The image captured by the camera, that is, the main piece of information of this observation. 
 
void detectObjects(const mrpt::obs::CObservation::Ptr obs, vector_detectable_object &detected)