2D - 2D Projective Homography (3x3) Estimation
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
Zitieren als
Sasikanth (2026). 2D - 2D Projective Homography (3x3) Estimation (https://de.mathworks.com/matlabcentral/fileexchange/28760-2d-2d-projective-homography-3x3-estimation), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- 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 >
Tags
Quellenangaben
Inspiriert von: OpenSURF (including Image Warp)
Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.3.0.0 | Code containing instances of '~' replaced with arbitrary temporary variables for execution in older versions of MATLAB. Verbosity increased. |
||
| 1.0.0.0 |
