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 CenterFile Exchange 中查找有关 Feature Detection and Extraction 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by