Learn R Programming

fsbrain (version 0.5.5)

label.border.fast: Compute border vertices of a label using Rvcg.

Description

Compute border vertices of a label using Rvcg.

Usage

label.border.fast(surface_mesh, label)

Value

named list with entry 'vertices' containing an integer vector with the indices of the border vertices.

Arguments

surface_mesh

an fs.surface instance, see subject.surface.

label

an fs.label instance (see subject.label) or an integer vector, the vertex indices of the label.

See Also

label.border, which is slower but provides more options and does not require Rvcg.