Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

split_connected

Split pixset into connected components


Description

Compute connected components (using "label"), then split into as many sets as there are components. Useful for segmentation

Usage

split_connected(px, ...)

Arguments

px

a pixset

...

further arguments passed to label

Value

a list of pixsets

Author(s)

Simon Barthelme

See Also

label

Examples

px <- isoblur(grayscale(boats),5) > .75
plot(px)
spl <- split_connected(px)
plot(spl[[1]])
px <- isoblur(grayscale(boats),5) > .75
plot(px)
spl <- split_connected(px)
plot(spl[[1]])

imager

Image Processing Library Based on 'CImg'

v0.42.10
LGPL-3
Authors
Simon Barthelme [aut], David Tschumperle [ctb], Jan Wijffels [ctb], Haz Edine Assemlal [ctb], Shota Ochi [cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.