-
大小: 29KB文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-02
- 語言: Matlab
- 標(biāo)簽: matlab??homography??RANSAC??
資源簡介
這是一個(gè)印度人編的程序,用于兩圖像單應(yīng)矩陣和變換結(jié)果的求取
代碼片段和文件信息
function?[?h?wim1?]?=?homography(?i1?i2)
%?This?function?estimates?2D-2D?plane?projective?homography?between?two?
%?perspective?images?using?Direct?Linear?Transformation?RANSAC?
%?and?Levenberg?Marquardt?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
%?Code?written?by?B?S?SasiKanth?(bsasikanth@gmail.com)?of?the?Indian?
%?Institute?of?Technology?(IIT)?Guwahati.
%?Switch?off?warnings?for?non-singular?cases?of?RANSAC?to?be?encountered
warning?off?all;
%?Finding?Correspondences
a?=?matching(i1i2);
%?Computing?Homography
h?=?autohomest2d(a);
%?Computing?Lef
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-07-19?11:03??homography\
?????文件???????48053??2010-12-06?18:11??homography.m
?????文件???????48053??2010-12-06?13:11??homography\homography.m
?????文件????????1365??2010-12-06?13:11??homography\license.txt
?????文件????????1365??2010-12-06?18:11??license.txt
評論
共有 條評論