11 #ifndef CObjectDetection_H    12 #define CObjectDetection_H    40                                 detectObjects_Impl(obs.pointer(), detected); 
    45                                 detectObjects_Impl( obs, detected );
 A class for storing images as grayscale or RGB bitmaps. 
 
void detectObjects(const mrpt::obs::CObservationPtr obs, vector_detectable_object &detected)
 
This class allows loading and storing values and vectors of different types from ".ini" files easily. 
 
std::vector< CDetectableObjectPtr > vector_detectable_object
 
This class allows loading and storing values and vectors of different types from a configuration text...
 
void init(const std::string &configFile)
Initialize the object with parameters loaded from the given config file. 
 
GLsizei const GLchar ** string
 
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. 
 
Declares a class that represents any robot's observation. 
 
void detectObjects(const mrpt::obs::CObservation *obs, vector_detectable_object &detected)