Joint Anisotropic Wiener filter for Diffusion Weighted MRI

Denoises Diffusion Weighted MRI volumes corrupted with stationary Rician noise
1.3K descargas
Actualizado 21 Oct 2013

Ver licencia

This module reduces stationary Rician noise on Diffusion Weighted MRI data (i.e. the data sets used to estimate diffusion tensor images; note it DOES NOT apply to anatomical MRI or any other kind of MRI data. It WILL NOT work with already reconstructed diffusion tensor volumes either). Use this m-file to denoise your DW-MRI data BEFORE estimating your diffusion tensor volume or your field of ODFs.

This software filters the image in the mean squared error sense using a Rician noise model. The N closest gradient directions to the direction being processed are filtered together to improve the results: the noise-free signal at each 3-D spatial location is seen as an n-dimensional vector which has to be estimated with the LMMSE method (Wiener filter) from a set of corrupted measurements. The covariance matrix of the noise-free vector and the cross covariance between this signal and the noise have to be estimated, which is done taking into account the image formation process.

All these estimations are performed as sample estimates in a 'shaped neighborhood' defined by the weights extracted from the structural similarity of the voxels following the same idea as in the Non-Local Means filter. The NLM distances are computed in a features space comparing only the local mean value and gradients of an RGB image created from the projections of the gradient images in a set of three independent directions.

This software works with very large 4-D data sets. This means that, depending on the actual size of your data, the filter configuration (i.e. input parameters), and the power of your computer, its execution time may range from few minutes to several tens of minutes. If you cannot afford such a long processing time, we advise you to use our C++/ITK versions of this software, that may be downloaded (the open-source code and also multi-platform, pre-compiled binaries) at:

http://www.nitrc.org/projects/jalmmse_dwi/

The algorihtm is described in detail in the following two references:

[1] Antonio Tristan-Vega and Santiago Aja-Fernandez, 'DWI filtering using joint information for DTI and HARDI', Medical Image Analysis, Volume 14, Issue 2, Pages 205-218. 2010;

[2] Antonio Tristan-Vega, Veronique Brion, Gonzalo Vegas-Sanchez-Ferrero, and Santiago Aja-Fernandez, 'Merging squared-magnitude approaches to DWI denoising: An adaptive Wiener filter tuned to the anatomical contents of the image', In Proceedings of IEEE EMBC 2013, pp. 507-510. Osaka (Japan). 2013,

which we ask you to cite in case you use this tool for your research.

Citar como

Antonio Tristán Vega (2024). Joint Anisotropic Wiener filter for Diffusion Weighted MRI (https://www.mathworks.com/matlabcentral/fileexchange/43992-joint-anisotropic-wiener-filter-for-diffusion-weighted-mri), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2011a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

Minor changes to the description of the tool, the m-files have not been changed at all

1.0.0.0