RGBD SLAM - Bundle Adjustment From Zero To Hero, Part 1, Theories
RGBD SLAM Backend Introduction
What is Optimization?
\[\begin{gather*}
min F(x)
\end{gather*}\]
Above is an optimization problem. Any optimization needs: a cost function, target variables, and constraints. In SLAM, most proble...