hazooree / Image-Alignment-Tool-Using-SVD-Based-Homography

Aligning Your Misaligned Image/images of a tall building or large scene Using Simplest Calculation of Homography Matrix Estimation using SVD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aligning Your Misaligned Images of a tall building or large scene

[Note: For a Detailed demo Visit: https://youtu.be/qJlzK17fjPg]

It is the simplest implementation of Homography in Matlab using SVD. To change the image Just Type image name instead of 'notredame'

Steps:

  1. First you have to chooose 4 source points. (points to be moved)
  2. Then you have to choose 4 destination points.
  3. Then you will see transformed image, now you have to select 4 corners of image to crop it automatically for you.
  4. The resultant image will be saved automatically as aligned image appended with name of image

Requirement

Machine Vision Toolbox for MATLAB (Available in Code Folder)

About

Aligning Your Misaligned Image/images of a tall building or large scene Using Simplest Calculation of Homography Matrix Estimation using SVD


Languages

Language:MATLAB 100.0%