Learn R Programming

WhiteStripe (version 2.4.3)

whitestripe_hybrid: 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, ...)

Value

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

Arguments

t1

T1 image, array or class nifti

t2

T2 image, array or class nifti

...

arguments passed to whitestripe

See Also

whitestripe

Examples

Run this code
if (FALSE) {
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)
}
}

Run the code above in your browser using DataLab