whitestripe_hybrid: Hybrid WhiteStripe

View source: R/whitestripe_ind.R

whitestripe_hybridR Documentation

Hybrid WhiteStripe

Description

Uses t1 and t2 WhiteStripe to get an intersection of the two masks for a hybrid approach

Usage

whitestripe_hybrid(t1, t2, ...)

Arguments

t1

T1 image, array or class nifti

t2

T2 image, array or class nifti

...

arguments passed to whitestripe

Value

List of indices of overlap mask, and overlap of class array or nifti

See Also

whitestripe

Examples

## Not run: 
lib.loc = tempdir()
if (download_img_data(lib.loc = lib.loc)){
t1 = readNIfTI(system.file("T1Strip.nii.gz", package="WhiteStripe", 
lib.loc = lib.loc))
t2 = readNIfTI(system.file("T2Strip.nii.gz", package="WhiteStripe",
lib.loc = lib.loc))
ind = whitestripe_hybrid(t1, t2)
}

## End(Not run)

WhiteStripe documentation built on Aug. 30, 2022, 9:06 a.m.