Compute intersection of several masks
Given a list of input mask images, generate the output image which is the the threshold-level intersection of the inputs
Parameters : | masks_imgs: list of 3D nifti-like images :
threshold: float, optional :
connected: bool, optional :
|
---|---|
Returns : | grp_mask: 3D nifti-like image :
|