Commit 16a4f794 authored by Gary Bradski's avatar Gary Bradski

revamped

parent b2678a01
...@@ -10,7 +10,7 @@ void help() ...@@ -10,7 +10,7 @@ void help()
printf("\nThis program demonstrates using features2d detector, descriptor extractor and simple matcher\n" printf("\nThis program demonstrates using features2d detector, descriptor extractor and simple matcher\n"
"Using the SURF desriptor:\n" "Using the SURF desriptor:\n"
"\n" "\n"
"Usage: matcher_simple <image1> <image2>\n"); "Usage:\n matcher_simple <image1> <image2>\n");
} }
int main(int argc, char** argv) int main(int argc, char** argv)
......
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