dipy_denoise_nlmeans#
Synopsis#
Workflow wrapping the nlmeans denoising method.
It applies nlmeans denoise [1] on each file found by ‘globing’ input_files and saves the results in a directory specified by out_dir.
Usage#
dipy_denoise_nlmeans [OPTIONS] input_files
Input Parameters#
input_filesPath to the input volumes. This path may contain wildcards to process multiple inputs at once.
General Options#
--sigmaSigma parameter to pass to the nlmeans algorithm. (default: 0)
--patch_radiuspatch size is
2 x patch_radius + 1. (default: 1)--block_radiusblock size is
2 x block_radius + 1. (default: 5)--ricianIf True the noise is estimated as Rician, otherwise Gaussian noise is assumed. (default: True)
Output Options#
--out_dirOutput directory. (default: current directory)
--out_denoisedName of the resulting denoised volume. (default: dwi_nlmeans.nii.gz)
References#
Garyfallidis, E., M. Brett, B. Amirbekian, A. Rokem, S. Van Der Walt, M. Descoteaux, and I. Nimmo-Smith. Dipy, a library for the analysis of diffusion MRI data. Frontiers in Neuroinformatics, 1-18, 2014.