Skip to content

Code for a face recognition engine based on OpenCV to detect faces via a live webcam feed

License

Notifications You must be signed in to change notification settings

Dedepya/Face-Recognition-Using-SVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-Recognition

Developed by @Dedeepya Yarlagadda @Siddarth Saxena

Description

A large number of practical applications for face detection exist and contemporary work even suggests that any specialized detectors can be approximated by using fast detection classifiers. In this project, we have developed an algorithm which will detect face from the input image with less false detection rate using combined effects of computer vision concepts. This algorithm utilizes the concept of detecting edges and extracting different features from face. The result is supported by the statistics obtained from calculating the parameters defining the parts of the face. The project also implements the highly powerful concept of Support Vector Machine that is used for the classification of images into face and non-face class.

Environment

  • Pycharm
  • Operating System
  • Face Recognition
  • CV2
  • Tkinter
  • Numpy
  • Scikit learn

Dataset

Real-time images were gathered from the VNR VJIET institute's students, professors, HOD's, Dean. photo-output

SVM Classifier

image

Output

A user interface was developed which recognises the face.

About

Code for a face recognition engine based on OpenCV to detect faces via a live webcam feed

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages