The first step in analyzing an unknown image for faces is to perform face detection. The face detector searches through an image to locate regions that appear to contain a face. Image Server can then use the detected faces to perform face recognition or further face analysis.
Image Server returns the location of each face in the form of a bounding rectangle, along with a confidence rating for the detection. You can configure face detection tasks to also determine the eye locations within a detected face. If this is enabled, Image Server returns the locations of the left and right eyes in the form of coordinates, along with a confidence rating for the detection.
Possible applications of face detection include:
localizing and tracking a person
counting people
as a precursor to face recognition and analysis.
The performance of the face detector depends largely on the images that it processes. See Factors Affecting Face Detection Performance. You can also configure face detection for best performance.
|