This commit is contained in:
Gary Bradski 2010-12-04 08:30:16 +00:00
parent b2678a01ee
commit 16a4f79477

View File

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