Skip to content

Facial Recognition with Smile Detection (Java/OpenCV)

Notifications You must be signed in to change notification settings

ZachNewbery/facialrec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facialrec

Facial Recognition with Smile Detection (Java/OpenCV)

  • Java program written to recognise faces, utilising the features provided in OpenCV, alongside the Haar and LBP Cascade Classifiers in order to recognise facial features.
  • Smile detection included via usage of the Haar smile cascade, in order to recognise a prolonged smile in the subsection of a webcam frame determined to be a face via the prior classifications.
  • Facial recognition done using the opencv contrib library, using EigenFaces in order to recognise a given face, which i can be done via the live webcam.

About

Facial Recognition with Smile Detection (Java/OpenCV)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published