フィルターのクリア

how can we apply RANSAC on SIFT?? can you please post the code!!

6 ビュー (過去 30 日間)
Rutvi Modi
Rutvi Modi 2015 年 10 月 12 日
編集済み: Rutvi Modi 2015 年 10 月 13 日
Actually i want to match image frames of video. but i am not getting.so if you have any idea then share with us..please..

採用された回答

Walter Roberson
Walter Roberson 2015 年 10 月 12 日
I refer you again to http://www.mathworks.com/matlabcentral/fileexchange/30849-image-mosaic-using-sift which shows calling SIFT to find matching points and then calls RANSAC to compute a model on the points.
If you want to perform the process on a video then you can put in a loop in which you read frames from the video and call the processing routine.
I note that your questions sound very much like you are working on an assignment or project. The volunteers are willing to guide you on assignments and projects but we expect you to do the real work. The code I linked to shows you that it can be done, and can be examined to figure out what the important parts are; you can then apply the ideas you have learned to writing your own code to do your specific assignment or project.
  1 件のコメント
Rutvi Modi
Rutvi Modi 2015 年 10 月 13 日
編集済み: Rutvi Modi 2015 年 10 月 13 日
Thank you sir. I will try to build my own code.

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

その他の回答 (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