split_connected: Split pixset into connected components

split_connectedR Documentation

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]])

dahtah/imager documentation built on Feb. 23, 2023, 10:16 p.m.