opencv/modules/calib3d
Tomasz Ożański d1ff87d94d Bugfix for solvePnPRansac with SOLVEPNP_ITERATIVE
The current implementation overwrites the result rotation and translation in every iteration.
If SOLVEPNP_ITERATIVE was run as a refinement it will start from the incorrect initial
transformation thus  degrading the final outcome.
2022-12-03 16:46:03 +01:00
..
doc Merge pull request #18371 from nathanrgodwin:sqpnp_dev 2020-11-20 11:25:17 +00:00
include/opencv2 calib3d: Update documentation of calibrateCamera 2021-04-30 20:34:04 +02:00
misc Added Java and C++ regression test for estimateNewCameraMatrixForUndistortRectify. 2020-05-08 13:04:25 +03:00
perf Added performance test for StereoBM algorithm 2019-09-09 16:37:06 +03:00
src Bugfix for solvePnPRansac with SOLVEPNP_ITERATIVE 2022-12-03 16:46:03 +01:00
test Merge pull request #19253 from mightbxg:bugfix_PnPRansac 2021-03-12 00:53:06 +03:00
CMakeLists.txt js: Add findHomography js bindings. 2019-06-21 13:13:53 +03:00