Commit 1186caae authored by Gary Bradski's avatar Gary Bradski

revamped

parent c268a98b
...@@ -9,7 +9,7 @@ using namespace cv; ...@@ -9,7 +9,7 @@ using namespace cv;
void help() 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("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"); printf("For example: ./generic_descriptor_match scene_l.bmp scene_r.bmp FERN fern_params.xml\n");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment