Skip to content

Commit

Permalink
add cascade classifier info - total number of unique features passed …
Browse files Browse the repository at this point in the history
…to boosting process
  • Loading branch information
StevenPuttemans committed Mar 17, 2016
1 parent b8ce65b commit b5fbb2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/traincascade/cascadeclassifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ bool CvCascadeClassifier::train( const string _cascadeDirName,
cascadeParams.printAttrs();
stageParams->printAttrs();
featureParams->printAttrs();
cout << "Number of unique features given windowSize [" << _cascadeParams.winSize.width << "," << _cascadeParams.winSize.height << "] : " << featureEvaluator->getNumFeatures() << "" << endl;

int startNumStages = (int)stageClassifiers.size();
if ( startNumStages > 1 )
Expand Down

0 comments on commit b5fbb2b

Please sign in to comment.