Facial Recognition is one of the interesting topics in Computer Vision. The first step to doing facial recognition is face detection. Face detection can be done in real-time or not. There are some difficulties when doing facial recognition, like the difference in lightning levels, the complexity of a face, and the position of the face towards the camera. One method that is quite effective in do…