项目作者: adityavinodh

项目描述 :
Face detection using OpenCV wiith Haar Cascades
高级语言: Python
项目地址: git://github.com/adityavinodh/face-detection.git
创建时间: 2021-02-12T10:44:11Z
项目社区:https://github.com/adityavinodh/face-detection

开源协议:

下载


Face detection using OpenCV wiith Haar Cascades

Try out this implementation of a face detection program using OpenCV in Python. This program uses Haar Cascades to locate the coordinates and size of the face detected.

How to run

Clone the git repo and install the dependencies

pip install opencv-python

Run the main python file

python main.py

Quit the program by typing q or Ctrl+C in the console