1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Fix typo in error for extrinsic parameters

This commit is contained in:
Maximilien Cuony
2014-09-17 09:32:19 +02:00
committed by Dikay900
parent f8c82fc214
commit 5c6c537044
+1 -1
View File
@@ -236,7 +236,7 @@ StereoCalib(const vector<string>& imagelist, Size boardSize, bool useCalibrated=
fs.release();
}
else
cout << "Error: can not save the intrinsic parameters\n";
cout << "Error: can not save the extrinsic parameters\n";
// OpenCV can handle left-right
// or up-down camera arrangements