Skip to content

This is a simple face detection and recognition script used to detect the face and create a bounding circle around it and also label it.

License

Notifications You must be signed in to change notification settings

arnavdutta/Face-Detection-Recognition

Repository files navigation

Simple Face Detection and Recognition

Packages used:

  1. opencv-contrib-python
  2. opencv-python==4.1
  3. numpy
  4. os
  • Here Haar Cascade method is used for Face Detection and Local Binary Pattern Histogram method (LBPHFaceRecognizer_create()) function is used to recognise the face.

About

This is a simple face detection and recognition script used to detect the face and create a bounding circle around it and also label it.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages