An open API service indexing awesome lists of open source software.

https://github.com/marwendoukh/face-detection-with-opencv

Face detection with openCV
https://github.com/marwendoukh/face-detection-with-opencv

face-detection opencv opencv-python

Last synced: about 2 months ago
JSON representation

Face detection with openCV

Awesome Lists containing this project

README

          

# Face detection with openCV

This is a python program that detects faces using a trained classifier (offered by openCV) and draw a red rectangle around it.

# How to use it

To test it , put an image in the same directory as this program and run :

```
python face-detection.py yourface.jpg
```

The result will be like this

![Face detection](https://marwendoukh.files.wordpress.com/2017/02/mr-bean-face-detection.png)