Smooth images by applying a Gaussian filter.
Apply a Gaussian filter along the three first dimensions of arr. In all cases, non-finite values in input image are replaced by zeros.
Parameters : | niimgs: niimgs or iterable of niimgs :
fwhm: scalar or numpy.ndarray :
|
---|---|
Returns : | filtered_img: nibabel.Nifti1Image or list of. :
|