Borrar filtros
Borrar filtros

Hello can anyone solve this face detection question?

1 visualización (últimos 30 días)
asthana
asthana el 13 de Jun. de 2014
Comentada: Image Analyst el 14 de Jun. de 2014
helllo every one please tell me why we use Y=255.0*(Y-minY)./(maxY-minY); and why we convert the image in to ycbcr model in the code given over this
and in the result we didn't get the number of face
  1 comentario
Geoff Hayes
Geoff Hayes el 13 de Jun. de 2014
You may want to re-read the header comments in that file and check out the paper that it references ("A simple and accurate face detection algorithm in complex background").
Stepping through the code at these particular lines may also reveal why these actions are happening and their effects on the image.

Iniciar sesión para comentar.

Respuestas (1)

Image Analyst
Image Analyst el 13 de Jun. de 2014
A key clue is the author's comment in his code:
% Notes: This algorithm is very primitive and doesn't work in real life.
The code basically depends on hard coded thresholds that probably worked okay for the images that the author had on hand, but might not work well for your image(s).
  2 comentarios
asthana
asthana el 14 de Jun. de 2014
then please give me a simple code for face detection that i can understand and can run successfully
Image Analyst
Image Analyst el 14 de Jun. de 2014
Sorry, I don't have any face detection code to turn over to you.

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by