肤色分割 Resources

Showing items tagged with "肤色分割"

MATLAB implementation for face detection combining YCgCr color space skin modeling with Support Vector Machine (SVM) classification. The code performs skin region extraction through color thresholding followed by machine learning-based verification.

MATLAB 248 views Tagged

Face detection using skin color segmentation involves converting color images from RGB to YCbCr color space, segmenting skin regions through threshold operators, obtaining binary images, followed by dilation and erosion operations, and finally performing edge detection.

MATLAB 230 views Tagged