MATLAB: Can anyone help me to code for facial emotion recognition

Computer Vision Toolboxemotion recognitionfacial

.

Best Answer

For starters, you can use the vision.CascadeObjectDetector object in the Computer Vision System Toolbox to detect faces, eyes, and noses in images. Beyond that, you would have to do a literature search for papers on emotion recognition.
Related Question