简体   繁体   中英

Levenberg Marquardt in calibration opencv

I tried to understand Levenberg-Marquardt algorithm implementation in OpenCv Camera Calibration. In W.Burger's paper-> here

I saw this Matrix in page 24.

So what does theoretically mean of this matrix' each cell?

And how it implemented in openCv code.

Levenberg Marquardt is a classical algorithm for non-linear optimization. OpenCV indeed uses it for camera calibration. One should understand the algorithm in general before diving into its usage in OpenCV. Specifically, the matrix that you've pointed out is the Jacobian, a generalization of one dimensional derivative to multidimensional function.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM