From 43a74f40c0511ea727aeace31588a4d653274f11 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Sat, 4 Dec 2010 08:30:22 +0000 Subject: [PATCH] revamped --- samples/cpp/brief_match_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/brief_match_test.cpp b/samples/cpp/brief_match_test.cpp index d33ac09ce..e9824fbb3 100644 --- a/samples/cpp/brief_match_test.cpp +++ b/samples/cpp/brief_match_test.cpp @@ -22,7 +22,7 @@ void help(char **av) { cerr << "usage: " << av[0] << " im1.jpg im2.jpg" << "\n" - << "This program shows how to use brief to match points in features2d\n" + << "This program shows how to use BRIEF descriptor to match points in features2d\n" << "It takes in two images, finds keypoints and matches them displaying matches and final homography warped results\n" << endl; }