搜索资源列表
-
0下载:
matlab实现直方图均衡化,直方图匹配,邻域平均,局域增强,中值滤波-Matlab histogram equalization, histogram matching, neighborhood average, local enhanced Median Filtering
-
-
1下载:
Matlab环境下的几个数字图像处理实验,包含图像灰度变换、直方图均衡化、直方图匹配、邻域平均、局域增强、中值滤波、图像的锐化等-Several digital image processing experiments, including gray transform, histogram equalization, histogram matching, neighborhood average, local increase, median filtering and image shar
-
-
4下载:
这是一个用C++语言实现一个指纹识别程序,要求满足FVC国际竞赛标准,并在学校建立的指纹库上实测。程序里应用到的技术有:中值滤波、直方图均衡化、脊线方向提取、Gabor滤波、指纹细化、特征提取、特征点过滤、基于局部特征点的特征匹配-This is a C++ Language realization of a fingerprint identification procedure, the requirements FVC meet international competition stan
-
-
0下载:
一个局部直方图均衡化算法,输入为图像和窗口的长宽,并且长宽只能为奇数-A local histogram equalization algorithm, input images and the length and width of the window, and the length and width of only odd-numbered
-
-
0下载:
直方图及直方图均衡化,用来增加许多图像的局部对比度,尤其是当图像的有用数据的对比度相当接近的时候。通过这种方法,亮度可以更好地在直方图上分布。这样就可以用于增强局部的对比度而不影响整体的对比度,直方图均衡化通过有效地扩展常用的亮度来实现这种功能。
-Used to increase the local contrast of many images, especially when the contrast of the image of the useful data is very c
-
-
0下载:
直方圖和區域直方圖等化的運用,基本影像處理常用的方法-Histogram and Local Histogram Equalization
-
-
0下载:
实现对图像进行区域增强处理,使图像的局部信息更清晰更明朗-realize the image enhancement processing area,
Make the image of local information more clearly
-
-
0下载:
实现了局部直方图的均衡,在一副图像的矩形窗中实现直方图均衡,像素均衡范围为(min,max),分别代表矩形块的最大最小像素数。-The local histogram equalization in a rectangular window to achieve the image histogram equalization, balanced range of pixels (min, max), representing the minimum and maximum rectangula
-
-
0下载:
这种方法通常用来增加许多图像的局部对比度,尤其是当图像的有用数据的对比度相当接近的时候。通过这种方法,亮度可以更好地在直方图上分布。这样就可以用于增强局部的对比度而不影响整体的对比度,直方图均衡化通过有效地扩展常用的亮度来实现这种功能。-This method is usually used to increase the local contrast of many images, especially useful when the image contrast data very clos
-
-
0下载:
数字图像计算灰度图及local histogram equalization-Gray-scale digital image computing and local histogram
-
-
0下载:
局部直方图均衡,通过选择整个图像中像素邻域,进行直方图均衡-Local Histogram Equalization
-
-
0下载:
局部直方图均衡化 可以处理彩色图像,效果很好的,我试验过的,推荐大家-Local histogram equalization can handle color image
-
-
0下载:
局部直方图均衡化算法,能够运行并得出结果图像-Local histogram equalization algorithm,algorithm can be run and the result image outcome
-
-
0下载:
对比度增强 自适应直方图均衡化 可设置选取移动模板大小-Adaptive local 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下载:
对图像进行局部直方图均衡化的源代码,希望对大家有所帮助-The image local histogram equalization source code, we hope to help
-
-
0下载:
本算法为基于直方图均衡化的图像去雾算法的改进算法,在改进中利用了自己编写的改进全局直方图均衡化算法和内置的局部直方图均衡化函数分别进行图像去雾,最后对两者进行适当加权。同时改进算法中引进了明度参数进行加权计算得出另一种改进结果。-This algorithm is based on the image histogram equalization algorithm defogging improved algorithm, improving the use of their preparat
-
-
0下载:
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
-
-
0下载:
对比度受限自适应直方图均衡法,其通过限制局部直方图的高度来限制局部对比度的增强幅度,从而限制噪声的放大-Contrast limited adaptive histogram equalization method, the magnitude of the local contrast enhancement to limit the local histogram by limiting the height, thus limiting the amplification of noise
-
-
2下载:
该课题是基于MATLAB平台的图像去雾处理,配备一个人机交互GUI界面,可以选择局部直方图均衡化,全局直方图均衡化,Retinex算法,通过对比处理前、后的图像的直方图,而直方图是一副图像各灰度值在0-256的分布个数的表,信息论已经整明,具有均匀分布直方图的图像,其信息量是最大的。
二、算法介绍
①全局直方图均衡化:通俗地理解就是,不管三七二十一,直接强行对彩色图像的R,G,B三通道颜色进行histeq均衡处理,然后进行三通道重组;
②局部直方图均衡化:设置一个固定大小的滑块,分别对彩色图像进
-