opencv/modules/core
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
..
3rdparty/SoftFloat Add install component for 3rdparty libraries licenses 2018-03-06 16:32:30 +03:00
doc docs: intro formatting update, minor cleanup 2018-11-04 02:36:24 +00:00
include/opencv2 Merge pull request #19583 from theroyalpekka:patch-1 2021-03-05 13:55:52 +00:00
misc Fix/optimize Android put/get functions 2021-02-19 17:10:11 +09:00
perf core(ocl): options to control buffer access flags 2020-04-02 11:11:06 +00:00
src core: rework code locality 2021-03-02 23:24:28 +00:00
test core(InputArray): replace STD_ARRAY to MATX 2021-02-21 19:12:21 +00:00
CMakeLists.txt core: rework code locality 2021-03-02 23:24:28 +00:00