FaceUnit/
Code for the FaceUnit C++ class, an implementation
of a face unit radial basis function network.
RBFnet/
Code for the RBFnet C++ class, an implementation
of a radial basis function network with n dimensional input and
1 linear output neuron.
face_net/
Code for the face_net executable, the top-level implementation
of a face unit radial basis function network. The FaceUnit
class performs most of the real work.
faces/ Sample images files used for training and testing the face_net network. All files are 384x287 pixel grayscale Sun rasterfiles.
gaborfaces/ Files containing the gabor coefficients calculated during image preprocessing.
gaborfilter/ Files containing the 2-D Gabor masks used in image preprocessing.
indexer/ A perl script for generating index.html files that serve as directory listings.
nosepicker/
Code for the NosePicker Java application, which displays
images and saves manually clicked nose coordinates.
pinv/ Code for computing the pseudoinverse of a matrix using its singular value decomposition.
preprocess/ Subdirectories contain programs used in image proprocessing.
rasterfile/ Contains a header file with definitions for Sun rasterfile format.
rbf/
Code for the rbf executable, the top-level implementation
of a radial basis function network with n dimensional input and
1 linear output neuron. The RBFNet class performs
most of the real work.