MCPcopy Index your code
hub / github.com/Fosowl/monocularSlam

github.com/Fosowl/monocularSlam @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
73 symbols 142 edges 6 files 0 documented · 0% updated 29d ago★ 331 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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.

It take any .mp4 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

Core symbols most depended-on inside this repo

copy
called by 3
sources/slam.py
draw_lines
called by 3
sources/render.py
draw_lines
called by 3
tests/opengl.py
camera_pose_to_opengl
called by 2
sources/slam.py
update
called by 2
sources/render.py
update
called by 2
tests/opengl.py
render
called by 2
tests/opengl.py
render3dSpace
called by 2
tests/opengl.py

Shape

Method 61
Class 7
Function 5

Languages

Python100%

Modules by API surface

sources/slam.py24 symbols
sources/render.py24 symbols
tests/opengl.py21 symbols
youtube_dl.py4 symbols

For agents

$ claude mcp add monocularSlam \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact