Skip to content

buehra/FaceRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition

Small experiment to detect objects with OpenCV in the programming language python.

Prerequisite

You need Python and OpenCV.

Install Python:

https://www.python.org/downloads/

Install OpenCV Tensorflow and cvlib:

pip install opencv-python tensorflow cvlib

Further Information about cvlib: https://github.com/arunponnusamy/cvlib

Run

Face and eyes detection implemented with opencv using haar cascade algorithm

python face-eyes-detection.py

Face detection implemented with opencv and cvlib

python face-detection.py

About

Face Recognition with OpenCV in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages