中文说明: 这是为 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