搜索资源列表
-
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下载:
图像预处理中,通常采用直方图均衡化[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下载:
用直方图均衡化对图像进行处理。直方图均衡化主要用于增强动态范围偏小的图像的反差。该方法的基本思想是把原始的直方图变换为均匀分布的形状,这样就增加了像素灰度值的动态范围,从而达到增强图像整体对比度的效果。-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 digital image processing, histogram equalization, can extend the dynamic range of the image,
-
-
0下载:
图像处理,空域增强,有动态范围调整、线性对比度、直方图均衡等方法-Image processing, spatial enhancement, with a dynamic range adjustment, linear contrast, histogram equalization and other methods
-
-
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下载:
直方图均衡化,把原始图的直方图变换为均匀分布的形式,这样就增加了象素灰度值的动态范围从而可达到增强图像整体对比度的效果。-Histogram equalization, histogram of the original image is converted into the form of a uniform distribution, thus increasing the dynamic range of the pixel gray values of the
-
-
1下载:
直方图均衡化,包括动态直方图均衡化,全局直方图均衡化,局部直方图均衡化,以及绘制图像的直方图 其中动态直方图均衡化用A dynamic histogram equalization for image contrast enhancement 只取x=0情况-Histogram equalization, including dynamic histogram equalization, global histogram equalization, local histogram equaliz
-
-
0下载:
能够将图片进行双向直方图均衡化,该方法通过对图像直方图动态分区,独立地进行各个分区的直方图均衡,并均衡了灰度间距,具有很强的适应性和稳定性。经过测试,在不同类型的图像中,该方法在视觉上和量化指标评估上都得到了较好的增强效果。-To the image histogram double equalization, the method through of image histogram dynamic partitioning, independently of each partition o
-
-
0下载:
直方图均衡原理改善原始灰度级动态范围较窄的图像的视觉效果-Histogram equalization principle to improve the visual effect of the original gray level dynamic range of narrow images
-