Commit 3dd0e319 authored by Gary Bradski's avatar Gary Bradski

oops, typo corrected

parent ced1d50d
......@@ -13,9 +13,9 @@ void help()
"\nThis program demonstrates chamfer matching -- computing a distance between an \n"
"edge template and a query edge image.\n"
"Call:\n"
"./chamfermatching [<image edge map> <template edge map>]\n"
"./chamfer [<image edge map> <template edge map>]\n"
"By default\n"
"the inputs are ./chamfermatching logo_in_clutter.png logo.png\n"<< endl;
"the inputs are ./chamfer logo_in_clutter.png logo.png\n"<< endl;
}
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