image2ClusterImages: Converts an image to several independent images.

View source: R/image2ClusterImages.R

image2ClusterImagesR Documentation

Converts an image to several independent images.

Description

Produces a unique image for each connected component 1 through N of size > minClusterSize

Usage

image2ClusterImages(x, minClusterSize = 50, minThresh = 1e-06, maxThresh = 1)

Arguments

x

input antsImage e.g. a statistical map

minClusterSize

throw away clusters smaller than this value

minThresh

threshold to a statistical map

maxThresh

threshold to a statistical map

Value

the original image broken into a list of cluster images is the output

Author(s)

Avants BB

Examples

## Not run: 
img <- antsImageRead(getANTsRData("r16"))
img <- thresholdImage(img, 1, Inf)
imageclusterlist <- image2ClusterImages(img)

## End(Not run)


neuroconductor-devel/ANTsR documentation built on July 3, 2025, 10:41 p.m.