Uses t1 and t2 WhiteStripe to get an intersection of the two masks for a hybrid approach
whitestripe_hybrid(t1, t2, ...)
T1 image, array or class nifti
T2 image, array or class nifti
arguments passed to whitestripe
List of indices of overlap mask, and overlap of class array or nifti
whitestripe
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)
}
}