21 #ifndef _XBOOST_ALLOCATE_H
22 #define _XBOOST_ALLOCATE_H
void print_classifier_list(std::ostream &out)
Types involved in boosting.
"Binary" Classifier, virtual class
Definition: ImageClassifier.h:37
ObjectDetector * allocate_detector_from_file(const char *filename)
virtual classes to work on classifier. ObjectDetector exploits all the performance of classifier...
virtual classes to work on classifier. ImageClassifier is the simplest one, computing the response im...
ImageClassifier * allocate_classifier_from_file(const char *filename)
ObjectDetector * allocate_detector(const char *name, const char *filename)
Definition: ObjectDetector.h:82
ImageClassifier * allocate_classifier(const char *name, std::istream &in)