View source: R/exaggerate_img_control.R
Exaggerate an image to a mask-like appearance with control of parameters
1 2 | exaggerate_img_control(img, gaussian_d = 125, threshold_val = 0.125,
opening_d = 7, closing_d = 301)
|
img |
Image |
gaussian_d |
diameter of brush to use for gaussian blur |
threshold_val |
threshold value to use on normalized, inverted, blurred image |
opening_d |
diameter to use for image opening (despeckling) |
closing_d |
diameter to use for image closing (exaggeration) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.