Skip to content

Conceal your own identity in a live webcam stream while facial regions corresponding to any other person should remain unaltered

Notifications You must be signed in to change notification settings

ShreyaRao09/Face-Recognition-using-OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Face-Recognition-using-OpenCV

Problem statement: Conceal your own identity in a live webcam stream. Facial regions corresponding to any other person should remain unaltered. Description: One can train the classifier one for detecting faces. Next, they can train another classifier to recognise their own face. During testing, a live video can be captured using webcam where the student and other people will be captured. The task is to identify the person and blur their facial region to conceal their identity. Face detection and recognition have a lot of documentation available online. Such as this http://docs.opencv.org/2.4/modules/contrib/doc/facerec/facerec_tutorial.html

OpenCV also provides few already trained classifiers. You can use one of those classifiers for detecting facial region and then use your own classifier for recognition purpose. The main work will be understanding how to use machine learning and capturing data. Blurring the rectangular region should be straight forward.

A folder containing images of your face (positive examples) and other people's faces (negative examples) must be provided as input to the program. These images are used to train the Classifier.

About

Conceal your own identity in a live webcam stream while facial regions corresponding to any other person should remain unaltered

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages