Face recognition
shreedhar G D
Unknown
- 0 Collaborators
This program identifies the face and save it in a database use it for different purposes ...learn more
Project status: Concept
Intel Technologies
Other
Overview / Usage
Face detection using Haar cascades is a machine learning based approach where a cascade function is trained with a set of input data. OpenCV already contains many pre-trained classifiers for face, eyes, smiles, etc.. Today we will be using the face classifier. You can experiment with other classifiers as well.