This commit is contained in:
Gary Bradski 2010-12-04 08:30:30 +00:00
parent 282a9f8521
commit 0af721b5b2

View File

@ -26,7 +26,7 @@ void printPrompt( const string& applName )
<< " * (train) image).\n"
<< " */\n" << endl;
cout << endl << "Format:" << endl;
cout << endl << "Format:\n" << endl;
cout << "./" << applName << " [detectorType] [descriptorType] [matcherType] [queryImage] [fileWithTrainImages] [dirToSaveResImages]" << endl;
cout << endl;