Fast Bilateral Filter for 3D Images

Fast bilateral filter for 3D images

Ahora está siguiendo esta publicación

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[2] with some modifications.

The core function allows to control all of the parameters of the filter (4 for the Gaussian kernel, 4 for the subsampling), and a wrapper function makes some simplifications for ease of use.

To perform the separable 4D convolution, I used my own function submitted separately to File Exchange (27957).

[1] http://people.csail.mit.edu/sparis/bf/
[2] http://people.csail.mit.edu/jiawen/software/bilateralFilter.m

Citar como

Igor Solovey (2026). Fast Bilateral Filter for 3D Images (https://es.mathworks.com/matlabcentral/fileexchange/30833-fast-bilateral-filter-for-3d-images), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspirado por: Separable N-Dimensional Convolution

Categorías

Más información sobre Image Processing Toolbox en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.1.0.0

Removed dependency on the Statistics Toolbox (range.m).

1.0.0.0