https://github.com/crud89/opencv-depth-from-stereo
Demo app that computes disparity maps using different stereo matching implementations from OpenCV.
https://github.com/crud89/opencv-depth-from-stereo
depth-estimation opencv stereo-matching
Last synced: over 1 year ago
JSON representation
Demo app that computes disparity maps using different stereo matching implementations from OpenCV.
- Host: GitHub
- URL: https://github.com/crud89/opencv-depth-from-stereo
- Owner: crud89
- License: mit
- Created: 2021-02-24T09:01:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-24T14:04:43.000Z (over 5 years ago)
- Last Synced: 2025-01-24T06:29:24.322Z (over 1 year ago)
- Topics: depth-estimation, opencv, stereo-matching
- Language: CMake
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stereo Matching and Depth Estimation using OpenCV
In order to build the project, create a directory and clone the repository using the following command:
```shell
git clone --recursive https://github.com/Aschratt/opencv-depth-from-stereo.git .
```
*Note that under Windows the directory path [must not contain](https://github.com/microsoft/vcpkg/issues/15592) 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](https://github.com/microsoft/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.