Introduction - If you have any usage issues, please Google them yourself
Face Recognition System based on LabVIEW
The general process is as follows. Firstly, the original data is captured by a web camera and then transferred from RGB color space to YUV color space, where it is easier to tell the skin area from non-skin area. Afterwards we cut out the skin area, namely facial area, and run by Discrete Cosine Transform to extract the principle information in it. At last, the decision boundaries are constructed by the Euclidean distance between the query image and the one in the database.