facial expressions classification [closed]
I am currently working on a project where I have to extract the facial expression (emotion) I'm using OpenCV and c++ os : Linux
can you please help me find some good documentation?
Buy the OpenCV 3 Blueprints book. It has a complete chapter describing step by step what you need!
thank you.
i extracted the facial landmarks position (x,y) can you please tell me what should i do next ? should i calculae the distance between the point to detect the point that did change ?
Again, read the book, it trains classifiers based on the relative positions of the face. I am not going to complete describe it here if it is that well documented.