Skip to content

giriprasathd/Face-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face-Detection

Face Detection using Open CV and Haar Cascades

This requires Open CV, Python, Haar Cascades training data and suitable OS platform (Mac, Linux or Windows). For specific version please check vendor websites for the latest.

I used Python 3.9.4 on a test machine running Windows 10 To determine which version of Python you have installed, type the following on command prompt:

python --version

OpenCV 3.4.3 was used with this project, suitable for Python 2.7.14. To determine if you have properly installed OpenCV, type the following from the python command line: pip install opencv-python

see thiswebsite for futher classification

https://pypi.org/project/opencv-python/

import cv2

Images used in this project were set to a resolution of 500 x 331 pixels (JPEG)

For documentation, please read:

https://becominghuman.ai/face-detection-using-opencv-with-haar-cascade-classifiers-941dbb25177

About

Face Detection using Open CV and Haar Cascades

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages