Skip to content

This project implements face detection and recognition using Classifiers, facial feature detection, and real-time video/webcam processing.

Notifications You must be signed in to change notification settings

rushithareddyyy/Face-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face detection & recognition

  • By: Rushitha Anugu

Project Info

All the features implemented in this project are as follows: The core logic can be found in [Face Detection > facedetect.py]

  • FaceDetect has been implemented and packaged as a class to be imported for usage.
  • The framework allows reading images, videos and webcam streams in 2 ways:
    1. By providing settings dictionary to the constructor and adjust the native features
    2. By extending the FaceDetect class to create more features
  • Face Detection has been implemented for several media. The faces can now be detected in images, videos and live webcams
  • Ability to either draw rectangles around the detections or print them to the console has been implemented
  • The framework can:
  • extract detected faces into separate individual images
  • detect facial features and draw them on top of either medium
  • recognize faces in a video, webcam or image based on known faces provided as image inputs
  • identify recognized faces visually in a video, webcam or image
  • access detection and recognition data through other programs

About

This project implements face detection and recognition using Classifiers, facial feature detection, and real-time video/webcam processing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages