From ed61bb538d34c8329c90215931a059d90b0e3d49 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Sat, 4 Dec 2010 08:29:57 +0000 Subject: [PATCH] revamped --- samples/cpp/connected_components.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/connected_components.cpp b/samples/cpp/connected_components.cpp index af2121bb57..30f300d9ce 100644 --- a/samples/cpp/connected_components.cpp +++ b/samples/cpp/connected_components.cpp @@ -11,7 +11,7 @@ int threshval = 100; void help() { cout << - "Program to demonstrate connected components and use of the trackbar\n" + "\n This program demonstrates connected components and use of the trackbar\n" << "\n" << "Usage: ./connected_components \n" << "\n" -- GitLab