guided_filter | R Documentation |
Apply the guided filter
guided_filter(p, radius, epsilon = 0.1, I = p)
p |
an image |
radius |
filter radius |
epsilon |
epsilon parameter |
I |
guide image |
an image
plot(guided_filter(regatta,8))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.