Face recognition system is a computer application for automatically identifying or verifying a person from a digital image from a source. One of the ways to do this is by comparing selected facial features from the image and a facial database. Face recognition involves three steps: Face Detection, Feature Extraction and Matching. Face detection method detect face area from the image using Viola...