Goal
In this tutorial,
We will learn how the Haar cascade object detection works.
We will see the basics of face detection and eye detection using the Haar Feature-based Cascade Classifiers
We will use the cv::CascadeClassifier class to detect objects in a video stream. Particularly, we will use the functions:
cv::CascadeClassifier::load to load a .xml classifier file. It can be either a Haar or a LBP classifier
cv::CascadeClassifier::detectMultiScale to perform the detection.
在本教程中,
我们将学习Haar级联对象检测的工作原理。
我们将使用基于Haar Feature的Cascade分类器了解人脸检测和眼睛检测的基础知识
我们将使用cv :: CascadeClassifier类来检测视频流中的对象。 特别是,我们将使用以下功能:
cv :: CascadeClassifier :: load来加载.xml分类器文件。 它可以是Haar或LBP分类器