Commit 5c6c5370 authored by Maximilien Cuony's avatar Maximilien Cuony Committed by Dikay900

Fix typo in error for extrinsic parameters

parent f8c82fc2
...@@ -236,7 +236,7 @@ StereoCalib(const vector<string>& imagelist, Size boardSize, bool useCalibrated= ...@@ -236,7 +236,7 @@ StereoCalib(const vector<string>& imagelist, Size boardSize, bool useCalibrated=
fs.release(); fs.release();
} }
else else
cout << "Error: can not save the intrinsic parameters\n"; cout << "Error: can not save the extrinsic parameters\n";
// OpenCV can handle left-right // OpenCV can handle left-right
// or up-down camera arrangements // or up-down camera arrangements
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment