View source: R/icevision_albumentations.R
icevision_IAASuperpixels | R Documentation |
Completely or partially transform the input image to its superpixel representation. Uses skimage's version
icevision_IAASuperpixels(
p_replace = 0.1,
n_segments = 100,
always_apply = FALSE,
p = 0.5
)
p_replace |
p_replace |
n_segments |
n_segments |
always_apply |
always_apply |
p |
p |
of the SLIC algorithm. May be slow.
None
image
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.