2D - 2D Projective Homography (3x3) Estimation
Version 1.3.0.0 (14.3 KB) by
Sasikanth
This function estimates 2D-2D projective homography between two images.
This function estimates 2D-2D projective homography between two images using DLT, RANSAC and Lev-Mar optimisation.
The format for calling upon the function is as follows:
[h wim] = homography(im1, im2);
where
im1 -> 1st Image
im2 -> 2nd Image
h -> Returned homography matrix
wim -> Warped version of im1 w.r.t. im2
Cite As
Sasikanth (2026). 2D - 2D Projective Homography (3x3) Estimation (https://uk.mathworks.com/matlabcentral/fileexchange/28760-2d-2d-projective-homography-3x3-estimation), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2010a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Geometric Transformation and Image Registration >
- MATLAB > Graphics > Images > Read, Write, and Modify Image >
- Image Processing and Computer Vision > Computer Vision Toolbox > Point Cloud Processing > Display Point Clouds >
Find more on Geometric Transformation and Image Registration in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired by: OpenSURF (including Image Warp)
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
