Merge pull request #24769 from asmorkalov:as/calib_doc_update

Added exception warning to calibrateCamera description.
This commit is contained in:
Alexander Smorkalov 2023-12-26 13:27:57 +03:00 committed by GitHub
commit 221b5c086c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1600,6 +1600,10 @@ The algorithm performs the following steps:
\f$f_y\f$ (ratios of 10:1 or more)), then you are probably using patternSize=cvSize(rows,cols)
instead of using patternSize=cvSize(cols,rows) in @ref findChessboardCorners.
@note
The function may throw exceptions, if unsupported combination of parameters is provided or
the system is underconstrained.
@sa
calibrateCameraRO, findChessboardCorners, solvePnP, initCameraMatrix2D, stereoCalibrate,
undistort