Skip to content

iondex/stereo-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stereo-project

Stereo project implementation using Python and OpenCV-Python.

Directory structure

  • /code/: Implementation codes written in python.
    • /code/monocular.py: Part one -- Basic camera calibration and undistortion.
    • /code/stereo_calib.py: Part two -- Stereo calibration and rectification. (WIP)
    • /code/stereo_match.py: Part three -- (WIP)
  • /data: Original data in the two zip file.
  • /result: Program result folder.
    • /result/undistorted: Undistorted result from Part-One
    • /result/rectified: Rectification result from Part-Two
    • /result/disparity: SGBM result from Part-Three

How to use -- Calibration and Distortion

git clone http://github.com/iondex/stereo-project
cd stereo-project/code/
python calib.py left
# results are in result/undistorted/left

How to use -- Stereo Calibrate and Rectification

cd stereo-project/code/
python stereo_calib.py
# results are in result/rectified

How to use -- Stereo Matching

cd stereo-project/code/
python stereo_match.py
# result are stored in result/disparity

About

Stereo project implementation using Python and OpenCV-Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages