搜索资源列表
myimageprocess2.rar
- 直方图均衡化,局部直方图均衡化,直方图匹配,中值滤波,,histgram equalization,histogram matching
CLAHE.zip
- 实现局部自适应直方图均衡功能,对图像实现争抢功能,The realization of local self-adaptive histogram equalization function
extractFeatures.zip
- 图像特征提取,包括:颜色直方图,颜色矩,边缘直方图,Gabor小波变换,局部二值图,GIST。,Image feature extraction, including: color histogram, color moment, the edge histogram, Gabor wavelet transform, partial binary image, GIST.
my_Histeq4
- 自适应邻域的局部直方图均衡化算法 自适应邻域的局部直方图均衡化算法-Local Adaptive neighborhood histogram equalization algorithm
shiyan2
- 关于图像处理的,直方图匹配,按照所要求的直方图进行局部增强,并进行中值滤波的程序-On image processing, histogram matching, histogram in accordance with the requirements of local enhancement, and the procedures for median filtering
PowerMaxImageFusion
- 图像融合是图像处理的一个研究热点,这里提供一种方法即局部能量最大选取规则图像融合法-Image fusion is image processing of a research hot spot that is here to provide a way to select the rules of the local energy of the largest image fusion method
cbir
- 用的是局部颜色特征,再说细点是用里面的区域颜色直方图的方法。把图像归一化到256X256,把图像分成4X4块,计算16个区域的颜色直方图、、、 最后计算相似度是用欧氏距离.-Using local color feature, repeat fine-point is inside the regional color histogram method. The normalized image to 256X256, the image is divided into 4X4 blocks
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
ORFTMP
- 利用局部直方图法进行运动目标的检测。能够很好适应光照变化-The use of local histogram method of detection of moving targets. Able to adapt to changes in illumination
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
histgramTest
- 本程序计算局部窗口的累积直方图,可用于驱动水平集和纹理分割- in this test program, we calculate the cumulative histogram in a local window centered at each pixel,this local cumulative histogram can be used to drive the level set for image and texture segmentation.
histo
- 直方图及直方图均衡化,用来增加许多图像的局部对比度,尤其是当图像的有用数据的对比度相当接近的时候。通过这种方法,亮度可以更好地在直方图上分布。这样就可以用于增强局部的对比度而不影响整体的对比度,直方图均衡化通过有效地扩展常用的亮度来实现这种功能。 -Used to increase the local contrast of many images, especially when the contrast of the image of the useful data is very c
zhifangtujunhenghuaruihua
- 1是对图像进行直方图均匀化,2,3分别是用Laplacian 锐化算子(分α = 1和α = 2两种情况)对256×256 大小、256级灰度 的数字图像lena.img 进行锐化处理,显示处理前、后图像。 -1 is the histogram of image uniformity, 2,3 are the Laplacian sharpening operator with a (sub α = 1 and α = 2 both cases) on the 256 × 256 si
1234
- 分析了图像直方图均衡增强算法中信息损失的内在机理, 提 出基于自适应局部灰度修 正的直方图均衡算法。首先对图像作常规直方图均衡处理,然后分析比较处理后 图像和原图的梯度变化,以此为依据对图像作局部灰度修正,从而减小直方图均衡处理过程中信息损失的程度,最后通过实验验证了算法的有效性。-Analysis of the image histogram equalization enhancement algorithm in the loss of information inherent mecha
Histeq
- 包含两个代码,分别是全局直方图均衡和局部直方图均衡,适用于不同情形-Global and local histogram equalization
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均衡处理,然后进行三通道重组; ②局部直方图均衡化:设置一个固定大小的滑块,分别对彩色图像进