图像均衡化效果我要分享

Image equalization effect

matlab

关注次数: 205

下载次数: 1

文件大小: 1.29 MB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:如果一副图像的像素占有很多的灰度级而且分布均匀,那么这样的图像往往有高对比度和多变的灰度色调。直方图均衡化就是一种能仅靠输入图像直方图信息自动达到这种效果的变换函数。它的基本思想是对图像中像素个数多的灰度级进行展宽,而对图像中像素个数少的灰度进行压缩,从而扩展像原取值的动态范围,提高了对比度和灰度色调的变化,使图像更加清晰。


English Description:

If a pair of images of the pixel occupies a lot of gray level and the distribution is even, then such images often have high contrast and variable gray tone. Histogram equalization is a kind of transformation function that can automatically achieve the effect of the input image histogram information. The basic idea is to broadening the gray level of the image pixels in a multiple, and the image pixels in a few gray compression, which extends as the dynamic range of the original value, improve the contrast and gray tone changes, make the image clearer.


代码预览