Matching signs Using SURF

5 ビュー (過去 30 日間)
Explorer
Explorer 2014 年 1 月 29 日
コメント済み: Explorer 2014 年 2 月 5 日
I am trying to match signs of American Sign Language using SURF.
Ideally, it should match with "C" in database images but it is not so.
I am attaching code.
Currently, input image is CC.jpg
I have to make such a code that should work different input images like AA.jpg, BB.jpg, CC.jpg, DD.jpg and so on.

採用された回答

Bruce Tannenbaum
Bruce Tannenbaum 2014 年 1 月 30 日
Hi,
First, make sure you are detecting enough features in both CC.jpg and database_labelled.jpg. You can detect more features using the "MetricThreshold" argument on detectSURFFeatures. Then, test different levels of the "MatchThreshold" argument on matchFeatures. Sometimes the default settings are not sufficient.
Also, is there enough resolution to database_labelled.jpg to detect at least 20+ features for each sign configuration? If not, this will significantly impair your ability to use features to recognize the sign.
Hope this helps,
Bruce Tannenbaum
MathWorks
  6 件のコメント
Walter Roberson
Walter Roberson 2014 年 2 月 5 日
Patient: "Doctor, Doctor, it hurts when I do (this)!"
Doctor: "Well then, don't do that."
Explorer
Explorer 2014 年 2 月 5 日
hahahaha...

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

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by