Files
pigo/examples/facedet
Endre Simo 1d19dd6fa4 doc update
2022-11-10 11:18:42 +02:00
..
2020-10-21 11:03:06 +03:00
2022-11-10 11:18:42 +02:00

Face detection demo

This is an example of how to use Pigo for face detection as a Python application. 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 faceblur.py