搜索资源列表
zhongzhilvbo
- 图象柔化化的一种,中值滤波,能很快速的实现图象的柔化,图象的边缘保持不变.-image of a soft, the median filter can achieve very rapid images of soft, the edges in the image remains unchanged.
对图像进行中值滤波处理的源代码
- 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口
双边滤波源代码
- 双边滤波,比中值滤波,高斯,均值滤波更好的保持了边缘信息.
medfilt2
- 中值滤波 降噪 可有效滤除高斯和椒盐噪声 保持图像边缘-medfilt2
mydehaze
- 根据大气物理模型去雾,利用中值滤波具有较好的边缘保持特性进行估计参数。-Atmospheric physics model to fog, a median filter has good edge retention characteristics to estimate the parameters.
adaptive-medfilt
- 自适应中值滤波程序,用来压制图像中噪音,同时保持原有图像有效边缘不被模糊-Median filter program, used to suppress image noise, while maintaining the original image is not valid edges are blurred
EP_median_filter
- 边缘保持中值滤波,来自孙明的 数字图像处理与分析基础——matlab和vc++实现 的例3-12.-Edge keep median filtering, copy reference book writen by Sun Ming, the example of 3-12 on page71.
Median-filter-method
- 中值平均滤波法,中值滤波是一种非线性滤波,一般用来处理图像的椒盐噪声。当用来保持边缘同时滤波的要求下,中值滤波要比卷积滤波更加有效。-Median filter is a nonlinear filtering, usually used for salt and pepper noise image processing. When the filter is used to keep the edge of the filter, the median filter is more effe
1025 边缘保持中值滤波
- 边缘保持中值滤波 对于此滤波算法进行了matlab编程(Edge preserving median filtering)