How to use LMSolver in OpenCV 4.3.0 c++
Hi guys, Im trying to use the LMSolver (Levenberg-Marquardt Algorithm) but I cant find any example online and I dont really understand the documentation.
I would really apreciatte if anyone can provide me with an easy example to start with.
Thanks!!
could you show us, what you're trying to solve ? (code snippet / data)
Example for LM solver for non-linear minimisation for PnP problem.
@berak Im trying to estimate facial expresisons using Candide3 model wich has multiple variables, so my idea is to use the 2D projection of the facial model and with LMSolver find the variables that fit better and minimize error