搜索资源列表
彩色图像处理
- 本资源是通过VC++6.0来编写的,彩色图像灰度化,灰度比例化,灰度线性化,灰度截断,灰度线性取反,直方图均衡化,直方图规定化,灰度局部统计等功能模块。
myimageprocess2.rar
- 直方图均衡化,局部直方图均衡化,直方图匹配,中值滤波,,histgram equalization,histogram matching
my_Histeq4
- 自适应邻域的局部直方图均衡化算法 自适应邻域的局部直方图均衡化算法-Local Adaptive neighborhood histogram equalization algorithm
localhisteq1
- 一个局部直方图均衡化算法,输入为图像和窗口的长宽,并且长宽只能为奇数-A local histogram equalization algorithm, input images and the length and width of the window, and the length and width of only odd-numbered
Homo LAHE
- 对图像先同态滤波,再进行局部直方图均衡化,可以模糊图片进行增强,遥感图像去薄云等等,但不是很完善。-First image homomorphic filtering, and local histogram equalization can enhance the blurred images, remote sensing images and so on to thin, but it is not very perfect.
Gaussian-Pepper-Noise-Generator
- 对一幅图像进行局部和全局的的直方图均衡化-...........................................
chengxu
- #显示直方图; #对图像进行指数或者对数变换; #直方图均衡化; #局部(ROI)均衡化,把均衡化后的局部图像显示到原图像; #按照某种函数进行直方图匹配。-# Show the histogram # of images or the number of index change # histogram equalization # local (ROI) equalization to balance after a partial image display
histo
- 直方图及直方图均衡化,用来增加许多图像的局部对比度,尤其是当图像的有用数据的对比度相当接近的时候。通过这种方法,亮度可以更好地在直方图上分布。这样就可以用于增强局部的对比度而不影响整体的对比度,直方图均衡化通过有效地扩展常用的亮度来实现这种功能。 -Used to increase the local contrast of many images, especially when the contrast of the image of the useful data is very c
Gray
- 包含了:图像灰度化、灰度比例化、灰度线性化、灰度线性载断、灰度取反、直方图均衡化、直方图规定化、灰度局部统计等-Includes: gray image, the ratio of gray, gray linear, linear set off gray, gray to take anti-, histogram equalization, histogram specification, local statistics, gray
poshecai
- 针对彩色图像的局部直方图均衡化,可以较好的增强图像细节-poshe,it can enhancements the detail of the image
jubu
- 局部直方图均衡化 可以处理彩色图像,效果很好的,我试验过的,推荐大家-Local histogram equalization can handle color image
jubuzhifangtu0
- 局部直方图均衡化算法,能够运行并得出结果图像-Local histogram equalization algorithm,algorithm can be run and the result image outcome
Local-histogram-equalization
- 彩色图像的局部直方图均衡化程序,可一定程度上增强图像的对比度-Local histogram equalization process a color image, the image contrast can be enhanced to some extent,
HistogramEqualization
- 直方图均衡化,包括动态直方图均衡化,全局直方图均衡化,局部直方图均衡化,以及绘制图像的直方图 其中动态直方图均衡化用A dynamic histogram equalization for image contrast enhancement 只取x=0情况-Histogram equalization, including dynamic histogram equalization, global histogram equalization, local histogram equaliz
localhisteq1
- 对图像进行局部直方图均衡化的源代码,希望对大家有所帮助-The image local histogram equalization source code, we hope to help
Defoging-based-on-hist
- 本算法为基于直方图均衡化的图像去雾算法的改进算法,在改进中利用了自己编写的改进全局直方图均衡化算法和内置的局部直方图均衡化函数分别进行图像去雾,最后对两者进行适当加权。同时改进算法中引进了明度参数进行加权计算得出另一种改进结果。-This algorithm is based on the image histogram equalization algorithm defogging improved algorithm, improving the use of their preparat
ImagePro_histoeq
- 1.直方图均衡化验证。2.调用自定义函数,对4幅花粉图象进行全局直方图均衡化。3.方格图象的局部直方图均衡化。4.图象的基于直方图统计的局部增强。(不使用matlab自带函数,程序执行效率高)-1. histogram equalization verification. 2. Call a custom function on four globally pollen image histogram equalization. 3. checkered image local histogra
junhengh
- 局部直方图均衡化的一种算法matlab哈哈哈啊啊啊啊啊啊啊啊(An algorithm of local histogram equalization matlab ha ha ha ah ah ah ah!)
基于直方图优化的图像去雾技术
- 直方图均衡化去雾 全局直方图 局部直方图 retinex增强(Histogram Equalization Defogging Global Histogram Partial Histogram retinex Enhancement)
MATLAB视频去雾【GUI,源码,论文】
- 该课题是基于MATLAB平台的图像去雾处理,配备一个人机交互GUI界面,可以选择局部直方图均衡化,全局直方图均衡化,Retinex算法,通过对比处理前、后的图像的直方图,而直方图是一副图像各灰度值在0-256的分布个数的表,信息论已经整明,具有均匀分布直方图的图像,其信息量是最大的。 二、算法介绍 ①全局直方图均衡化:通俗地理解就是,不管三七二十一,直接强行对彩色图像的R,G,B三通道颜色进行histeq均衡处理,然后进行三通道重组; ②局部直方图均衡化:设置一个固定大小的滑块,分别对彩色图像进