Filter löschen
Filter löschen

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 Ansicht (letzte 30 Tage)
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

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 12 Okt. 2015
  2 Kommentare
Rutvi Modi
Rutvi Modi am 12 Okt. 2015
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 am 12 Okt. 2015
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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by