eigenfaces
There are 190 repositories under eigenfaces topic.
Lauszus/FaceRecognitionApp
Face Recognition Android App
milaan9/Python_Computer_Vision_from_Scratch
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.
wihoho/FaceRecognition
Implement face recognition using PCA, LDA and LPP
hiroyuki-kasai/ClassifierToolbox
A MATLAB toolbox for classifier: Version 1.0.7
agyorev/Eigenfaces
:dancers: A Python implementation of the famous Eigenfaces algorithm for face recognition, implemented and tested over the AT&T face data set.
Lauszus/FaceRecognitionLib
Library for calculating Eigenfaces and Fisherfaces in C++
AdiChat/Faces
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:
kelvins/Reconhecimento-Facial
Repositório utilizado para armazenar algoritmos de reconhecimento facial
dhingratul/Face-Recognition-Algorithms
Implemented and evaluated four basic face recognition algorithms: Eigenfaces, Fisherfaces, Support Vector Machine (SVM), and Sparse Representation-based Classification (SRC) on YaleB dataset
leonmavr/EZfaces
Python package that implements Eigenfaces to build a face recognition database. It supports interaction with the webcam.
lanhoter/Java_Face-Detection-and-Recognition
2015 Final Year Project in INTI International University Malaysia, built from scratch
svetlana-topalova/eigenfaces
A Jupyter Notebook that implements in Python 3 the Eigenfaces algorithm for face recognition
jayshah19949596/Computer-Vision-Course-Assignments
Canny Edge Detection, Eigen Faces Face Recognition Algorithm, Applying Sobel Filter, Hough Lines, Harris Corner Detection as a Feature, Image Manipulation
AsisRai/Facial-Recognition-System-to-Automatically-record-attendance-of-Coventry-University-Students
Final Year Dissertation Project by Asis Rai
tulsyanp/tcd-ai-group-project
Face Recognition with SVM classifier using PCA, ICA, NMF, LDA reduced face vectors
AravindVasudev/Pokedex
A Pokémon Image Classifier using EigenFaces and ConvNet.
Naman-ntc/FaceRecognition
Approach at solving the problem of Face Recognition using dimensionality reduction algorithms like PCA and LDA
shubham-gaur/smart-attendance__major__
Intelligent System Designed For Monitoring And Marking Presence Of People.
linusmossberg/face-detection-and-recognition
Face detection and recognition using Fisherfaces and Eigenfaces.
navydhara79-zz/Face-Recognition-using-eigen-faces
Implementation of facial recognition using eigenfaces technique.
Ugenteraan/Face-Recognition-Eigenface-Scratch
Face detection and recognition using Eigenfaces implemented with only NumPy and OpenCV
gaborvecsei/Face-Recognizer
Thesis: Face Recognizer
Nan-Do/TinderBot
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
pavlin-policar/facial-recognition
A simple implementation of Fisherfaces for realtime facial recognition.
devGhiles/face_recognition
Face recognition based on eigenfaces and using a naive bayes classifier.
heliumind/eigenfaces
Using PCA and Autoencoder to extract effective features from face images. Comparison of the two on Yale Face Database B.
KhyatiMahendru/EigenfacesWithSVD
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.
DanielMartensson/jFaces
Use jFaces to predict unknown images by training a set of images
rifqifarhansyah/EigenFace-Recognition
TuBes Algeo02 2022/2023 🛩
pawelptak/FaceRecognizer
Python application for face detection and recognition using various algorithms.
phillity/Computer-Vision-Image-Processing
Computer Vision Algorithm Implementations
swghosh/realtime-attendance
Attendance marking of university students using facial recognition techniques.
vvarodi/face_recognition
Eigenfaces and Fisherfaces for Face Recognition. With implementation of algorithms as PCA, KNN, Fisher Discriminant Analysis.
ziyzhu/Spectraface
Fast Visual & Thermal Face Detection & Recognition with VGGFace2 and Eigenface.