This document describes a face detection method using principal component analysis. It first preprocesses images using histogram equalization to address illumination issues. It then detects faces using skin segmentation to identify skin regions. Finally, it recognizes the extracted facial features using principal component analysis and a neural network, which reduces the dimensionality of the images for efficient recognition.