Está en la página 1de 1

NUI Chapter 8.

Face Recognition
From the website:
Killer Game Programming in Java
http://fivedots.coe.psu.ac.th/~ad/jg
Dr. Andrew Davison
Dept. of Computer Engineering
Prince of Songkla University
Hat yai, Songkhla 90112, Thailand
E-mail: ad@fivedots.coe.psu.ac.th
If you use this code, please mention my name, and include a link
to the website.
Thanks,
Andrew
============================
There are three subdirectories:
* Colt PCA
- this contains a small program, Pca.java, which shows how to implement
a simple form of PCA using the Colt package. Try this first.
* JavaFaces2/
- this code is a refactoring of the JavaFaces package by Sajan Joseph, avai
lable
at http://code.google.com/p/javafaces/. Try this second.
It generates a cache file, eigen.cache, needed for the third application.
* GUI Face Recognizer/
- this code will recognize a face based on the eigen.cache information that
is generated by the JavaFaces2/ application. Try this last.
---------------------------Last updated: 4th May 2011

También podría gustarte