抑制彩色图像中的混合噪声是一个挑战性的问题。 传统的双边滤波器可以在不破坏图像边缘和细节的情况下出色地降低加性噪声,但无法消除脉冲噪声。 本文提出了一种改进的双边滤波方法,该方法可以同时抑制脉冲噪声和加性噪声。 所提出的解决方案首先向双边过滤机制引入了新的加权函数,在实验上比传统的高斯核更有效。 然后,选择当前像素或向量中值,而不是总是当前像素本身,作为参加双边滤波动作的基础,后者由当前像素是否是可能的脉冲来确定。 实验结果表明,所提出的解决方案可以在保持边缘结构的同时消除脉冲噪声和加性噪声,并且在客观评估和主观视觉质量方面均优于其他矢量滤波方法。
2021-04-06 11:06:27 2.62MB Color image filtering;Bilateral filter;Mixed
1
基于论文“Real-Time Video Abstraction”的图像抽象化matlab代码,文中的滤波算法是双边滤波,附带图像,可以直接运行
2020-01-15 03:06:19 2.62MB 图像抽象化 Abstract 双边滤波 Bilateral
1
用matlab实现ELad文章里的算法。图片也包含在里面。希望对研究此理论的人有所帮助。
2020-01-10 03:03:44 1.72MB bilateral filter retinex matlab
1
Michael Elad的论文Retinex by two Bilateral Filters + 会议演讲PPT + 源码,源码亲测可行 基于双边滤波的retinex算法
2019-12-21 22:12:03 7.33MB Retinex Bilateral ELad SSR
1
Collection of Computer Vision algorithms implemented in Matlab. Algorithms: seam carving ("Seam carving for content-aware image processing" by S. Avidan & A. Shamir, 2007) Algorithm and code are described in details http://kirilllykov.github.io/blog/2013/06/06/seam-carving-algorithm/ bilateral filter ("Bilateral filtering for gray and color images" by C. Tomasi & R. Manduchi, 1998) fast bilateral filter ("A fast approximation of the bilateral filter using a signal processing approach" by S. Paris & F. Durand, 2006) retinex ("Retinex by two bilateral filters" by M. Elad, 2005) shape from shading algorithm by Horn and Ikeuchi ("The Variational Approach to Shape from Shading" by B. Horn and M. Brooks, 1985) optical flow algorithm by Horn-Shunck for an array of input images ("Determining optical flow" by Horn and Schunck, 1980) generator of random surface and closed curve, auxiliary code
2019-12-21 21:25:14 61KB bilateral filter retinex
1
双边滤波器源码(MATLAB版本),相关资源地址: 原作者网站 1:http://homepages.inf.ed.ac.uk/rbf/CVonline/LOCAL_COPIES/MANDUCHI1/Bilateral_Filtering.html#Introduction MATLAB版本源码下载地址 2:http://www.mathworks.com/matlabcentral/fileexchange/12191-bilateral-filtering Fast Bilateral Filter 3:http://people.csail.mit.edu/sparis/bf/ 相关介绍的博客 4:http://blog.csdn.net/abcjennifer/article/details/7616663
2019-12-21 21:08:23 118KB 双边滤波器 bilateral filter
1
双边滤波的opencv实现,效果很好,代码自己写的,很规范,希望对大家有帮助,使用需要配置opencv2.3.1.
2019-12-21 19:43:20 1.67MB 双边滤波 bilateral filter opencv
1
Bilateral Filtering for Gray and Color Images原文
2019-12-21 19:24:56 1.13MB 双边滤波
1
双边滤波(bilateral filter)matlab源代码,可以直接运行
2019-12-21 18:51:53 785KB 双边滤波 Bilateral
1