Face recognition using Eigenfaces

버전 1.2.0.0 (1.5 KB) 작성자: Sujeeth Kumaravel
Trains a face recognition system using the Eigenfaces algorithm and performs recognition.
다운로드 수: 3.6K
업데이트 날짜: 2014/11/17

라이선스 보기

The only images that this package accepts are .pgm (portable gray map) images. All images should be of the same size.
Training:
A training set of face images is needed to train the system. These images should be placed in a single folder in Matlab path.
Use the following function to train:
[images,H,W,M,m,U,omega]=trainingEF(trainingFolder);
where

trainingFolder - full path of the folder containing the training face images

Recognition:
The face image to be recognized should be a .pgm file too.

Use the following function for recognition:
testingEF(testImage,images,H,W,M,m,U,omega)

where
testImage - filename of the face image to be recognized (with extension),
images,H,W,M,m,U,omega - output arguments from the training function

The test image and the image from the training set that the test image corresponds to are shown as output.

인용 양식

Sujeeth Kumaravel (2026). Face recognition using Eigenfaces (https://kr.mathworks.com/matlabcentral/fileexchange/48479-face-recognition-using-eigenfaces), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2013b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
버전 게시됨 릴리스 정보
1.2.0.0

Description updated

1.1.0.0

Description updated

1.0.0.0