Closed DavidNemn closed 3 years ago
Could you please detail the question?
In the depth problem, I don't know how the inverse depth value is optimized, or is there any information about the use of Leninberg method in the Eigen Unsupport Module?
Thank you for your attention to my question
The inverse depth estimation problem is defined in DepthProblem.cpp (see operator()) and solved in DepthProblemSolver.cpp. If you would like to learn how to use LM solver with Eigen, there are a lot references online.
thanks
hello, In the depthproblem.cpp,why don't need fjac?