Skip to content

Stereo matching and sparse disparity map implementation using OpenCV (BRISK, ORB algorithms)

License

Notifications You must be signed in to change notification settings

jajatikr/Stereo-Correspondence-Disparity-Map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stereo-Correspondence-Disparity-Map

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.

How to run?

  1. Setup Visual Studio and OpenCV

  2. Open the project present in Code folder and run the source file.

  3. The Input and Output folder contains the input and output images.

  4. 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.

Images:

Input images (View-1, View-5):

Output images (BRISK, ORB):

Sparse Disparity Map:

About

Stereo matching and sparse disparity map implementation using OpenCV (BRISK, ORB algorithms)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages