Reduces short-scale variation in an input DEM using a modified Sun et al. (2007) algorithm.
feature_preserving_denoise(dem, output, filter = 11, norm_diff = 15,
num_iter = 10, max_diff = 2, zfactor = 1, verbose_mode = FALSE)
Input raster DEM file.
Output raster file.
Size of the filter kernel.
Maximum difference in normal vectors, in degrees.
Number of iterations.
Maximum allowable absolute elevation change (optional).
Optional multiplier for when the vertical and horizontal units are not the same.
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Returns the tool text outputs.