exaggerate_img_control: Exaggerate an image to a mask-like appearance with control of...

Description Usage Arguments

View source: R/exaggerate_img_control.R

Description

Exaggerate an image to a mask-like appearance with control of parameters

Usage

1
2
exaggerate_img_control(img, gaussian_d = 125, threshold_val = 0.125,
  opening_d = 7, closing_d = 301)

Arguments

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)


srvanderplas/ShoeScrubR documentation built on Nov. 27, 2019, 2:09 p.m.