Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stereovision project

The main goals for this project was to write code to calibrate two cameras removing their distortion and create live disparity map using OpenCV library.

Calibration

Calibration of the cameras was performed with checkboard. First I took several pictures with checkboard in different locations and angles. Than using cv::calibrateCamera I got calibration data which was saved to xml file. Now taken images can be fixed using cv::undistort() function.

Example of undistortion

Disparity map

With unistorted images I could calculate disparity using the StereoBM algorithm using stereo->compute() function. To improve visablity I used interactive trackbars to tune algorithm parameters.

Example of disparity map

Trackbars

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages