搜索资源列表
AdpMedianFilter
- 自适应中值滤波器,适用对象:椒盐噪声污染。-ADP Median Filter, suited for Salt&Pepper
1pdf_040226
- 一篇优秀的关于有效的自适应中值滤波器论文.-an outstanding on the effective value of the adaptive filter papers.
adapt_median_filter
- 《数字图像处理》第二版(冈萨雷斯)自适应中值滤波器实现
sel
- matlab源程序,自适应中值滤波器算法
AdpMedianFilter
- 自适应中值滤波器,适用对象:椒盐噪声污染。-ADP Median Filter, suited for Salt&Pepper
1pdf_040226
- 一篇优秀的关于有效的自适应中值滤波器论文.-an outstanding on the effective value of the adaptive filter papers.
adapt_median_filter
- 《数字图像处理》第二版(冈萨雷斯)自适应中值滤波器实现- Digital Image Processing Second Edition (Gonzalez) to achieve adaptive median filter
5
- 图像去噪,自适应门限中值滤波器代码,实现在matlab开发环境-Image denoising, adaptive thresholding median filter code, realize development environment in matlab
sel
- matlab源程序,自适应中值滤波器算法-matlab source code, adaptive median filter algorithm
zishiying
- 一种自适应中值滤波器算法的FPGA实现!-An adaptive median filter algorithm for the FPGA to achieve!
ImageProcessing
- 自己用GDI+写的自适应中值滤波器 附有exe和图片-Their use GDI+ Write adaptive median filter with exe and pictures
adpmedian
- 自适应中值滤波器MATLAB中M文件源程序-adpmedian
zhongzhilvbo
- 改进的自适应中值滤波器,效果较好,运行速度,较快。-Improved Adaptive median filter, the effect better speed, fast.
adaptivemedianfilter
- matlab自适应中值滤波器,程序代码,试验图片与结果图。-matlab adaptive median filter, the program code, test images and the results of Fig.
adamedianfilt
- 自适应中值滤波器的滤波方式和传统的中值滤波器一样,都使用一个矩形区域的窗口Sxy,不同的是在滤波过程中,自适应滤波器会根据一定的设定条件改变(即增加)滤窗的大小,同时当判断滤窗中心的像素是噪声时,该值用中值代替,否则不改变其当前像素值,这样用滤波器的输出来替代像素(x,y)处(即目前滤窗中心的坐标)的值。-Adaptive Median Filter for filtering methods and the same as the t
adpmedian_fliter
- 冈萨雷斯的《数字图像处理》作业,自适应门限的中值滤波器用Matlab实现,用于图像增强,去噪-Gonzalez' s " digital image processing" operations, adaptive threshold median filter realization using Matlab for image enhancement, noise reduction
200503-95
- 为了弥补传统中值滤波器在进行图像降噪处理中的不足,在图像降噪技术中应用了自适应中值滤波器。文中重点介绍了自适应中值滤波器的工作原理并在Matlab平台上进行了仿真试验,与传统中值滤波器进行了比较,计算机仿真结果表明在对密度较大的椒盐噪声进行滤波时,自适应中值滤波较传统中值滤波具有较大的优越性。-To remedy disadvantage of traditional median filtering algorithms in ima
Adaptive-median-filter
- 基于vc++的自适应中值滤波器的代码,能用于对相位图的滤波。-The adaptive median filter code can be used for the filtering of the phase diagram.
M
- 本程序利用为自适应中值滤波器的实现,可用于图像去噪(An image noise reduction algorithm)
均值滤波和中值滤波.doc
- 均值滤波和中值滤波 图像是一种重要的信息源,通过图像处理可以帮助人们了解信息的内涵,然而在图像使用和传输过程中,不可避免会受到噪声的干扰,因此为了恢复原始图像,达到好的视觉效果,需要对图像进行滤波操作。根据噪声种类不同,可以采用不同的滤波方法,均值滤波是典型的线性滤波算法,能够有效滤波图像中的加性噪声,而中值滤波器是能够有效滤除脉冲噪声的非线性滤波器,但传统中值滤波去脉冲噪声的性能受滤波窗口尺寸的影响较大, 在抑制图像噪声和保护细节两