Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dusenberrymw/eigenfaces

An eigenfaces demo to go along with a recent blog post: http://mikedusenberry.com/on-eigenfaces/
https://github.com/dusenberrymw/eigenfaces

Last synced: 2 months ago
JSON representation

An eigenfaces demo to go along with a recent blog post: http://mikedusenberry.com/on-eigenfaces/

Awesome Lists containing this project

README

        

Eigenfaces Demo
---

## What
This is an **eigenfaces** demo written in the Octave/Matlab language to go along with [a recent blog post](http://mikedusenberry.com/on-eigenfaces/).

## Features
* Given a dataset of faces (the [cropped version](http://conradsanderson.id.au/lfwcrop/) of the [Labeled Faces in the Wild (LFW)](http://vis-www.cs.umass.edu/lfw/) dataset), this demo computes and visualizes the _eigenfaces_, and shows the effect of projecting and recovering the original faces using these eigenfaces.

## Related Blog Post
* [On Eigenfaces](http://mikedusenberry.com/on-eigenfaces/)

## Dev notes
* Octave 3.8.1
* `displayImages.m` is based on a utility function (non-exercise) from the [Coursera ML course](https://www.coursera.org/course/ml).