Karhunen-Loeve Decomposition for Statistical Recognition and Detection

版本 1.0.0.0 (1.5 KB) 作者: Alex Chirokov
Karhunen-Loeve Decomposition for Face Recognition
18.9K 次下载
更新时间 2005/11/7

无许可证

This MATLAB script implements Karhunen-Loeve decomposition which is classical algorithm for face recognition and detection. Script uses ATT faces database http://www.uk.research.att.com/facesataglance.html
which can be downloaded from
http://www.uk.research.att.com/facedatabase.html

Computing Eigenvalues and Eigenvectors of images set
Encoding Face Images with a Linear Combination Key (KL decomposition)
Decoding a Key into an Image (reconstruction)
Comparing images using key, searching for similar images.

引用格式

Alex Chirokov (2025). Karhunen-Loeve Decomposition for Statistical Recognition and Detection (https://www.mathworks.com/matlabcentral/fileexchange/6995-karhunen-loeve-decomposition-for-statistical-recognition-and-detection), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Code was updated to find the most similar and the most different faces. Also distance map of face database is now computed and shown.