From 38bc1b024f39f3419e7d3069b94baba2abf7e381 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Sat, 4 Dec 2010 08:29:03 +0000 Subject: [PATCH] revamped --- samples/cpp/meanshift_segmentation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/meanshift_segmentation.cpp b/samples/cpp/meanshift_segmentation.cpp index a8dcfeec56..bb4ec6c7c1 100644 --- a/samples/cpp/meanshift_segmentation.cpp +++ b/samples/cpp/meanshift_segmentation.cpp @@ -9,7 +9,7 @@ using namespace std; void help(char** argv) { - cout << "\nDemonstrate mean shift based color segmentation in spatial pyramid.\n" + cout << "\nDemonstrate mean-shift based color segmentation in spatial pyramid.\n" << "Call:\n " << argv[0] << " image\n" << "This program allows you to set the spatial and color radius\n" << "of the mean shift window as well as the number of pyramid reduction levels explored\n"