自适应直方图均衡化法 Resources

Showing items tagged with "自适应直方图均衡化法"

This is my MATLAB implementation of an adaptive histogram equalization algorithm designed to enhance image details, combining the advantages of detail-enhancing adaptive histograms and traditional histogram equalization techniques. The program includes comprehensive algorithm explanation and demonstrates practical implementation using MATLAB's image processing toolbox functions like adapthisteq() with customized parameter settings for optimal contrast enhancement.

MATLAB 234 views Tagged