dolphin-li / DynamicFusion

An implementation of the CVPR best paper Dynamic Fusion
102 stars 42 forks source link

About the Gauss-Newton method #6

Open Xiaoxuan1-Yu opened 4 years ago

Xiaoxuan1-Yu commented 4 years ago

For nonlinear least square problems, the Gauss-Newton method derived the equation J^T J = J^T f. But the energy in this paper is not in the form of least square problems, I felt that you were just using this formula formally in your code, or you reduced this rigorously?