From: Gary Bradski Date: Sat, 4 Dec 2010 08:29:30 +0000 (+0000) Subject: revamped X-Git-Tag: accepted/2.0/20130307.220821~3926 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39ba31b2dcaee23eaeceeb2537ef53538091542f;p=profile%2Fivi%2Fopencv.git revamped --- diff --git a/samples/cpp/distrans.cpp b/samples/cpp/distrans.cpp index 20f89c1..8000357 100644 --- a/samples/cpp/distrans.cpp +++ b/samples/cpp/distrans.cpp @@ -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" );