快速双边滤波的 3D 图像我要分享

Fast Bilateral Filter for 3D Images

matlab 图像 滤波 快速 双边

关注次数: 276

下载次数: 0

文件大小: 757.69 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: 这是为 3D 图像快速双边滤波的实现。此筛选器同时保持图像平滑处理边缘,但在其最简单的实现很有计算要求 ,特别是与大3D 图像。快速双边滤波 (S.巴黎和 F.杜兰,MIT[1]) 是一种近似技术,猛烈地提高计算的速度。 我实施密切遵循快速的 2D 过滤器的 Matlab 版本做了一些修改。 核心功能允许控制的所有筛选器参数 (为高斯核函数,为 4 4次像素采样),和一个包装函数,使得一些简化, 便于使用。


English Description:

This is an implementation of fast bilateral filtering for 3D images. This filter smoothes the image while preserving  edges, but in its most straightforward implementation is very computationally demanding, especially with large  3D images. Fast bilateral filtering (S. Paris and F. Durand, MIT[1]) is an approximation technique which drastically  improves the speed of computation. My implementation closely follows the Matlab version of the fast 2D filter  with some modifications. The core function allows to control all of th


代码预览