Skip to content

Using OpenCV to detect smile of people inside camera and take picture of all of them smile

Notifications You must be signed in to change notification settings

BryanGsep/Smile_Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smile_Detector

Smile-detection is an effective photography support tool for computers with the ability to detect and save people's smiling moments in photo frames. The operation of Smile-detection is based on the OpenCV library.

Installation OpenCV

Make sure that you have python3 and pip active. Then using the following command for installation:

pip install opencv-python

Guidance for OpenCV installation

Basic Usage

After simplely running the capture_smile.py on python3, there would be a camera window appear on your screen. Or run it in command prompt with command python3 capture_smile.py

It would capture all smiling moment inside the camera space. The smiling images could be found in smile_images folder.

Press Q button to close the camera window.

Result

Camera Window during the operation

Example_image

Image result

smile_faces_normal82

About

Using OpenCV to detect smile of people inside camera and take picture of all of them smile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages