get_shapes: Get a list of shapes on the image

Description Usage Arguments Value

View source: R/shapes.R

Description

Gets a list of pixsets representing connected areas in the image

Usage

1
get_shapes(img, min_area = 25, ...)

Arguments

img

- the cimg imager object

min_area

- the minimum area (number of pixels) of a connected object that can be considered a shape

...

- additional parameters passed to solid_blobs (stencil/cr_n)

Value

A list of pixsets, each representing one shape (connected set of pixels, excluding background)


Blaza/ssoftveR documentation built on May 6, 2019, 11:19 a.m.