|
X-Boost
2.3.8
|
#include <ObjectDetector.h>
Inherited by ObjectDetectorWrapper< _Instance, _Preprocessor >.
Public Member Functions | |
| virtual std::string | getSignature () const =0 |
| return the classifier signature | |
| virtual int | addClassifier (const char *pth_cls, const ObjectDetectorParams ¶ms)=0 |
| virtual void | setClassifierParams (int index, const ObjectDetectorParams ¶ms)=0 |
| set per-classifier params | |
|
virtual const ObjectDetectorParams & | getClassifierParams (int index)=0 |
| get per-classifier params | |
| virtual void | setParams (const ObjectDetectorGlobalParams ¶ms)=0 |
| Set the Global Params. | |
|
virtual const ObjectDetectorGlobalParams & | getParams () const =0 |
| virtual void | Detect (std::vector< Candidate > &out, const ImageHandle &src)=0 |
| detect object | |
"Binary" Classifier, virtual class, detect "object". the class support multiple instance of the same classifier object.
|
pure virtual |
Load and append an additional classifier to the internal processing pipeline
Implemented in ObjectDetectorWrapper< _Instance, _Preprocessor >.
1.8.7