I need to simulate a given facial expression on a face image. With Facial expressions like smile, anger,disgust, surprise, fear etc.,
I have googled and found methods to detect facial expressions but not to simulate a given kind of expression.
Can anyone suggest any sample code/algorithms.
Platform is C++
:).bool smile; cout << ':' << (smile) ? ')' : '(';– Bartek Banachewicz Feb 15 at 17:27