connComp-methods: Find connected components

Description Usage Arguments

Description

Find connected components

find connected components in BrainVolume

Usage

1
2
3
4
5
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


neuroim documentation built on May 2, 2019, 1:04 p.m.