diff --git a/samples/cpp/calibration_artificial.cpp b/samples/cpp/calibration_artificial.cpp index ef5a02807a..061d0627b1 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"