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
引用
Ritwik Kumar (2026). Volterrafaces Face Recognition System (https://jp.mathworks.com/matlabcentral/fileexchange/28027-volterrafaces-face-recognition-system), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- 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 >
タグ
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
