mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 05:29:54 +08:00
Fix typo in error for extrinsic parameters
This commit is contained in:
parent
f8c82fc214
commit
5c6c537044
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user