pull/13383/head
Gary Bradski 14 years ago
parent c268a98b0c
commit 1186caae20
  1. 2
      samples/cpp/generic_descriptor_match.cpp

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

Loading…
Cancel
Save