人脸图像 Resources

Showing items tagged with "人脸图像"

A MATLAB-based program for normalizing face images through size standardization using image processing algorithms including scaling, cropping, and padding operations.

MATLAB 238 views Tagged

Utilizing gray-scale integral projection for direct face detection and eye localization is a common algorithm, but its direct application can be affected by background noise and feature variations, resulting in lower recognition accuracy. We propose a detection and localization algorithm combining Otsu's thresholding method (maximum inter-class variance) and region dilation. The algorithm first calculates the Otsu threshold to binarize the gray-scale image and detect face regions, then performs dilation and connectivity processing on connected components within the face area to precisely locate eye coordinates. Experimental results demonstrate that this algorithm is reliable with improved recognition performance. Key implementation aspects include adaptive threshold calculation using Otsu's method and morphological operations for feature enhancement.

MATLAB 219 views Tagged

Implementation of two-level wavelet decomposition for facial images using MATLAB, which generates decomposition diagrams for analysis. Users can simply modify the image filename in the code to process their own images.

MATLAB 219 views Tagged