opencv/modules/calib3d
Mradul Agrawal 640f188ca2
Merge pull request #19583 from theroyalpekka:patch-1
* Update polynom_solver.cpp

This pull request is in the response to Issue  #19526. I have fixed the problem with the cube root calculation of 2*R. The Issue was in the usage of pow function with negative values of R, but if it is calculated for only positive values of R then changing x0 according to the parity of R, the Issue is resolved. Kindly consider it, Thanks!

* add cv::cubeRoot(double)

Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
2021-03-05 13:55:52 +00:00
..
doc Merge pull request #18371 from nathanrgodwin:sqpnp_dev 2020-11-20 11:25:17 +00:00
include/opencv2 docs(calib3d): avoid reference on legacy C API constants 2020-12-17 21:03:27 +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 #19583 from theroyalpekka:patch-1 2021-03-05 13:55:52 +00:00
test Merge pull request #19498 from mattalvarado:fix_findcirclesgrid 2021-02-16 16:18:43 +00:00
CMakeLists.txt js: Add findHomography js bindings. 2019-06-21 13:13:53 +03:00