Skip to content

Demo app that computes disparity maps using different stereo matching implementations from OpenCV.

License

Notifications You must be signed in to change notification settings

crud89/opencv-depth-from-stereo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stereo Matching and Depth Estimation using OpenCV

In order to build the project, create a directory and clone the repository using the following command:

git clone --recursive https://github.com/Aschratt/opencv-depth-from-stereo.git .

Note that under Windows the directory path must not contain any white spaces.

You can use CMake to generate the project files for your target environment, as you are used to. The project uses vcpkg, so all dependencies should be automatically resolved. If you are using Windows and Visual Studio, you can simply right-click the project directory and open it with Visual Studio. The project already defines a set of build environments (x64/x86 Release and Debug) for the integrated generator.

About

Demo app that computes disparity maps using different stereo matching implementations from OpenCV.

Topics

Resources

License

Stars

Watchers

Forks