revamped
authorGary Bradski <no@email>
Sat, 4 Dec 2010 08:29:24 +0000 (08:29 +0000)
committerGary Bradski <no@email>
Sat, 4 Dec 2010 08:29:24 +0000 (08:29 +0000)
samples/cpp/generic_descriptor_match.cpp

index dee99bc..adf3a52 100644 (file)
@@ -9,7 +9,7 @@ using namespace cv;
 
 void help()
 {
-       printf("Using the surf descriptor for matching keypoints between 2 images\n");
+       printf("Use the SURF descriptor for matching keypoints between 2 images\n");
     printf("Format: \n./generic_descriptor_match [image1] [image2] [algorithm] [XML params]\n");
     printf("For example: ./generic_descriptor_match scene_l.bmp scene_r.bmp FERN fern_params.xml\n");
 }