oops, typo corrected

This commit is contained in:
Gary Bradski 2010-12-03 10:07:18 +00:00
parent ced1d50d88
commit 3dd0e31976

View File

@ -13,9 +13,9 @@ void help()
"\nThis program demonstrates chamfer matching -- computing a distance between an \n" "\nThis program demonstrates chamfer matching -- computing a distance between an \n"
"edge template and a query edge image.\n" "edge template and a query edge image.\n"
"Call:\n" "Call:\n"
"./chamfermatching [<image edge map> <template edge map>]\n" "./chamfer [<image edge map> <template edge map>]\n"
"By default\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 ) int main( int argc, char** argv )
{ {