Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 436 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 436 Bytes

SLAM

This is my take at implementing monocular SLAM from a single lens video.

Simultaneous localization and mapping (SLAM) is the computational problem of constructing or updating a map of an unknown environment (totally wikipedia ik)

TLDR it take a video and construct a 3d cloud points from it in real time.

alt text

Run & Execute

python3 main.py

Use your mouse / trackpad to move the camera around