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

https://github.com/radames/python_opencv_camera_haar

Simple code example of Python with Opencv and camera face detection with haar classifiers
https://github.com/radames/python_opencv_camera_haar

haar-cascade opencv python

Last synced: over 1 year ago
JSON representation

Simple code example of Python with Opencv and camera face detection with haar classifiers

Awesome Lists containing this project

README

          

# Python Opencv Camera Haar Detection

Because of of my [code gists](https://gist.github.com/radames/effc25355c194bd23bbd1d0cbf87d449) has a lot of comments and questions.
Here is one repository with env for reference.

Create a virtual env, activate and install requirements

~~~bash
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
~~~