Skin Color-Based Face Detection
This MATLAB source code implements skin color-based face detection through pixel-level skin region classification. The core objective is to construct a decision rule that categorizes image pixels into skin and non-skin classes by measuring color distance from reference skin tones. The distance metric is determined by the chosen skin color modeling approach, which can be implemented using color space transformations and probability thresholding.