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

index ef5a028..061d062 100644 (file)
@@ -11,7 +11,7 @@ using namespace cv;
 using namespace std;
 void help()
 {
-       cout << "\nThis code generates an artificial camera and artificial chessboard views,\n"
+       cout << "\nThis code generates an artificial camera and artificial chessboard images,\n"
          <<  "and then calibrates. It is basically test code for calibration that shows\n"
                 <<     "how to package calibration points and then calibrate the camera.\n"
                 <<     "Call:\n"