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
- Host: GitHub
- URL: https://github.com/hazooree/image-alignment-tool-using-svd-based-homography
- Owner: hazooree
- Created: 2018-07-19T19:13:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T09:08:21.000Z (almost 4 years ago)
- Last Synced: 2025-04-23T03:38:54.384Z (about 1 year ago)
- Topics: homography, image-alignment, matlab, singular-value-decomposition
- Language: MATLAB
- Homepage:
- Size: 69.9 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)