From 0af721b5b29b786b21d4c424fb69f4646a2bebe7 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Sat, 4 Dec 2010 08:30:30 +0000 Subject: [PATCH] revamped --- samples/cpp/matching_to_many_images.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/matching_to_many_images.cpp b/samples/cpp/matching_to_many_images.cpp index 32b200822b..d35e90f6eb 100644 --- a/samples/cpp/matching_to_many_images.cpp +++ b/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;