資源簡介
可以在harris角點檢測和ncc粗匹配之后實現精確準確的角點匹配,為下一步配準做準備
)
代碼片段和文件信息
function?correctPoints?=?match_ransac(P1P2?it?N?t)
%?MATCH_RANSAC:RANSAC?outliner?detector?for?matched?point-pairs
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%?Input:
%???????P1????????-?coordinates?of?points?in?the?1st?image?[pointnum?x?2]
%???????P2????????-?coordinates?of?points?in?the?2nd?image?[pointnum?x?2]
%???????it????????-?iterations?(the?number?of?subset?to?try)
%???????N?????????-?number?of?points?in?a?consensus?set?to?determine?a?correct?model?has?been?found
%???????t?????????-?error?tolerance?to?determine?whether?a?point?is?compatible?for?the?model
%?
%?Output:
%???????correctPoints?-?indexes?of?point-pairs?corrected?matched?determined?by?RANSAC
%?
%?Author:?
%?Jiaolong?Yang
%?Beijing?Laboratory
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4501??2010-12-28?22:06??RANSAC\match_ransac.m
?????目錄??????????0??2010-12-28?21:59??RANSAC
-----------?---------??----------?-----??----
?????????????????4501????????????????????2
評論
共有 條評論