...In face localization, the task is to find the locations and sizes of a known number of faces (usually one). In face detection, one does not have this additional information. Face detection is mostly used along with facial recognition feature to extract faces out of an image or video feed and identify the faces against a set of stored images. This feature can be used for tracking prisoners, attendance and signing in to user accounts. The Viola - Jones Algorithm presents a novel face detection technique, we would implement this technique for face detection and then use eigen faces method to recognize the person in the image. ...