Visual SLAM
Visual SLAM
to Visual
SLAM
Contents
1. Introduction to Visual SLAM
2. Kalman Filter
3. Implementation (programming)
What is SLAM?
• SLAM stands for Simultaneous Localization and Mapping
Simultaneous:
estimation of the state of a robot using on-board sensors
construction of a map of the environment that
the sensors are perceiving
Example demo:
https://www.bzarg.com/p/how-a-kalman-filter-works-in-pictures/#mjx-eqn-
gainformula
Part 2: Implementation of Kalman Filter
Final Kalman Filter Algorithm