OpenCV 15: Face Detection
Face Detection VS Face Recognition Face detection only detects the presence of a face in an image while fact recognition involves identifying whose face it is. Face detection is performed using a classifier, it is essentially an algorithm that decides whether a given image is positive or negative meaning whether a face is present or […]