# 008 How to detect faces, eyes and smiles using Haar Cascade Classifiers with OpenCV in Python
Highlights: If you have any type of camera that does face detection it is probably using Haar feature-based cascade classifier for object detection. In this post we are going to learn what are these Haar cascade classifiers and how to use them to detect faces, eyes and smiles. Tutorial Overview: Understanding Haar cascade classifiers How to detect faces, eyes and smiles with Haar cascade classifiers? 1. Understanding Haar Cascade Classifiers Two decades ago, face detection…
Read more