Skip to content

Given a stereo pair, match its keypoints/descriptors, rectify them and compute disparity map

Notifications You must be signed in to change notification settings

AAAlessandroP/StereoMatchingRectificationDisparity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CV project about Stereo Pairs

  • Key point detection using SIFT
  • Feature matching using brute force strategy
  • Estimate the fundamental matrix using 8 points Algorithm
  • Stereo rectification using Hartley's Algorithm
  • Compute disparity map among rectified images.

Note: the dataset is my original work, don't use unless you ask my permission

About

Given a stereo pair, match its keypoints/descriptors, rectify them and compute disparity map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages