im_threshold | R Documentation |
Threshold grayscale image
im_threshold(im, thr = "auto", approx = TRUE, adjust = 1)
im |
an image |
thr |
a threshold |
approx |
skip |
adjust |
adjust the automatic threshold |
an image
plot(im_threshold(get_R(regatta), thr = 0.6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.