connComp {neuroim} | R Documentation |
Find connected components
Description
Find connected components
find connected components in BrainVolume
Usage
connComp(x, ...)
## S4 method for signature 'BrainVolume'
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 |
[Package neuroim version 0.0.6 Index]