Python Implementation of the Viola-Jones algorithm for detecting faces | Eigen Faces method to recognise various faces.
-
Updated
Oct 6, 2020 - Jupyter Notebook
Python Implementation of the Viola-Jones algorithm for detecting faces | Eigen Faces method to recognise various faces.
The project presents a unsupervised learning framework which can learn and recognize human faces. A face can be described using a set of 2D characterisitic views. The "eigen faces" or eigen vectors of the training images are used to define a face space. The images are projected onto this face space that also encodes the variation amongst the kno…
contains all the data required for eigen-face project
Add a description, image, and links to the eigen-face topic page so that developers can more easily learn about it.
To associate your repository with the eigen-face topic, visit your repo's landing page and select "manage topics."