21 #ifndef _ICHN_CLASSIFIER_H
22 #define _ICHN_CLASSIFIER_H
34 #include "Feature/IntegralChannelFeature.h"
A classifier composed by a Feature Extractor and an Evaluation Policy A "Second Level" classifier...
Definition: BinaryClassifier.h:38
A very simple decision stump with threshold 0 (could be a more luminance insesitive) Implements the c...
A very simple decision stump with no parity Implements the class SimpleDecisionStump for BinaryClassi...
A Binary Classifier. Implements the class BinaryClassifier.
BinaryClassifier< IntegralChannelFeature, DecisionStump< int > > IchnClassifier
Definition: IchnClassifiers.h:44
A (really) weak classifier. Implements the policy DecisionStump for BinaryClassifier.
An hystogram based Bayesian classifier Implements the class BayesianStump for BinaryClassifier.