pull/13383/head
Gary Bradski 15 years ago
parent 282a9f8521
commit 0af721b5b2
  1. 2
      samples/cpp/matching_to_many_images.cpp

@ -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;

Loading…
Cancel
Save