This commit is contained in:
Gary Bradski 2010-12-04 08:29:24 +00:00
parent c268a98b0c
commit 1186caae20

View 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");
}