Stereo matching and sparse disparity map implementation using OpenCV (BRISK, ORB algorithms)
Feature descriptors are obtained from images using BRISK and ORB algorithm implemented in OpenCV. The feature descriptors are used for stereo matching between images and generate sparse disparity map.
-
Setup Visual Studio and OpenCV
-
Open the project present in Code folder and run the source file.
-
The Input and Output folder contains the input and output images.
-
Dataset can be downloaded from http://vision.middlebury.edu/stereo/data/
My python script will be helpful if you want to download the whole dataset.