By Robert Haase, based on work by Loic A. Royer
Applies a bilateral filter using a box neighborhood with sigma weights for space and intensity to the input image.
Deprecated: Use SimpleITK bilateral() instead.
Categories: Filter, Noise
Ext.CLIJx_bilateral(Image input, Image destination, Number radiusX, Number radiusY, Number radiusZ, Number sigma_intensity, Number sigma_space);