Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshal306/facialrecognitionwithlbph
Human beings perform face recognition automatically every day and practically with no effort. Although it sounds like a very simple task for us, it has proven to be a complex task for a computer, as it has many variables that can impair the accuracy of the methods, for example: illumination variation, low resolution, occlusion, amongst other. In computer science, face recognition is basically the task of recognizing a person based on its facial image. It has become very popular in the last two decades, mainly because of the new methods developed and the high quality of the current videos/cameras.
https://github.com/harshal306/facialrecognitionwithlbph
facial-recognition lbph-features opencv python-2
Last synced: 8 days ago
JSON representation
Human beings perform face recognition automatically every day and practically with no effort. Although it sounds like a very simple task for us, it has proven to be a complex task for a computer, as it has many variables that can impair the accuracy of the methods, for example: illumination variation, low resolution, occlusion, amongst other. In computer science, face recognition is basically the task of recognizing a person based on its facial image. It has become very popular in the last two decades, mainly because of the new methods developed and the high quality of the current videos/cameras.
- Host: GitHub
- URL: https://github.com/harshal306/facialrecognitionwithlbph
- Owner: harshal306
- Created: 2018-03-29T15:32:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T17:03:15.000Z (almost 7 years ago)
- Last Synced: 2025-01-02T19:53:17.400Z (10 days ago)
- Topics: facial-recognition, lbph-features, opencv, python-2
- Language: Jupyter Notebook
- Size: 2.6 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FacialRecognitionwithLBPH
Human beings perform face recognition automatically every day and practically with no effort. Although it sounds like a very simple task for us, it has proven to be a complex task for a computer, as it has many variables that can impair the accuracy of the methods, for example: illumination variation, low resolution, occlusion, amongst other. In computer science, face recognition is basically the task of recognizing a person based on its facial image. It has become very popular in the last two decades, mainly because of the new methods developed and the high quality of the current videos/cameras.