当前位置:
首页
资源下载

搜索资源 - dynamic histogram equalization
搜索资源列表
-
0下载:
直方图均衡:原始图的直方图变换为均匀分布的形式,这样就增加了象素灰度值的动态范围从而达到增强对比度的效果
中值滤波:中值滤波属于非线性平滑滤波器,它可以消除噪声又能保护图象的细节-histogram equalization : the original plan to transform the histogram in the form of uniform distribution. This will increase the value of the pixel gray area
-
-
2下载:
本程序基于Matlab,初步实现图像增强的基本操作,实现 图像明暗度调整, 图像旋转,更改颜色显示方式,直接灰度调整,图像求反,动态范围压缩,显示原始图像直方图,直方图均衡化,滤波增强等功能-This procedure based on Matlab, the initial realization of the basic operation of image enhancement, image brightness adjustment, image rotation, change t
-
-
0下载:
ch5_1_1: 图像灰度线性变换 (§5.1.1)
ch5_1_2: 图像灰度分段线性变换 (§ 5.1.1)
ch5_1_3: 采用对数形式的变换函数进行动态范围压缩 (§5.1.1)
ch5_1_4: 图像直方图的均衡化 (§5.1.2)
ch5_1_5: 直方图规定化 (§5.1.2)
-ch5_1_1: image linear transformation (§ 5.1.1) ch5_1_2: piecewise linear image transform (§
-
-
0下载:
直方图增强的,动态频数均衡,用matlab编写-Histogram enhanced, dynamic frequency equalization, using matlab write
-
-
0下载:
图像处理软件,包括bmp文件的打开关闭保存,图像二值化,中值滤波、均值滤波、各种梯度算子、直方图均衡化、图像动态范围调整-Image processing software, including the opening and closing to save bmp file, image binarization, median filtering, average filtering, all kinds of gradient operator, histogram equalizatio
-
-
0下载:
图像预处理中,通常采用直方图均衡化[1]和直
方图规定化、线性和非线性灰度变换法[2]提高图像
的对比度,但效果均不理想。故提出一种对比度增
强算法。该算法首先对直方图进行平滑处理以消除
直方图中因噪声而引入的随机干扰点,然后进行直
方图均衡化,增大图像的对比度,接着在整个显示
范围内对图像灰度级进行等间距排列,使输出图像
的灰度动态范围达到最大灰度变化范围,最后对整
幅图像中值滤波,滤除图像中被增强的噪声。-Image preprocessing, the co
-
-
0下载:
使用matlab、图像的显示(灰度图像、彩色图像、动态图像)、图像格式、图像压缩和图像的基本操作(图像反转和直方图均衡)-Using matlab, image display (grayscale image, color images, dynamic images), image format, image compression and image of the basic operations (image reversed, and histogram equalization)
-
-
0下载:
使用matlab、图像的显示(灰度图像、彩色图像、动态图像)、图像格式、图像压缩和图像的基本操作(图像反转和直方图均衡)-Using matlab, image display (grayscale image, color images, dynamic images), image format, image compression and image of the basic operations (image reversed, and histogram equalization)
-
-
0下载:
这是个图像处理的源代码,是本人自己编写的,实现的功能如下:
锐化、边沿检测:套用模版。另外还有一个自定义模版,供用户自行设计模版运行,从而实现其他功能,如线检测。
浮雕:本像素减相邻像素,再加一个常数得到的。
直方图均衡化则套用步骤,根据课本步骤来编写。
提取轮廓:若该点为黑点,八邻域也为黑点,则就把该点变白。
阈值分割分为固定阈值分割(即二值化)和动态阈值分割(切割若干子图,求均值,该均值即子图的阈值)。
区域生长:把种子和4邻域的点分别比较,两者之差小于阈值,且该4邻
-
-
0下载:
详细说明:
读入图像,对于图像进行高斯高通以及低通滤波,显示结果,与原图进行对比-Detail: ch5_1_1: image gray-scale linear transformation (5.1.1) ch5_1_2: image grayscale piecewise linear transformation (5.1.1) ch5_1_3: using the transfer function of the number of forms of dynamic range c
-
-
0下载:
详细说明:
ch5_1_1: 图像灰度线性变换 (§5.1.1)
ch5_1_2: 图像灰度分段线性变换 (§ 5.1.1) ch5_1_3: 采用对数形式的变换函数进行动态范围压缩 (§5.1.1)
ch5_1_4: 图像直方图的均衡化 (§5.1.2) ch5_1_5: 直方图规定化 (§5.1.2)
ch5_2_1: 邻域平均的线性平滑滤波法实现降噪 (§5.2.2)
ch5_2_2: winner滤波法实现降噪 (§5.2.2) ch5_2_3: 中值滤
-
-
0下载:
DRSHE 演算法,一種利用直方圖等化的演算法-Dynamic Range Separate
Histogram Equalization method
-
-
0下载:
用直方图均衡化对图像进行处理。直方图均衡化主要用于增强动态范围偏小的图像的反差。该方法的基本思想是把原始的直方图变换为均匀分布的形状,这样就增加了像素灰度值的动态范围,从而达到增强图像整体对比度的效果。-Histogram equalization on the image processing. Histogram equalization is used to enhance the contrast of the image dynamic range is small. The basi
-
-
0下载:
直方图均衡化的基本思想是把原始图的直方图变换为均匀分布的形式,这样就增加了象素灰度值的动态范围从而可达到增强图像整体对比度的效果-The basic idea of histogram equalization is the histogram transform the original graph form for the uniform distribution, so the pixel gray value of the dynamic range is increased so as
-
-
0下载:
dynamic histogram equalization
-
-
0下载:
brightness preserving dynamic histogram equalization
-
-
0下载:
Quadrants Dynamic Histogram Equalization
-
-
1下载:
直方图均衡化,包括动态直方图均衡化,全局直方图均衡化,局部直方图均衡化,以及绘制图像的直方图 其中动态直方图均衡化用A dynamic histogram equalization for image contrast enhancement 只取x=0情况-Histogram equalization, including dynamic histogram equalization, global histogram equalization, local histogram equaliz
-
-
0下载:
如果一副图像的像素占有很多的灰度级而且分布均匀,那么这样的图像往往有高对比度和多变的灰度色调。直方图均衡化就是一种能仅靠输入图像直方图信息自动达到这种效果的变换函数。它的基本思想是对图像中像素个数多的灰度级进行展宽,而对图像中像素个数少的灰度进行压缩,从而扩展像原取值的动态范围,提高了对比度和灰度色调的变化,使图像更加清晰。-If an image pixel occupies a lot of gray level and evenly distributed, so such images
-
-
0下载:
连续播放DIB 图片的一个小工具。支持对播放的图像做动态直方图均衡。(A small tool for playing DIB pictures continuously. It supports dynamic histogram equalization for the played image.)
-