Added CALIB_FIX_FOCAL_LENGTH to fisheye calibration #13450#18306
Added CALIB_FIX_FOCAL_LENGTH to fisheye calibration #13450#18306Bananahavoc wants to merge 1 commit intoopencv:masterfrom
Conversation
|
@vpisarev please take a look. |
|
@vpisarev have you gotten a chance to take a look at this? |
|
@BananaHemic Thank you for contribution! It would be nice if you can add some simple test for added flag value (with checks that implementation preserves focal length values). It would help to ensure that we don't break this functionality in the future. |
|
@BananaHemic Friendly reminder. |
|
I will add tests once I get some time, sorry for the delay |
|
@BananaHemic Friendly reminder. Please rebase the PR and fix conflicts. |
1 similar comment
|
@BananaHemic Friendly reminder. Please rebase the PR and fix conflicts. |
|
I'll do so later this week |
Sometimes you want to calibrate just the principal point of a camera, or just the distortion coefficients. In this case, you can pass the CALIB_FIX_FOCAL_LENGTH flag to keep Fx and Fy
|
@BananaHemic Friendly reminder. |
|
@BananaHemic As soon as you created the PR from master branch I cannot push new commits to your repository. I cherry-picked your commit and implemented test for the feature in #19539. |
Sometimes you want to calibrate just the principal point of a camera, or just the distortion coefficients. In this case, you can pass the CALIB_FIX_FOCAL_LENGTH flag to keep Fx and Fy
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.