Skip to content

Here we will deal with Face detection with python. OpenCV already contains many pre-trained classifiers for face, eyes, smile etc Need to load the required XML classifiers. Then load our input image (or video) in grayscale mode. -Additional features will update soon. Note: saving images and then loading them isn’t very efficient but works in thi…

Notifications You must be signed in to change notification settings

GaneshAc/Face-Recognition-with-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-Recognition-with-Python

Here we will deal with Face detection with python. OpenCV contains many pre-trained classifiers for face, eyes, smile etc
Need to load the required XML classifiers. Then load our input image (or video) in grayscale mode. -Additional features will update soon.

Note: saving images and then loading them isn’t very efficient but works in this case and is extremely easy to implement.

About

Here we will deal with Face detection with python. OpenCV already contains many pre-trained classifiers for face, eyes, smile etc Need to load the required XML classifiers. Then load our input image (or video) in grayscale mode. -Additional features will update soon. Note: saving images and then loading them isn’t very efficient but works in thi…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages