revamped
authorGary Bradski <no@email>
Sat, 4 Dec 2010 08:29:30 +0000 (08:29 +0000)
committerGary Bradski <no@email>
Sat, 4 Dec 2010 08:29:30 +0000 (08:29 +0000)
samples/cpp/distrans.cpp

index 20f89c1..8000357 100644 (file)
@@ -7,7 +7,7 @@ using namespace cv;
 
 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"
                        "./distrans [image_name -- default image is stuff.jpg]\n"
                        );