Filtering.adaptive_gaussian

Filtering.adaptive_gaussian = adaptive_gaussian

RasterFilter that applies an adaptive gaussian filter to the kernel. The parameter sigma defines the standard deviation of the Gaussian distribution.

Returns:

Numpy array containing the input data filtered by the Gaussian filter.