直方图均衡 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 208 views Tagged

MATLAB-based multi-faceted image processing workflow: starting with histogram equalization for contrast enhancement, followed by integral projection analysis (including horizontal and vertical projections), and concluding with precise target localization algorithms.

MATLAB 218 views Tagged

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 351 views Tagged

This comprehensive fingerprint recognition program implements key processing stages including histogram equalization, Gabor filter-based image enhancement, orientation field filtering, ridge thinning, feature extraction, and feature matching. The system incorporates three distinct matching algorithms and includes supplementary presentation materials detailing implementation approaches, making it highly valuable for research and study.

MATLAB 357 views Tagged