eigenfaces algorithm

버전 1.0.0.0 (5.16 KB) 작성자: michael scheinfeild
project faces to eigen faces for face detection
다운로드 수: 6.9K
업데이트 날짜: 2014/3/17

라이선스 보기

given set of facesthe object is face recognition. we project the faces to new fielad of eigen faces which are actualy eigen vectors the same as PCA algorithm
THANKS TO THE SITE http://fewtutorials.bravesites.com/tutorials
steps
1) resize all M faces to N*N
2) remove average
3) create matrix A of faces each row N*N
totla size of A is (N*N) * M
4) calculate average face
5) remove average face from A
6) compute the covariance matrix C A'*A , C size is M*M
7) compute eigen values and eigen vectors , to compute the eigne faces need to go bacj to higher dimension
8) compute the linear combination of each original face
9( given new face project it to eigen face and compute distance to each eigen face this is the recognition.

인용 양식

michael scheinfeild (2024). eigenfaces algorithm (https://www.mathworks.com/matlabcentral/fileexchange/45915-eigenfaces-algorithm), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009a
모든 릴리스와 호환
플랫폼 호환성
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