Wasit Journal of Computer and Mathematics Science (Mar 2023)

Face detection by using Haar Cascade Classifier

  • Prof. Dr. Paul Mccullagh

DOI
https://doi.org/10.31185/wjcm.109
Journal volume & issue
Vol. 2, no. 1

Abstract

Read online

the Haar Cascade Classifier is a popular technique for object detection that uses a machine-learning approach to identify objects in images and videos. In the context of face detection, the algorithm uses a series of classifiers that are trained on thousands of positive and negative images to identify regions of the image that may contain a face. The algorithm is a multi-stage process that involves collecting training data, extracting features, training the classifiers, building the cascade classifier, detecting faces in the test image, and post-processing the results to remove false positives and false negatives. The algorithm has been shown to be highly accurate and efficient for detecting faces in images and videos, but it has some limitations, including difficulty in detecting faces under challenging lighting conditions or when the faces are partially occluded. Overall, the Haar Cascade Classifier algorithm remains a powerful and widely-used tool for face detection, but it is important to carefully evaluate its performance in the specific context of each application and consider using more advanced techniques when necessary.