23 skills found
Lauszus / FaceRecognitionAppFace Recognition Android App
mesutpiskin / Face Detection And Recognition:hurtrealbad:C# Face detection and recognition with EmguCV. Eigenfaces, Fisherfaces and LBPH algorithms.
wihoho / FaceRecognitionImplement face recognition using PCA, LDA and LPP
Lauszus / FaceRecognitionLibLibrary for calculating Eigenfaces and Fisherfaces in C++
kelvins / Reconhecimento FacialRepositório utilizado para armazenar algoritmos de reconhecimento facial
dhingratul / Face Recognition AlgorithmsImplemented and evaluated four basic face recognition algorithms: Eigenfaces, Fisherfaces, Support Vector Machine (SVM), and Sparse Representation-based Classification (SRC) on YaleB dataset
pf981 / Face Recognition And Detection AnalysisThis code trains and runs performance tests several face detection and recognition algorithms. The algorithms examined are Haar Cascade Classifiers for face detection and Eigenfaces, Fisherfaces, Local Binary Patters (LBP) and Local Intensity Distribution (LID) for face recognition.
tulsyanp / Tcd AI Group ProjectFace Recognition with SVM classifier using PCA, ICA, NMF, LDA reduced face vectors
chenxi1103 / Face Recognition ProjectGender/Race/Emotion classifications based on facial multi-attribute detection were realized through data pre-processing, face detection and extraction by OpenCV, developing training models through “Fisherfaces” and “Convolutional Neural Network” approaches by TensorFlow and Keras with accuracy of 98.44%, 84.24%, and 70% respectively. A web app was developed for better demonstration and further model optimization by expanding training dataset and user labeling, adopted Nginx to serve web server and deployed on DigitalOcean.
linusmossberg / Face Detection And RecognitionFace detection and recognition using Fisherfaces and Eigenfaces.
Naman-ntc / FaceRecognitionApproach at solving the problem of Face Recognition using dimensionality reduction algorithms like PCA and LDA
AbhashK1 / Face RecognitionFace Detection & Recognition System made in JAVA using JavaCV
okmd / Authenticate Using Face RecognitionFace recognition, Eigenfaces, Local Binary Pattern Histogram, Fisherfaces, opencv, pyqt.
pkjmesra / FaceDetection FaceRecognitionA plain simple sample project to demonstrate face detection using CoreImage APIs. The same sample also demonstrates face recognition using Eigenfaces method (using Fisherfaces model. See http://www.cs.columbia.edu/~belhumeur/journal/fisherface-pami97.pdf) .
pavlin-policar / Facial RecognitionA simple implementation of Fisherfaces for realtime facial recognition.
dongxijia / Traditional Face RecognitionEigenface vs Fisherface vs LBPH vs Gabor vs HOG+SVM
DanielMartensson / JFacesUse jFaces to predict unknown images by training a set of images
phillity / Computer Vision Image ProcessingComputer Vision Algorithm Implementations
vvarodi / Face RecognitionEigenfaces and Fisherfaces for Face Recognition. With implementation of algorithms as PCA, KNN, Fisher Discriminant Analysis.
jasonpan666 / CS549ComputerVision•Hybrid Image, Image Pyramid, Edge Detection •Detection, Description, and Matching •Face Recognition using Eigenface and Fisherface methods •Scene Recognition with Bag of Words •Final Project: Deep Convolutional Neural Network (CNN) and Support Vector Machine (SVM) in Pet Image Recognition