opencv/modules/calib3d
Alexander Smorkalov e2ca50f1cb
Merge pull request #19539 from asmorkalov:as/calib_fix_focal_length
* Added CALIB_FIX_FOCAL_LENGTH to fisheye calibration #13450

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

* Added test for CALIB_FIX_FOCAL_LENGTH option in fisheye callinration.
2021-03-03 14:06:59 +00:00
..
doc Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-11-20 20:32:00 +00:00
include/opencv2 Merge pull request #19539 from asmorkalov:as/calib_fix_focal_length 2021-03-03 14:06:59 +00:00
misc Swift native in/out array handling 2020-09-03 21:31:11 +09:00
perf Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2019-09-20 21:11:49 +00:00
src Merge pull request #19539 from asmorkalov:as/calib_fix_focal_length 2021-03-03 14:06:59 +00:00
test Merge pull request #19539 from asmorkalov:as/calib_fix_focal_length 2021-03-03 14:06:59 +00:00
CMakeLists.txt Merge pull request #17683 from ivashmak:homography 2020-08-14 22:42:26 +00:00