I want to use asymmetric Gaussian filter to smooth an image, because I don't want the equal smoothness in vertical and horizontal (with different size of standard deviation, σ). This means that I want a different σ for the vertical and horizontal, let's say σ_v = 0.001 and σ_h = 0.2.

For a "fixed" Gaussian filter I can do:

library(terra)

f

More Nikolaos Tziokas's questions See All
Similar questions and discussions