Skip to content

himynameiszim/eigenfaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eigenfaces

A simple C++ implementation of Eigenfaces, a fundamental application of Principal Component Analysis.

Set up

  1. Clone this repository
git clone https://github.com/himynameiszim/eigenfaces.git
cd eigenfaces/
  1. Configure the dataset Inside the main.cpp file, modify the variables pathDir, numComponents, testImgID to your system configuration.
  2. Build the project with Ctrl+Shift+B

Note

Be sure to install C++ Eigen and OpenCV into your IDE's IncludePath.
The dataset used in this implementation is the Yale Face Dataset.

About

Simple C++ implementation of Eigenfaces

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages