Borrar filtros
Borrar filtros

Recognise the test image...

2 visualizaciones (últimos 30 días)
saranya
saranya el 11 de Mzo. de 2014
Respondida: Geetika el 12 de Mzo. de 2014
I have used the code from the following link...
http://www.mathworks.in/matlabcentral/fileexchange/37351-face-recognition-software/content/fhmm1/testsys.m
This runs well and recognizes the faces correctly when tested with those stored in the database... but when tested with a new face image not stored in the database also it randomly says some other class it belongs to.. why???? The response should be FACE NOT FOUND!!!!!

Respuesta aceptada

Geetika
Geetika el 12 de Mzo. de 2014
This might be because the code must be finding the minimum distance between test images and images in database. And then outputting result according to the minimum distance found. It might have not been programmed for the kind of output u are expecting. Because for that, you have to specify some threshold value say, t. Then if Distance > t, it must output "Not Found" and if Distance < t, it must output the found image.

Más respuestas (1)

Image Analyst
Image Analyst el 11 de Mzo. de 2014
Well, just off the top of my head, I'd say that the program is wrong. And that's about all we can say unless we see some code, or get the Crystal Ball Toolbox installed.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by