resels: Estimates image resels

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Utilize the estimated FWHM to find the resels per voxel

Usage

1
resels(mask, fwhm)

Arguments

mask

statistical value (typically the maxima of a cluster or statistical field)

fwhm

the full width at half maxima measurement

Details

Interprets a given antsImage mask (binarized so as to only contain 0s and 1s) into resolutions elements (as opposed to voxels). Doing so emphasizes the interdependent nature of voxels when undergoing RFT based statistical analyses. Optimized for three dimensions.

Value

A vector of resels for dimensions 0:D

Author(s)

Zachary P. Christensen

References

Worlsey K.J., (1996) A Unified Statistical Approach for Determining Significant Signals in Images of Cerebral Activation.

See Also

rftPval, euler, rftResults

Examples

1
2
mask <- getMask(antsImageRead(getANTsRData('mni')))
myresels <- resels(mask, c(1, 1, 1))

Tokazama/iClass documentation built on May 9, 2019, 4:51 p.m.