Skip to content

ucl-casa-ce/pi-face-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face Detection using a Raspberry Pi

This example is written in Python 3 and uses the Open CV library and a Harr cascade classifier. You can install the python Open CV package as follows:

pip3 install opencv-python

You can obtain the Haar cascade classifier from: https://github.com/opencv/opencv/tree/master/data/haarcascades

About

Face detector code for the Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages