C
C
Cord2011-04-10 15:39:09
Image processing
Cord, 2011-04-10 15:39:09

Are there algorithms for recognizing emotions in a photograph of a human face?

Are there algorithms for recognizing emotions in a photograph of a human face?

Maybe someone came across a solution to this problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Marat Bektimirov, 2011-04-10
@Bektimirov

There is a solution based on genetic algorithms.

V
Vladimir, 2011-04-11
@noonv

hmm... interesting problem. I think it can be represented as follows:
face detection -> emotion detection,
the first task has already been completely solved - in the same OpenCV there is already a trained example based on Viola-Jones.
I think that emotions can be detected in the same way, using a multiclass classifier.
For example, to begin with, to be puzzled by the task of detecting a smile, then a sad expression (here it will be difficult - everything should be easier with a smile :)
Good luck!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question