Commit 9ac0b06f authored by Maximilien Cuony's avatar Maximilien Cuony

Fix typo in error for extrinsic parameters

parent 4689426a
......@@ -237,7 +237,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
......
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