xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡介

這是一個印度人編的程序,用于兩圖像單應矩陣和變換結果的求取

資源截圖

代碼片段和文件信息

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

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????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

評論

共有 條評論