Fix typo in calib3d tutorial code#20085
Fix typo in calib3d tutorial code#20085opencv-pushbot merged 1 commit intoopencv:3.4from changh95:fix_typo_calib3d_sample_code
Conversation
|
Thank you for contribution! This patch should go into 3.4 branch first. Please:
Note: no needs to re-open PR, apply changes "inplace". |
|
@alalek , thanks for a detailed guide! I've done as requested. (1. changing the base branch, 2. rebasing the commits from master onto 3.4 branch after setting the One other thing - I believe this typo exists in OpenCV 4 as well. Shall I make another PR to apply the changes to OpenCV4? Many thanks, |
Not needed. We merge all updates from 3.4 branch to master/4.x branch automatically (using "git merge" designed for that).
|
There was a typo in the tutorial code on camera calibration.
The original author probably meant to say 'undistorted', but the corresponding variable was named 'undistorsed'.
This PR fixes this typo issue.
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.