1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

* refactored the remaining old-style functions in 3d and calib modules to use the new C++ API.

* extended C++ version of Levenberg-Marquardt (LM) solver to accommodate all features of the C counterpart.
* removed C version of LM solver
* made a few other little changes to make the code compile and run smoothly
This commit is contained in:
Vadim Pisarevsky
2021-06-07 20:55:25 +08:00
parent c105402dfc
commit eff6d32337
20 changed files with 1583 additions and 3608 deletions
@@ -40,7 +40,6 @@
//M*/
#include "test_precomp.hpp"
#include "opencv2/core/core_c.h"
namespace opencv_test { namespace {