程序 Resources

Showing items tagged with "程序"

Mean Shift Image Segmentation Test Program implementing clustering segmentation on color images using the meanshift algorithm with excellent results. The program displays processing time and identified cluster counts, and includes RGB-LUV color space conversion, image matrix data reduction to dimensional arrays, and other utility functions. Features comprehensive code annotations, implementation notes, and sample result images - highly suitable for computer vision, machine learning, and pattern recognition reference.

MATLAB 238 views Tagged

This is the source code for automated facial expression recognition. The implementation leverages Viola and Jones' face detection algorithm combined with Gabor filter-based facial landmark extraction, followed by classification using a pre-trained neural network for accurate expression identification.

MATLAB 230 views Tagged