fixed grammar error

This commit is contained in:
Maria Dimashova
2010-09-24 17:03:25 +00:00
parent 98763247d9
commit 21e22962d9
2 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ private:
void save( const String cascadeDirName, bool baseFormat = false );
bool load( const String cascadeDirName );
bool updateTrainingSet( double& acceptanceRatio );
int fillPassedSamles( int first, int count, bool isPositive, int64& consumed );
int fillPassedSamples( int first, int count, bool isPositive, int64& consumed );
void writeParams( FileStorage &fs ) const;
void writeStages( FileStorage &fs, const Mat& featureMap ) const;