Definition at line 29 of file CObjectDetection.h.
#include <mrpt/detectors/CObjectDetection.h>

Public Member Functions | |
| void | init (const std::string &configFile) |
| Initialize the object with parameters loaded from the given config file. More... | |
| virtual void | init (const mrpt::utils::CConfigFileBase &cfg)=0 |
| Initialize the object with parameters loaded from the given config source. More... | |
| void | detectObjects (const CObservationPtr obs, vector_detectable_object &detected) |
| void | detectObjects (const CObservation *obs, vector_detectable_object &detected) |
| void | detectObjects (const CImage *img, vector_detectable_object &detected) |
Protected Member Functions | |
| virtual void | detectObjects_Impl (const CObservation *obs, vector_detectable_object &detected)=0 |
|
inline |
Definition at line 44 of file CObjectDetection.h.
|
inline |
Definition at line 49 of file CObjectDetection.h.
| void mrpt::detectors::CObjectDetection::detectObjects | ( | const CImage * | img, |
| vector_detectable_object & | detected | ||
| ) |
|
protectedpure virtual |
Implemented in mrpt::detectors::CFaceDetection, and mrpt::detectors::CCascadeClassifierDetection.
|
inline |
Initialize the object with parameters loaded from the given config file.
Definition at line 35 of file CObjectDetection.h.
|
pure virtual |
Initialize the object with parameters loaded from the given config source.
Implemented in mrpt::detectors::CFaceDetection, and mrpt::detectors::CCascadeClassifierDetection.
| Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014 |