Performs edge-preserving bilateral filtering on an image.
Inputs:
Note that for the range Gaussian, the variance is given, and for spatial Gaussian, standard deviation is given.
Name-Value Pair Arguments:
"NeighborhoodSize"
: Window size (odd scalar). Default: 2 * ceil (2 * spatial_sigma) + 1
.
"Padding"
: Border handling. Options:
"replicate"
(default)
"symmetric"
"circular"
Output:
See also: imgaussfilt.
Package: image