分割 Resources

Showing items tagged with "分割"

RSIHE Algorithm (Recursive Sub-Image Histogram Equalization) - An advanced image enhancement technique that recursively divides images into 2^r equal-area sub-images for localized histogram equalization. This package includes MATLAB source code, research paper, and sample input images with detailed implementation of the recursive partitioning and adaptive enhancement process.

MATLAB 210 views Tagged

This paper addresses the computational intensity and prolonged runtime of traditional FCM algorithms by proposing an enhanced FCM approach. The method involves dividing images into window-sized sub-blocks, extracting feature vectors at the sub-block level for coarse FCM clustering, followed by pixel-level feature extraction and fine segmentation specifically for edge sub-blocks. This hierarchical segmentation strategy significantly improves processing speed and segmentation accuracy through optimized computational resource allocation.

MATLAB 194 views Tagged

MATLAB-based license plate recognition system featuring comprehensive image processing coursework design. Includes complete source code, vehicle images, license plate template images, technical report, and voice output functionality. Implements grayscale image processing for segmenting and recognizing license plates across three sample images, with detailed algorithm explanations.

MATLAB 283 views Tagged