Face Detection with HC

Face detection performed with the help of the Haar Cascade Frontal Face Model.


Project maintained by Viswalahiri Hosted on GitHub Pages — Theme by mattgraham

About The Haar-Cascade Face Detection Algorithm

The Haar-Cascade Face Detection Algorithm is a sliding-window type of algorithm that detects objects based upon its features.

Haar Face Features

The Haar-Cascade model, employs different types of feature recognition that include the likes of

Intel's 'haarcascade_frontalface_default.xml'

This 'XML' file contains a pre-trained model that was created through extensive training and uploaded by Rainer Lienhart on behalf of Intel in 2000.

Rainer's model makes use of the Adaptive Boosting Algorithm (AdaBoost) in order to yield better results and accuracy.

References

https://docs.opencv.org/3.4/db/d28/tutorial_cascade_classifier.html https://docs.opencv.org/2.4/modules/objdetect/doc/cascade_classification.html https://docs.opencv.org/2.4/modules/core/doc/operations_on_arrays.html