Update train_HOG.cpp

Incorrect number of input arguments in main function
This commit is contained in:
LorenaGdL 2015-03-11 14:18:07 +01:00
parent baf191fab2
commit b21b24fd8a

View File

@ -403,7 +403,7 @@ void test_it( const Size & size )
int main( int argc, char** argv )
{
if( argc != 4 )
if( argc != 5 )
{
cout << "Wrong number of parameters." << endl
<< "Usage: " << argv[0] << " pos_dir pos.lst neg_dir neg.lst" << endl