19 #include <mrpt/otherlibs/do_opencv_includes.h>
virtual void detectObjects_Impl(const mrpt::obs::CObservation *obs, vector_detectable_object &detected)=0
void detectObjects(const mrpt::obs::CObservation::Ptr obs, vector_detectable_object &detected)
A class for storing images as grayscale or RGB bitmaps.
void setFromImageReadOnly(const CImage &other_img)
Sets the internal IplImage pointer to that of another given image, WITHOUT making a copy,...
mrpt::system::TTimeStamp timestamp
The associated UTC time-stamp.
Declares a class derived from "CObservation" that encapsules an image from a camera,...
mrpt::img::CImage image
The image captured by the camera, that is, the main piece of information of this observation.
mrpt::system::TTimeStamp now()
A shortcut for system::getCurrentTime.
std::vector< CDetectableObject::Ptr > vector_detectable_object