From 68a156d6bb557f86d33e633dd589572a4ed73e48 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Sat, 4 Dec 2010 08:30:50 +0000 Subject: [PATCH] revamped --- samples/cpp/calibration_artificial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/calibration_artificial.cpp b/samples/cpp/calibration_artificial.cpp index ef5a028..061d062 100644 --- a/samples/cpp/calibration_artificial.cpp +++ b/samples/cpp/calibration_artificial.cpp @@ -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" -- 2.7.4