Commit 0c6fa438 authored by Gary Bradski's avatar Gary Bradski

revamped

parent 68a156d6
...@@ -10,7 +10,7 @@ using namespace cv; ...@@ -10,7 +10,7 @@ using namespace cv;
void help() void help()
{ {
printf("Show off image morphology: erosion, dialation, open and close\n" printf("\nShow off image morphology: erosion, dialation, open and close\n"
"Call:\n morphology2 [image]\n" "Call:\n morphology2 [image]\n"
"This program also shows use of rect, elipse and cross kernels\n\n"); "This program also shows use of rect, elipse and cross kernels\n\n");
printf( "Hot keys: \n" printf( "Hot keys: \n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment