This commit is contained in:
Gary Bradski
2010-12-04 08:29:00 +00:00
parent fddcaa56fc
commit 3f8173af2f

View File

@@ -10,7 +10,7 @@ using namespace std;
void help() void help()
{ {
cout << cout <<
"\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"
"./chamfer [<image edge map> <template edge map>]\n" "./chamfer [<image edge map> <template edge map>]\n"