im_conv: Convolve an image

View source: R/pictplot.R

im_convR Documentation

Convolve an image

Description

Convolve an image

Usage

im_conv(im, kernel, pad.method = "mirror")

Arguments

im

an image

kernel

filter image

pad.method

either "zero", "mean", "repeat", "mirror", or a numeric value

Value

an image

Examples

plot(im_conv(regatta, gauss_kernel(sd = 2)))

tsuda16k/pictplot documentation built on March 1, 2023, 8:44 p.m.