Face detection is the action of locating human faces in an image and optionally returning different kinds of face-related data.

PictoBlox uses feature-based detection to detect faces. Face landmarks are a set of easy-to-find points on a face, such as the pupils or the tip of the nose. By default, there are 68 predefined landmark points. The following image shows all landmark points:

Users can detect facial expressions using machine learning and algorithms to see emotions and recognize 6 basic facial or universal expressions in human faces. It does this by analyzing faces in images or video through cameras.
Face recognition systems allow programs to identify a person by analyzing the face landmarks of her/his face in a digital image.
PictoBlox allows you to run face recognition using the following process:

Following is the process to add Face Detection capability to the PictoBlox Project.





Following is the process to add Face Detection capability to the PictoBlox Project.



fd = FaceDetection()