opencv/modules/calib3d
Nathan Godwin 2255973b0f
Merge pull request #18371 from nathanrgodwin:sqpnp_dev
Added SQPnP algorithm to SolvePnP

* Added sqpnp

* Fixed test case

* Added fix for duplicate point checking and inverse func reuse

* Changes for 3x speedup

Changed norm method (significant speed increase), changed nearest rotation computation to FOAM

* Added symmetric 3x3 inverse and unrolled loops

* Fixed error with SVD

* Fixed error from with indices

Indices were initialized negative. When nullspace is large, points coplanar, and rotation near 0, indices not changed.
2020-11-20 11:25:17 +00:00
..
doc Merge pull request #18371 from nathanrgodwin:sqpnp_dev 2020-11-20 11:25:17 +00:00
include/opencv2 Merge pull request #18371 from nathanrgodwin:sqpnp_dev 2020-11-20 11:25:17 +00: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 Merge pull request #18371 from nathanrgodwin:sqpnp_dev 2020-11-20 11:25:17 +00:00
test Merge pull request #18371 from nathanrgodwin:sqpnp_dev 2020-11-20 11:25:17 +00:00
CMakeLists.txt js: Add findHomography js bindings. 2019-06-21 13:13:53 +03:00