Skip to content

Program that computes depth information from a stereo camera system

Notifications You must be signed in to change notification settings

ducquando/depth-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

depth-map

In this project, we will write a program to compute the depth information from 2 stereo systems: one with 1 camera and another with 2 uncalibrated cameras. We also write the calculated distance to the input image and export it together with the depth map to a point cloud file.

There are 3 main files:

  • notebook.ipynb: Detailed report of this project
  • main.py: Program that calculate objects's distance from the input left and right images
  • realtime.py: Program that calculate objects's distance from the left and right frames of the realtime camera system
  • debug.ipynb: Program for debugging purposes