Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

jdafont/facerec

Repository files navigation

facerec

Facial recognition for Linear Algebra (SP15) honors project. Based on Turk and Pentland paper

Using Eigen lib to detect the faces using eigen vectors and eigenvalues, based on PCA

Eigen is used as it does not require the install of LAPACK, BLAS, or ATLAS. This means that it will be more easily installed.

An open face database will be used, provided by Yale at vision.ucsd.edu/datasetsAll

Image loading will be done using SDL2, to install this please use:

sudo apt-get install libsdl2-dev libsdl2-image-dev

This software is currently limited to 8-bit per pixel GIFs

About

Facial recognition for Linear Algebra (SP15) honors project. Based on Turk and Pentland paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published