Introduction - If you have any usage issues, please Google them yourself
		 
Program Structure 
The whole project can be divided into three parts: the algorithm, function and application. 
  algorithm part 
Algorithm is part of the currently divided into four modules: face alignment, illumination normalization, feature extraction and selection, reduced subspace 
Dimension, each module is a project, each project generates a dll explicitly call for the functional part. 
  Features section 
Functional part of only one project FaceMngr, part of the part depends on the algorithm to achieve face up, training, 
Recognition, import/export and other specific functions. The project generates a dll for the supply of part of the implicit call. 
  Application Part 
Face Recognition Demo. 
In addition, there is a project engineering tools, to achieve a number of projects are likely to use the function, the majority 
With OpenCV related. The project generates a dll called implicitly for each part.