Haar cascades

Case-Study: Better HAAR feature-based Eye Detector using OpenCV

by koustubh • January 11, 2017

Motivation behind this post: Opencv object detectors which are built using Haar feature-based cascade classifiers is at least a decade old. OpenCV framework provides a default pre-built haar and lbp based cascade classifiers for face and eye detection which are very good quality detectors. However, I had never measured the accuracy of these face and […]

Continue Reading