guided_filter: Apply the guided filter

View source: R/pictplot.R

guided_filterR Documentation

Apply the guided filter

Description

Apply the guided filter

Usage

guided_filter(p, radius, epsilon = 0.1, I = p)

Arguments

p

an image

radius

filter radius

epsilon

epsilon parameter

I

guide image

Value

an image

Examples

plot(guided_filter(regatta,8))

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