Skip to content
Prev 29034 / 29559 Next

How to upscale (reduce the spatial resolution) an image using a Gaussian filter in R?

The `image_resize` function in the `magick` package may be a simple
option.  A gaussian filter is one of the options.  This uses the
ImageMagick program behind the scenes, but is a quick and easy
interface within R for images (raster data).

On Tue, Sep 6, 2022 at 10:46 AM Nikolaos Tziokas
<nikos.tziokas at gmail.com> wrote: