/Homography-Calculation

Different homography calculations in one repo

Primary LanguagePython

Homography-Calculation

Different homography calculations in one repo

Steps

  • Find keypoints with SIFT
  • Match keypoints
  • Find correspondences
  • Find inliers with RANSAC and calculate homography for each random correspondence
  • Find the final homography with the help of threshold

Future Works

New methods to calculate homograpy will be added day by day. Their comparisons will be also here.

Outputs

Images:
alt text alt text
Matches:
alt text
Matches with inliers(Green lines):
alt text