搜索资源列表
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
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
matlab
- matlab直方图均衡化的程序及理论知识-matlab histogram equalization procedures and theoretical knowledge
fafa
- 用MATLAB首先显示彩色图像,然后显示灰度化后的图像,再绘制直方图,直方图均衡化-MATLAB show color image first, and then according to gray image, to draw the histogram, the histogram equalization
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
基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合
- 一个关于图像去雾的基本算法代码的超强整合,每一行(划重点)代码都有详细而好懂的注释,全部都是m文件,另外还有许多测试图例,从浓雾到薄雾都有。暗通道方法采用改进算法,增加了图像采样,提升了计算速度,改进了导向滤波最小二乘的算法使其精细透视率图的效果得到了显著提升。另外附带相应根据上述代码编写的GUI设计的m文件