revamped
authorGary Bradski <no@email>
Sat, 4 Dec 2010 08:29:42 +0000 (08:29 +0000)
committerGary Bradski <no@email>
Sat, 4 Dec 2010 08:29:42 +0000 (08:29 +0000)
samples/cpp/camshiftdemo.cpp

index 0e13fbd..0810454 100644 (file)
@@ -10,7 +10,7 @@ using namespace std;
 
 void help()
 {
-       cout << "\nThis is a demo that shows mean shift based tracking\n"
+       cout << "\nThis is a demo that shows mean-shift based tracking\n"
                 <<   "You select a color objects such as your face and it tracks it.\n"
                 <<   "This reads from video camera (0 by default, or the camera number the user enters\n"
                 << "Call:\n"