Commit 6423b366 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #5731 from teng88:patch-1

parents 54c1637b 8562bb70
...@@ -332,7 +332,7 @@ int CvCascadeClassifier::fillPassedSamples( int first, int count, bool isPositiv ...@@ -332,7 +332,7 @@ int CvCascadeClassifier::fillPassedSamples( int first, int count, bool isPositiv
consumed++; consumed++;
featureEvaluator->setImage( img, isPositive ? 1 : 0, i ); featureEvaluator->setImage( img, isPositive ? 1 : 0, i );
if( predict( i ) == 1.0F ) if( predict( i ) == 1 )
{ {
getcount++; getcount++;
printf("%s current samples: %d\r", isPositive ? "POS":"NEG", getcount); printf("%s current samples: %d\r", isPositive ? "POS":"NEG", getcount);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment