搜索资源列表
-
0下载:
本实验要求编写一个计算图像直方图的程序并要求讨论直方图均衡化技术,最后对图3.8(a)进行均衡化处理。直方图是多种空间域处理技术的基础,直方图操作能有效的用于图像增强。在实验中根据直方图对应的离散函数可以编写出计算一个图像直方图的函数,直方图均衡化则是借助于直方图灰度变换实现灰度映射从而达到图像增强的目的。实验通过得到原始图像的直方图,直方图均衡化变换函数图和增强后的图像增强后图像的直方图这些实验数据来解释图像被增强的原因。,In this study requested to prepare
-
-
1下载:
包含常用的图像处理程序,对初学者有很大的帮助,如图像的加噪、直方图均衡化、维纳滤波去噪等等,Include commonly used image processing procedures, to be very helpful to beginners, such as image noise, histogram equalization, Wiener filtering de-noising, etc.
-
-
0下载:
基于HSI的彩色图像均衡算法,是发表于2008年EECS上文章的源码。-Hasan Demirel and Gholamreza Anbarjafari, "HSI Based Colour Image Equalization using Iterative nth Root and nth Power", 5th International Conference on Electrical and Computer Systems (EECS’08), November 27-28, 200
-
-
0下载:
图像滤波图像均衡化图像分割图像边缘提取 图像读取,可以保证基本操作,Image Filtering Image equalization image edge extraction image segmentation image read, can guarantee the basic operation
-
-
0下载:
vc编的图像增强程序,对比度受限,直方图均衡-vc series of image enhancement procedures, contrast limited histogram equalization
-
-
0下载:
对限制对比度自适应直方图均衡化算法adapthisteq进行了解释。可用于图像增强-Contrast to the limited adaptive histogram equalization algorithm adapthisteq is explained. Can be used for image enhancement
-
-
0下载:
含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
-
-
0下载:
opencv图像直方图均衡化(有例图)图像直方图均衡化-opencv image histogram equalization (Example map has)
-
-
0下载:
直方圖等化(Histogram Equalization)為一種使用統計方法的影像處理程式設計,它的功能為將統計直方圖的色彩分布平均的打散在直方圖裡,也就是說,讓一張圖的直方圖分布均勻化,同樣的也是使用到LUT(Look-up Table)的方法
而在設計直方圖等化不可或缺的就是需要先知道統計學的機率密度函數(Probability Density Function,PDF)以及累積分配函數(Cumlative Distribution Function,CDF)相關的基本概念,在這邊
-
-
0下载:
通过灰度化,直方图,直方图均衡,边缘检测,二指化,来定位车牌-Through the gray, the histogram,histogram equalization, edge detection, and to locate license plate
-
-
0下载:
有关数字图像处理的几个程序,包括直方图均衡化(不用matlab自带函数)、空域butterworth滤波等,请多指教。-Related to digital image processing of some procedures, including histogram equalization (do not bring their own matlab function), such as air filter butterworth, please advice.
-
-
0下载:
应用matlab或VC语言编制图像处理软件,软件功能如下:
一、实验类型
1. 读入图像,并对灰度图像或彩色图像进行显示,对彩色图像可以转化为灰度图像;(8学时)
2. 对读入的图像可以实现减小和提高图像分辨率的功能(16学时)
3. 计算灰度图像的直方图并进行显示,讨论不同图像灰度分布的直方图特征(16学时)
4. 对上述图像进行直方图均衡化处理,分析直方图均衡化的处理结果;(16学时)
5. 对给定的彩色图像,显示其R、G、B三分量图像的噪声图像及H、S、I三分量完成
-
-
0下载:
直方图均衡化 基本图像处理 bmp格式的图片-Histogram equalization, the basic image processing, bmp format images
-
-
0下载:
C Sharp的彩色图像处理算法,包含边缘检测和直方图均衡。-C Sharp color image processing algorithms, including edge detection and histogram equalization.
-
-
0下载:
用C++实现了对图像的处理,有转灰度,图片的缩放,图像的均衡化-C++ implemented with the image processing, there to grayscale, image scaling, image equalization, etc.
-
-
0下载:
直方图给出了一个简单可见的指示,可以用来判断一幅图像是否合理的利用了全部被允许的灰度级范围。一般一幅图应该利用全部或几乎全部可能的灰度级,否则等于增加了量化间隔。丢失的信息将不能恢复。-Histogram shows a simple visible indication, an image can be used to determine the reasonableness of the use of all the allowed range of gray levels. A map s
-
-
0下载:
图像均衡化,以及直方图显示-Image equalization and histogram display. . . . . . . . .
-
-
0下载:
冈萨雷斯版数字图像处理的实验代码,包括灰度变换,中值滤波,图像均衡化,拉普拉斯变换,巴特沃斯滤波等内容-Gonzalez edition digital image processing experimental code, including gray transform, median filtering, image equalization, Laplace transform, Butterworth filter, etc.
-
-
0下载:
给定一幅图像,输出其直方图。给定一个线性变换函数(可以输入不同的参数),实现图像的灰度拉伸;实现对图像的均衡化。
实验测试图像:任意
-histogram;Gray stretch;Image equalization
-
-
0下载:
webcam and video histogram equalization source code
-
« 12
3
4
5
6
7
8
9
10
...
50
»