How to call the LMSolver or CVLevMarq function in opencv with python

56 Views Asked by At

I found the Levenberg-Marquardt implementation in OpenCV, LMSolver or CVLevMarq. I have installed opencv-python and opencv-contrib-python with version 4.7.0. But I can't call them using python. The other functions in opencv can be called normally.

Does the python version of opencv not contain these two interfaces?

I expect call LMSolver or CVLevMarq normally.

0

There are 0 best solutions below