Hi again,
yes of course some pixels have negative values. You don't have to deal
with that, you just use the norma
lized face image as a pattern vector for your feature extractor. When
you use zero mean and unit variance normalization, you transform the
pixel intensity distribution from the original one to a standard
normal one (sometimes denoted as N(0,1)). The normalization is
neccessery to account for the illumination conditions present during
the image acquisition process. If you imagine two images of the same
face captured at two different illumination conditions, the faces
could be represented with diffeerent intensity values, you first
remove the mean value to center the image arround the intensity value
0 and then scale the result with its variance to normalize the
"spread" of the intensities of all pixels to one. A visual example of
the normalization can be found in the following report on page 43:
http://luks.fe.uni-lj.si/sl/osebje/vitomir/pub/seminar.pdf
Just ignore the text, because it is in slovene.
Regards,
Vito