ccl_outlines: Connected component border cartesian paths.

Description Usage Arguments Details Value See Also

View source: R/RcppExports.R

Description

Connected component grid graph cartesian coordinate paths for each eulerian cycle (outline) for each component.

Usage

1
ccl_outlines(m, min_first = TRUE)

Arguments

min_first

Begin at the minimal column major indexed vertex.

mat

A two dimensional numeric matrix.

Details

There is a performance hit with 'min_first'.

Value

Nested list of lists of matrices for all outlines of each input label's connected components.

Each [[label]] index consists of at least 1 path and if the component has holes there is an additional path for each hole.

See Also

ccl_borders, ccl_labels, ccl_vertices, ccl_cycles, ccl_paths


Thell/ccloutline documentation built on July 10, 2020, 2:46 a.m.