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.

 Respuesta aceptada

Bruce Tannenbaum
Bruce Tannenbaum el 30 de En. de 2014

0 votos

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 comentarios

Explorer
Explorer el 30 de En. de 2014
Editada: Explorer el 30 de En. de 2014
I have just tried it by including MetricThreshol but still there is same problem.
Explorer
Explorer el 31 de En. de 2014
I want to do something like thing like the one as shown in video. http://vimeo.com/55812802
Walter Roberson
Walter Roberson el 31 de En. de 2014
You did notice that the description of the video says "Two semester's work" ?
Explorer
Explorer el 4 de Feb. de 2014
Okay, what will you suggest me to resolve my problem?
Patient: "Doctor, Doctor, it hurts when I do (this)!"
Doctor: "Well then, don't do that."
Explorer
Explorer el 5 de Feb. de 2014
hahahaha...

Iniciar sesión para comentar.

Más respuestas (0)

Preguntada:

el 29 de En. de 2014

Comentada:

el 5 de Feb. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by