This commit is contained in:
Gary Bradski 2010-12-04 08:29:30 +00:00
parent d8e8fb27ca
commit 39ba31b2dc

View File

@ -7,7 +7,7 @@ using namespace cv;
void help() void help()
{ {
printf("\nDemonstrate the use of the distance transform function between edge images.\n" printf("\nProgram to demonstrate the use of the distance transform function between edge images.\n"
"Usage:\n" "Usage:\n"
"./distrans [image_name -- default image is stuff.jpg]\n" "./distrans [image_name -- default image is stuff.jpg]\n"
); );