Calib3d update hyperlinks#20235
Conversation
Please cleanup list of commits in this PR. Keep necessary commits only without merges. |
IanMaquignaz
left a comment
There was a problem hiding this comment.
wants to merge 14 commits
Please cleanup list of commits in this PR. Keep necessary commits only without merges.
What's the best way to do that without loosing the changes?
|
|
||
| @param image Gray image used to find chessboard corners | ||
| @param patternSize Size of a found chessboard pattern | ||
| @param corners Corners found by findChessboardCorners(SB) |
There was a problem hiding this comment.
Please confirm this correction before merging
There was a problem hiding this comment.
Documentation build is available here: http://pullrequest.opencv.org/buildbot/export/pr/20235/docs/
(artifact of "Docs" builder)
There was a problem hiding this comment.
findChessboardCorners(SB) was corrected to findChessboardCornersSB().
This is under the assumption that findChessboardCorners(SB) was a typo, given no such function exits.
…tion fixed find*, calibrate*, stereo* fixed decompose*, convert* Fixed recoverPose, and projectPoints Fixed typo in docs which resulted in a docs warning
c8a50f8 to
dc92886
Compare
@alalek fixed |
Fixed missing hyperlink references throughout calib3d documentation.
Pull Request Readiness Checklist
Patch to opencv_extra has the same branch name.