/opencv-depth-from-stereo

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

Primary LanguageCMakeMIT LicenseMIT

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.