Volterrafaces Face Recognition System
This is a demonstration of the Volterrafaces face recognition system. This complete demo includes data file and can be run with various training and testing set sizes.
The algorithm implemented here was published in the following paper, please cite it if you find this code useful:
Ritwik Kumar, Arunava Banerjee and Baba C. Vemuri, Volterrafaces: Discriminant Analysis using Volterra Kernels”, IEEE Conference on Computer Vision and Pattern Recognition (CVPR) 2009.
This paper can be found at www.seas.harvard.edu/~rkkumar.
Details of implementation and code structure is explained in the comments. To run, execute the script volterrafacesDemo.m
volterrafacesDemo.m : Demonstrates Volterraface face recognition system
trainVolterraKernels.m : Helper function for training Volterra classifiers
classifyVolterra.m : Helper function for classifying images using Volterra classifiers
splitImg.m : Helper function for splitting images into patches
transformMatrix.m : Helper function for transforming images into matrix A formulation (Linear)
transformMatrixQuadratic.m : Helper function for transforming images into matrix A formulation (Quadratic)
YaleB32n.mat : Data files containing thumbnails of images used in this demonstration
Copyright (c) Ritwik Kumar, Harvard University 2010
Cite As
Ritwik Kumar (2023). Volterrafaces Face Recognition System (https://www.mathworks.com/matlabcentral/fileexchange/28027-volterrafaces-face-recognition-system), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Computer Vision Toolbox > Recognition, Object Detection, and Semantic Segmentation > Object Detection Using Features > Face Detection >
- Image Processing and Computer Vision > Computer Vision Toolbox > Recognition, Object Detection, and Semantic Segmentation > Semantic Segmentation >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |