icevision_IAASuperpixels {fastai}R Documentation

IAASuperpixels

Description

Completely or partially transform the input image to its superpixel representation. Uses skimage's version

Usage

icevision_IAASuperpixels(
  p_replace = 0.1,
  n_segments = 100,
  always_apply = FALSE,
  p = 0.5
)

Arguments

p_replace

p_replace

n_segments

n_segments

always_apply

always_apply

p

p

Details

of the SLIC algorithm. May be slow.

Value

None

Targets

image


[Package fastai version 2.2.2 Index]