10 #ifndef CObjectDetection_H
11 #define CObjectDetection_H
This class allows loading and storing values and vectors of different types from a configuration text...
This class allows loading and storing values and vectors of different types from "....
virtual void detectObjects_Impl(const mrpt::obs::CObservation *obs, vector_detectable_object &detected)=0
void detectObjects(const mrpt::obs::CObservation *obs, vector_detectable_object &detected)
void detectObjects(const mrpt::obs::CObservation::Ptr obs, vector_detectable_object &detected)
void init(const std::string &configFile)
Initialize the object with parameters loaded from the given config file.
virtual void init(const mrpt::config::CConfigFileBase &cfg)=0
Initialize the object with parameters loaded from the given config source.
A class for storing images as grayscale or RGB bitmaps.
Declares a class that represents any robot's observation.
std::shared_ptr< CObservation > Ptr
GLsizei const GLchar ** string
std::vector< CDetectableObject::Ptr > vector_detectable_object