There are 2 repositories under eigenfaces topic.
Face Recognition Android App
This repository explores the variety of techniques commonly used to analyze and interpret images. It also describes challenging real-world applications where vision is being successfully used, both for specialized applications such as medical imaging, and for fun, consumer-level tasks such as image editing and stitching, which students can apply to their own personal photos and videos.
Implement face recognition using PCA, LDA and LPP
A MATLAB toolbox for classifier: Version 1.0.7
:dancers: A Python implementation of the famous Eigenfaces algorithm for face recognition, implemented and tested over the AT&T face data set.
Library for calculating Eigenfaces and Fisherfaces in C++
Do you look like a Nobel Laureate :medal_military:, Physicist, Chemist, Mathematician, Actor or a Programmer? God gave you one face and you went on to get a peek into the mind of God. :cloud_with_lightning:
Repositório utilizado para armazenar algoritmos de reconhecimento facial
2015 Final Year Project in INTI International University Malaysia, built from scratch
Python package that implements Eigenfaces to build a face recognition database. It supports interaction with the webcam.
Implemented and evaluated four basic face recognition algorithms: Eigenfaces, Fisherfaces, Support Vector Machine (SVM), and Sparse Representation-based Classification (SRC) on YaleB dataset
A Jupyter Notebook that implements in Python 3 the Eigenfaces algorithm for face recognition
Canny Edge Detection, Eigen Faces Face Recognition Algorithm, Applying Sobel Filter, Hough Lines, Harris Corner Detection as a Feature, Image Manipulation
Final Year Dissertation Project by Asis Rai
Face detection and recognition using Fisherfaces and Eigenfaces.
Face Recognition with SVM classifier using PCA, ICA, NMF, LDA reduced face vectors
Approach at solving the problem of Face Recognition using dimensionality reduction algorithms like PCA and LDA
A Pokémon Image Classifier using EigenFaces and ConvNet.
Intelligent System Designed For Monitoring And Marking Presence Of People.
Using PCA and Autoencoder to extract effective features from face images. Comparison of the two on Yale Face Database B.
This is a bot in the same spirit as the one found in https://github.com/crockpotveggies/tinderbox. Made with the main purpose of learning the technologies required to create a web app like this. It has similar features (choosing faces using eigenfaces, interaction with the service, automatic chat) as the referenced bot plus a logic engine that can be feeded with rules to select the user and to choose between possible conversations
Face detection and recognition using Eigenfaces implemented with only NumPy and OpenCV
Face Detection & Recognition System made in JAVA using JavaCV
Face recognition based on eigenfaces and using a naive bayes classifier.
Thesis: Face Recognizer
Implementation of facial recognition using eigenfaces technique.
A simple implementation of Fisherfaces for realtime facial recognition.
Facial Recognition on 'Labelled Faces in the Wild Dataset' using the concept of Eigenfaces. I have used Singular Value Decomposition to obtain the eigenfaces used.
Use jFaces to predict unknown images by training a set of images
TuBes Algeo02 2022/2023 🛩
Fast Visual & Thermal Face Detection & Recognition with VGGFace2 and Eigenface.
Python application for face detection and recognition using various algorithms.
Attendance marking of university students using facial recognition techniques.
Eigenfaces and Fisherfaces for Face Recognition. With implementation of algorithms as PCA, KNN, Fisher Discriminant Analysis.