|
X-Boost
2.3.8
|
#include <ObjectDetectorWrapper.h>
Inherits ObjectDetector.
Public Member Functions | |
| ObjectDetectorWrapper (const char *filename) | |
| virtual int | addClassifier (const char *pth_cls, const ObjectDetectorParams ¶ms) |
| std::string | getSignature () const |
| virtual | |
| void | setParams (const ObjectDetectorGlobalParams ¶ms) |
| Set the Global Params. | |
| const ObjectDetectorGlobalParams & | getParams () const |
| void | setClassifierParams (int index, const ObjectDetectorParams ¶ms) |
| set per-classifier params | |
| const ObjectDetectorParams & | getClassifierParams (int index) |
| get per-classifier params | |
| virtual void | Detect (std::vector< Candidate > &out, const ImageHandle &src) |
| detect object | |
Static Public Member Functions | |
| static std::string | signature () |
Wrapper used as bridge between classifier and preprocessor with the ImageClassifier object. All method are implemente here. Load instance and call detect of inner helper
|
inlinevirtual |
Load and append an additional classifier to the internal processing pipeline
Implements ObjectDetector.
1.8.7