From 8faae6cfc54ecaa2f7332b7ff015c7426e7d3706 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Sat, 4 Dec 2010 08:30:07 +0000 Subject: [PATCH] revamped --- samples/cpp/descriptor_extractor_matcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/descriptor_extractor_matcher.cpp b/samples/cpp/descriptor_extractor_matcher.cpp index 8259fad805..28a2a082df 100644 --- a/samples/cpp/descriptor_extractor_matcher.cpp +++ b/samples/cpp/descriptor_extractor_matcher.cpp @@ -10,7 +10,7 @@ using namespace std; void help(char** argv) { - cout << "Program demonstrating keypoint finding and matching between 2 images using features2d framework.\n" + cout << "\nThis program demonstrats keypoint finding and matching between 2 images using features2d framework.\n" << " In one case, the 2nd image is synthesized by homography from the first, in the second case, there are 2 images\n" << "\n" << "case1: second image is obtained from the first (given) image using random generated homography matrix\n"