Learn R Programming

neuroim (version 0.0.6)

connComp: Find connected components

Description

Find connected components

find connected components in BrainVolume

Usage

connComp(x, ...)
"connComp"(x, threshold = 0, clusterTable = TRUE, localMaxima = TRUE, localMaximaDistance = 15)

Arguments

x
the image object
...
additonal arguments
threshold
threshold defining lower intensity bound for image mask
clusterTable
return clusterTable
localMaxima
return table of local maxima
localMaximaDistance
the distance used to define minum distance between local maxima