From 8e1759642d9810b2267f9de1064615bdc603e250 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Sat, 4 Dec 2010 08:29:14 +0000 Subject: [PATCH] revamped --- samples/cpp/segment_objects.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/cpp/segment_objects.cpp b/samples/cpp/segment_objects.cpp index c6888e77ea..a7b1870974 100644 --- a/samples/cpp/segment_objects.cpp +++ b/samples/cpp/segment_objects.cpp @@ -10,8 +10,8 @@ void help() { printf("\n" "This program demonstrated a simple method of connected components clean up of background subtraction\n" - "When the program starts, it begins learning the background. You can toggle background learning on and off\n" - "by hitting the space bar.\n" + "When the program starts, it begins learning the background.\n" + "You can toggle background learning on and off by hitting the space bar.\n" "Call\n" "./segment_objects [video file, else it reads camera 0]\n\n"); }