An open API service indexing awesome lists of open source software.

https://github.com/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
https://github.com/hazooree/image-alignment-tool-using-svd-based-homography

homography image-alignment matlab singular-value-decomposition

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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)