facerecexplanation.m
上传用户:mayisishi
上传日期:2018-01-16
资源大小:356k
文件大小:6k
源码类别:

PlugIns编程

开发平台:

Matlab

  1. %FISHERFACES FOR FACE RECOGNITION
  2. %
  3. % We develop a face recognition algorithm which is insensitive to large variation in lighting direction and facial expression.
  4. % Taking a pattern classification approach, we consider each pixel in an image as a coordinate in a high-dimensional space. We take
  5. % advantage of the observation that the images of a particular face, under varying illumination but fixed pose, lie in a 3D linear
  6. % subspace of the high dimensional image space梚f the face is a Lambertian surface without shadowing. However, since faces are
  7. % not truly Lambertian surfaces and do indeed produce self-shadowing, images will deviate from this linear subspace. Rather than
  8. % explicitly modeling this deviation, we linearly project the image into a subspace in a manner which discounts those regions of the
  9. % face with large deviation. Our projection method is based on Fisher抯 Linear Discriminant and produces well separated classes in a
  10. % low-dimensional subspace, even under severe variation in lighting and facial expressions. The Eigenface technique, another method
  11. % based on linearly projecting the image space to a low dimensional subspace, has similar computational requirements. Yet, extensive
  12. % experimental results demonstrate that the proposed 揊isherface