PedestrainCounting
|
#include <StrongClassifierDirectSelect.h>
Public Member Functions | |
StrongClassifierDirectSelect (int numSelectors, int numWeakClassifiers, const Size &patchSize, int numBackups=0) | |
virtual void | Initialize (const Size &patchSize) |
virtual bool | Update (const IntegralImage *intImage, const Rect &roi, int target, float importance=1.0f) |
![]() | |
StrongClassifier (int numSelector, int numWeakClassifier, const Size &patchSize, bool useFeatureReplace=false, int numBackup=0) | |
virtual float | Evaluate (const IntegralImage *intImage, const Rect &roi) const |
Additional Inherited Members | |
![]() | |
void | NormalizeAlpha () |
![]() | |
int | numSelector |
int | totalWeakClassifiers |
ClassifierSelector ** | selectors |
Size | patchSize |
float * | alpha |
bool | useFeatureReplace |
This strong classifier directly select the best weak classifier and replace the worst one.
|
virtual |
Initialize a new target for this strong classifier WITHOUT training.
Reimplemented from StrongClassifier.