필터 지우기
필터 지우기

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