分割 Resources

Showing items tagged with "分割"

RMSHE algorithm (Recursive Mean-Separate Histogram Equalization). Core principle involves segmenting images based on mean grayscale values and performing histogram equalization on each segment separately. The package includes MATLAB source code implementation, research paper documentation, and input test images for comprehensive evaluation.

MATLAB 349 views Tagged

For iris localization... boundary tracing is required before locating the outer circle. This program implements this functionality with edge detection algorithms and contour processing techniques.

MATLAB 217 views Tagged

This MATLAB program implements license plate recognition using neural networks for processing 6 segmented images of size 16×8. The implementation includes image preprocessing and neural network classification, though sample datasets are not provided due to their large size - users need to extract their own training samples.

MATLAB 195 views Tagged