How to perform this preprocessing on face images, please provide code for this?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Working on a project 'age invariant face recognition' that requires me to preproces all face images through following steps: (1) rotate the face image so that it is aligned with the vertical face orientation; (2) scale the face image so that the distance between the two eyes is the same for all the face images; (3) crop the face image tightly to remove the background and the hair region; (4) apply histogram equalization to the face image for photometric normalization. After preprocessing, each face image has a size of 150 x 200.
1 Comment
Walter Roberson
on 20 Oct 2012
What code do you have so far, and what error messages are you encountering?
Answers (0)
This question is closed.
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!