フィルターのクリア

Actually I want to detect object from dynamic background,Can you please post the code of RANSAC method to eliminate the abnormal feature points?

1 回表示 (過去 30 日間)
I already applied SIFT algorithm to finish image feature extraction for image matching between frames.so in order to obtain the accurate parameters of affine transformation model, RANSAC method is used to eliminate the abnormal feature points.Please give me some easy code because i am new in this. Thank you

採用された回答

Walter Roberson
Walter Roberson 2015 年 10 月 12 日
  2 件のコメント
Rutvi Modi
Rutvi Modi 2015 年 10 月 12 日
sir, I want to know that can we use this Rasac after that SIFT transformation? sorry, for asking silly question. but i am totally new in this area.
Walter Roberson
Walter Roberson 2015 年 10 月 12 日
Sure, why not? RANSAC is for fitting a model, so RANSAC does not care how the data is obtained, only that you give it an expression for a model that does not crash when it is run with the data.
Whether it makes sense to use RANSAC after SIFT is a matter for theory that should be researched somewhere else. But you can do it.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFeature Detection and Extraction についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by