2D - 2D Projective Homography (3x3) Estimation

版本 1.3.0.0 (14.3 KB) 作者: Sasikanth
This function estimates 2D-2D projective homography between two images.
8.8K 次下载
更新时间 2010/12/6

查看许可证

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

引用格式

Sasikanth (2024). 2D - 2D Projective Homography (3x3) Estimation (https://www.mathworks.com/matlabcentral/fileexchange/28760-2d-2d-projective-homography-3x3-estimation), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

参考作品: OpenSURF (including Image Warp)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
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