Files
pigo/examples/facedet
2019-09-11 16:38:14 +03:00
..
2019-09-10 14:54:05 +03:00
2019-09-10 14:54:05 +03:00
2019-09-10 14:54:05 +03:00
2019-09-10 14:54:05 +03:00
2019-09-11 16:38:14 +03:00

Face detection demo

This is an example of how to use Pigo for face detection. There are two examples: one which simply detects the webcam faces and another one which blur out the detected faces.

Requirements

  • OpenCV2
  • Python2

Usage

# detect faces
$ python2 demo.py
# blur out the detect faces
$ python2 facemask.py