搜索资源列表
ShowDIB1
- 图像直方图 图像均衡化 图像平滑-image histogram equalization image smoothing images
tuxiangchuli
- 使用matlab来实现图像的处理,比如直方图均衡化-Using matlab to achieve image processing, such as histogram equalization
MATLAB
- 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5.线性平滑滤波器 6.中值滤波器 8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪(bwtraceboundary函数) -Image reversal. Grayscale linear transform 3. Nonlinear transformation 4. Histogram equalization 5 linear smoothi
anyuansechuwu
- 人类思维习惯的代码代替了 C 和 Fortran 语言 的冗长代码,给用户带来的是最直观-figure,bar(0:255,GPeq, b ) 显示均衡化后的直方图 title( 均衡化后的直方图 ) xlabel( 灰度值 ) ylabel( 出现概率 ) 四,图像均衡化
tuxiangchuli-matlab
- 通过直方图均衡化使图像灰度均匀分布,使一定范围内象元值的数量大致相等,以此加强细节,提高图像处理的清晰度,便于观察以及计算机进行分析处理-failed to translate
processing-matlab-image-code
- matlab处理图像代码介绍,主要包括图像的读取,灰度直方图及直方图均衡化,图像的代数运算,图像滤波处理,傅立叶变换-processing matlab image code, including the reading of the image histogram and histogram equalization, image algebra, image filtering processing, Fourier transform
histogram-equalization
- 直方图均衡化是图形图像处理过程中常见的一种处理方法,因为关于C的程序较少,所以在这里提供此方法-Graphic image histogram equalization process is a common treatment method, because the procedure of C less, so this method is provided here
fafa
- 用MATLAB首先显示彩色图像,然后显示灰度化后的图像,再绘制直方图,直方图均衡化-MATLAB show color image first, and then according to gray image, to draw the histogram, the histogram equalization
ruihua
- 彩色图像的预处理,灰度化,直方图均衡化, gaussian低通滤波器锐化,laplacian算子锐化-Color image processing, gray, histogram equalization, gaussian low pass filter, Laplacian operator sharpening
gamma
- 这是对图像处理的matlab代码。包括灰度阈值变换、直方图均衡化、镜像变换、图像转置、图像缩放、图像旋转等操作。都是可以实现的代码-This is an image processing matlab code. Including gray threshold transform, histogram equalization, image transformation, image transfer home, image scaling, image rotation and other
zhifangtujunhenghua
- 这个程序,能够实现对图像的直方图均衡化处理(可直接在图片上对指定区域进行)。-This program can be achieved on the image histogram equalization (can be specified directly on the image area).
HE--LabVIEW
- 直方图均衡化是灰度变换的一个重要应用,它高效且易于实现,广泛应用于图像增强处理中。图像的像素灰度变化是随机的,直方图的图形高低不齐,直方图均衡化就是用一定的算法使直方图大致平和。-Histogram equalization is an important application of gray transform it efficient and easy to implement, widely used in image enhancement processing. Pixel gray
基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合
- 一个关于图像去雾的基本算法代码的超强整合,每一行(划重点)代码都有详细而好懂的注释,全部都是m文件,另外还有许多测试图例,从浓雾到薄雾都有。暗通道方法采用改进算法,增加了图像采样,提升了计算速度,改进了导向滤波最小二乘的算法使其精细透视率图的效果得到了显著提升。另外附带相应根据上述代码编写的GUI设计的m文件