Skip to content

harshiiash/Pedestrian-Detection

Repository files navigation

Face Detection

Using OpenCV and Haarcascade

You can get the haarcascade xml files from this github link that is provided by OpenCV.
Download the files that is needed in the local directory and use it.

An example:

It correctly detects the face and eye but misinterprets the mouth as eyes too.

Pedestrian Detection