Please enable JavaScript.
Coggle requires JavaScript to display documents.
Mood detection Using computer vision (Extracting parts of the face…
Mood detection Using computer vision
Real time facial landmark
steps
Localize the face in the image.
using OpenCV’s built-in Haar cascades.
deep learning-based algorithms for face localization.
Detect the key facial structures on the face ROI.
Mouth
Eyebros
eyes
Nose
jaw
Visualizing facial landmarks
Arguements
image
shape
colors
alpha
Extracting parts of the face
compute the bounding box
use NumPy array slicing to extract
Face part labeling