<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slicer.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sgouttard</id>
	<title>Slicer Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.slicer.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sgouttard"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/wiki/Special:Contributions/Sgouttard"/>
	<updated>2026-04-12T04:40:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:RicianNoiseFilter&amp;diff=16104</id>
		<title>Modules:RicianNoiseFilter</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:RicianNoiseFilter&amp;diff=16104"/>
		<updated>2010-05-20T20:19:15Z</updated>

		<summary type="html">&lt;p&gt;Sgouttard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Module Name===&lt;br /&gt;
Rician Noise Removal in Diffusion Tensor MRI (DWI and tensors)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RicianTensorCorrectionImage.png|thumb|280px|Tensor smoothing and noise removal effect]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Filtering DWI and tensors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Saurav Basu: University of Utah&lt;br /&gt;
* Tom Fletcher, University of Utah&lt;br /&gt;
* Ross Whitaker, University of Utah&lt;br /&gt;
* Sylvain Gouttard, University of Utah&lt;br /&gt;
* Contact: Tom Fletcher&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
Rician noise introduces a bias into MRI measurements that can have a signiﬁcant impact on the shapes and orientations of tensors in diﬀusion tensor magnetic resonance images. This is less of a problem in structural MRI, because this bias is signal dependent and it does not seriously impair tissue identiﬁcation or clinical diagnoses. However, diﬀusion imaging is used extensively for quantitative evaluations, and the tensors used in those evaluations are biased in ways that depend on orientation and signal levels. This module implements the algorithm developed by Basu, et al. for ﬁltering diﬀusion tensor magnetic resonance images. The method is a maximum a posteriori estimation technique that operates directly on the diﬀusion weighted images and accounts for the biases introduced by Rician noise. We account for Rician noise through a data likelihood term that is combined with a spatial smoothing prior. Also included in the module are several other approaches from the literature, including methods that ﬁlter diffusion weighted imagery and those that operate directly on the diﬀusion tensors. These methods are compared in [Basu, et al. 2006], where it is shown that the Rician filter gives the best overall results.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===DWI filtering===&lt;br /&gt;
&lt;br /&gt;
Usage&lt;br /&gt;
--------------&lt;br /&gt;
dwiFilter &amp;lt;arguments&amp;gt;&lt;br /&gt;
Arguments:&lt;br /&gt;
1. Input File Name&lt;br /&gt;
2. Output File Name&lt;br /&gt;
3. NumIterations&lt;br /&gt;
4. Conductance&lt;br /&gt;
5. TimeStep&lt;br /&gt;
6. Filter Type : (Simple Aniso-0,Chi Squared-1,Rician-2,Gaussian-3)&lt;br /&gt;
7. Sigma for bias correction&lt;br /&gt;
8. Lamda (Rician Correction Term)&lt;br /&gt;
9. Lamda (Gaussian Correction Term)&lt;br /&gt;
&lt;br /&gt;
Argument Description:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Input File Name&amp;gt; &lt;br /&gt;
Name of the DWI file to be filtered. For example&lt;br /&gt;
&amp;lt;noisyDWI_10.nhdr&amp;gt; is a noisy DWI file provided&lt;br /&gt;
in the data directory. It was generated by adding &lt;br /&gt;
synthetic Rician noise with a sigma=10 to a cleanDWI.nhdr&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Output File Name&amp;gt;&lt;br /&gt;
Name of the filtered DWI file. For example&lt;br /&gt;
&amp;lt;filteredDWI.nhdr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;NumIterations&amp;gt;&lt;br /&gt;
Number of iterations you want to run the filter for.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Conductance&amp;gt;&lt;br /&gt;
The value of the conductance term in anisotropic &lt;br /&gt;
diffusion filtering (Ex: 1.0)&lt;br /&gt;
Note: Large Conductance will oversmooth the image&lt;br /&gt;
It is important to tune the conductance to obtain&lt;br /&gt;
best results.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Time Step&amp;gt;&lt;br /&gt;
This determines the step size in the gradient&lt;br /&gt;
descent. It can be atmost 0.0625.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Filter Type&amp;gt;&lt;br /&gt;
Can Take 3 values:&lt;br /&gt;
0 means perform simple anisotropic diffusion&lt;br /&gt;
   &lt;br /&gt;
* - 1 means perform Chi-Squared smoothing (square the image and perform anisotropic diffusion and then subtract the variance of the noise, and take square root. (The square of a Rice distribution is a Chi Squared distribution with known bias equal to the variance of the noise) (Refer:Max likelihood Est. of Rician Ditribution Parameters. Sijbers et. al)&lt;br /&gt;
* - 2 means Perform Rician bias correction filtering.(Refer: Rician Noise Removal in DT-MRI.)&lt;br /&gt;
* - 3 is same as 2 except use a Gaussian Attachment Term .&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Sigma&amp;gt;&lt;br /&gt;
Estimate of noise in the data.&lt;br /&gt;
This can be done by squaring the airvoxels&lt;br /&gt;
in the real data. The sum of square of all&lt;br /&gt;
the intensities in the air region should equal&lt;br /&gt;
2*variance of the noise in the data.&lt;br /&gt;
(Sijbers et. al)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;lamda1, lamda2&amp;gt;&lt;br /&gt;
The weights for the Rician and Gaussian &lt;br /&gt;
attachment terms. &lt;br /&gt;
&lt;br /&gt;
EXAMPLE&lt;br /&gt;
-------------&lt;br /&gt;
dwiFilter ../data/noisyDWI_10.nhdr filteredDWI.nhdr 1 1.0 0.0625 2 10 100 0&lt;br /&gt;
&lt;br /&gt;
Filters the noisyDWI_10.nhdr for 1 iteration with a conductance of 1.0&lt;br /&gt;
timeStep 0.0625 using Rician filtering with a Rician attachement term&lt;br /&gt;
weight of 100. The estimate of noise in the input image is a sigma of 10&lt;br /&gt;
The filtered image is filteredDWI.nhdr.&lt;br /&gt;
&lt;br /&gt;
===Tensor filtering===&lt;br /&gt;
&lt;br /&gt;
Usage&lt;br /&gt;
--------------&lt;br /&gt;
tensorDiffuse &amp;lt;Arguments&amp;gt;&lt;br /&gt;
1. FilterType:(0-Euclidean, 1-Log Space,2-Riemannian)&lt;br /&gt;
2. numIterations:Iterations For Anisotropic Diffusion&lt;br /&gt;
3. timeStep:timeStep Used in Anisotropic Diffusion&lt;br /&gt;
4. conductance:Conductance used for Anisotropic Diffusion&lt;br /&gt;
5. Input (filename of input data)&lt;br /&gt;
6. Output (filename of output data)&lt;br /&gt;
&lt;br /&gt;
Arguments 2,3,4 have the same meaning as described for dwiFilter (see above).&lt;br /&gt;
&lt;br /&gt;
Argument 1 describes the filter type&lt;br /&gt;
* - 0: Euclidean Space filtering (tensors are treated as 6-d vectors)&lt;br /&gt;
* - 1: Log Space filtering (Fast and Simple Calculus on Tensors in the Log-Euclidean Framework. In J. Duncan and G. Gerig, editors, Proceedings of the 8th Int. Conf. on Medical Image Computing and Computer-Assisted Intervention - MICCAI 2005, Part I, volume 3749 of LNCS, Palm Springs, CA, USA, October 26-29, pages 115-122, 2005. Springer Verlag)&lt;br /&gt;
* - 2. Riemannian Space Filtering(A Riemannian Framework for the Processing of Tensor-Valued Images. In Ole Fogh Olsen, Luc Florak, and Arjan Kuijper, editors, Deep Structure, Singularities, and Computer Vision (DSSCV), number 3753 of LNCS, pages 112-123, June 2005. Springer Verlag.)&lt;br /&gt;
&lt;br /&gt;
Currently, the Riemannian filter adjustment for negative eigen-values&lt;br /&gt;
is hard-coded in the source file.&lt;br /&gt;
&lt;br /&gt;
Argument 5 is the name of the noisyTensor input.&lt;br /&gt;
Argument 6 is the name of the output tensor file&lt;br /&gt;
&lt;br /&gt;
EXAMPLE&lt;br /&gt;
--------------&lt;br /&gt;
tensorFilter 2 1 0.0625 1.0 noisyTensor_10.nhdr FilteredTensor.nhrd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
List all the panels in your interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
* '''Input panels:'''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:RicianNoiseRemoval_screenshot.png|left|thumb|280px|Rician noise removal module in Slicer3]]&lt;br /&gt;
| [[Image:TensorSmoothingFilter_screenshot.png|thumb|280px|Tensor smoothing module in Slicer3]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Follow this link to the Slicer3 bug tracker: &lt;br /&gt;
&lt;br /&gt;
http://na-mic.org/Mantis/main_page.php&lt;br /&gt;
&lt;br /&gt;
===Usability issues===&lt;br /&gt;
&lt;br /&gt;
Follow this link to the Slicer3 bug tracker. Please select the '''usability issue category''' when browsing or contributing:&lt;br /&gt;
&lt;br /&gt;
http://na-mic.org/Mantis/main_page.php&lt;br /&gt;
&lt;br /&gt;
===Source code &amp;amp; documentation===&lt;br /&gt;
&lt;br /&gt;
The code is available on NITRC:&lt;br /&gt;
&lt;br /&gt;
http://www.nitrc.org/projects/dtiricianrem&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Acknowledgement===&lt;br /&gt;
This work is part of the National Alliance for Medical Image Computing&lt;br /&gt;
(NAMIC), funded by the National Institutes of Health through the NIH Roadmap&lt;br /&gt;
for Medical Research, Grant U54 EB005149. Information on the National Centers&lt;br /&gt;
for Biomedical Computing can be obtained from http://nihroadmap.nih.gov/&lt;br /&gt;
bioinformatics. Funding for this work has also been provided by Center for&lt;br /&gt;
Integrative Biomedical Computing, NIH NCRR Project 2-P41-RR12553-07. We&lt;br /&gt;
thank Weili Lin and Guido Gerig from the University of North Carolina for&lt;br /&gt;
providing us with the DW-MRI data. Glyph visualizations created with Teem&lt;br /&gt;
(http://teem.sf.net).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
Basu S, Fletcher T, Whitaker R. [http://www.slicer.org/pages/Special:PubDB_View?dspaceid=301 Rician Noise Removal in Diffusion Tensor MRI.] Med Image Comput Comput Assist Interv Int Conf Med Image Comput Comput Assist Interv. 2006;9(Pt 1):117-25.&lt;/div&gt;</summary>
		<author><name>Sgouttard</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:RicianNoiseFilter&amp;diff=16103</id>
		<title>Modules:RicianNoiseFilter</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:RicianNoiseFilter&amp;diff=16103"/>
		<updated>2010-05-20T20:13:26Z</updated>

		<summary type="html">&lt;p&gt;Sgouttard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Module Name===&lt;br /&gt;
Rician Noise Removal in Diffusion Tensor MRI (DWI and tensors)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RicianTensorCorrectionImage.png|thumb|280px|Tensor smoothing and noise removal effect]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Filtering DWI and tensors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Saurav Basu: University of Utah&lt;br /&gt;
* Tom Fletcher, University of Utah&lt;br /&gt;
* Ross Whitaker, University of Utah&lt;br /&gt;
* Sylvain Gouttard, University of Utah&lt;br /&gt;
* Contact: Tom Fletcher&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
Rician noise introduces a bias into MRI measurements that can have a signiﬁcant impact on the shapes and orientations of tensors in diﬀusion tensor magnetic resonance images. This is less of a problem in structural MRI, because this bias is signal dependent and it does not seriously impair tissue identiﬁcation or clinical diagnoses. However, diﬀusion imaging is used extensively for quantitative evaluations, and the tensors used in those evaluations are biased in ways that depend on orientation and signal levels. This module implements the algorithm developed by Basu, et al. for ﬁltering diﬀusion tensor magnetic resonance images. The method is a maximum a posteriori estimation technique that operates directly on the diﬀusion weighted images and accounts for the biases introduced by Rician noise. We account for Rician noise through a data likelihood term that is combined with a spatial smoothing prior. Also included in the module are several other approaches from the literature, including methods that ﬁlter diffusion weighted imagery and those that operate directly on the diﬀusion tensors. These methods are compared in [Basu, et al. 2006], where it is shown that the Rician filter gives the best overall results.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===DWI filtering===&lt;br /&gt;
&lt;br /&gt;
Usage&lt;br /&gt;
--------------&lt;br /&gt;
dwiFilter &amp;lt;arguments&amp;gt;&lt;br /&gt;
Arguments:&lt;br /&gt;
1. Input File Name&lt;br /&gt;
2. Output File Name&lt;br /&gt;
3. NumIterations&lt;br /&gt;
4. Conductance&lt;br /&gt;
5. TimeStep&lt;br /&gt;
6. Filter Type : (Simple Aniso-0,Chi Squared-1,Rician-2,Gaussian-3)&lt;br /&gt;
7. Sigma for bias correction&lt;br /&gt;
8. Lamda (Rician Correction Term)&lt;br /&gt;
9. Lamda (Gaussian Correction Term)&lt;br /&gt;
&lt;br /&gt;
Argument Description:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Input File Name&amp;gt; &lt;br /&gt;
Name of the DWI file to be filtered. For example&lt;br /&gt;
&amp;lt;noisyDWI_10.nhdr&amp;gt; is a noisy DWI file provided&lt;br /&gt;
in the data directory. It was generated by adding &lt;br /&gt;
synthetic Rician noise with a sigma=10 to a cleanDWI.nhdr&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Output File Name&amp;gt;&lt;br /&gt;
Name of the filtered DWI file. For example&lt;br /&gt;
&amp;lt;filteredDWI.nhdr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;NumIterations&amp;gt;&lt;br /&gt;
Number of iterations you want to run the filter for.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Conductance&amp;gt;&lt;br /&gt;
The value of the conductance term in anisotropic &lt;br /&gt;
diffusion filtering (Ex: 1.0)&lt;br /&gt;
Note: Large Conductance will oversmooth the image&lt;br /&gt;
It is important to tune the conductance to obtain&lt;br /&gt;
best results.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Time Step&amp;gt;&lt;br /&gt;
This determines the step size in the gradient&lt;br /&gt;
descent. It can be atmost 0.0625.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Filter Type&amp;gt;&lt;br /&gt;
Can Take 3 values:&lt;br /&gt;
0 means perform simple anisotropic diffusion&lt;br /&gt;
   &lt;br /&gt;
* - 1 means perform Chi-Squared smoothing (square the image and perform anisotropic diffusion and then subtract the variance of the noise, and take square root. (The square of a Rice distribution is a Chi Squared distribution with known bias equal to the variance of the noise) (Refer:Max likelihood Est. of Rician Ditribution Parameters. Sijbers et. al)&lt;br /&gt;
* - 2 means Perform Rician bias correction filtering.(Refer: Rician Noise Removal in DT-MRI.)&lt;br /&gt;
* - 3 is same as 2 except use a Gaussian Attachment Term .&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Sigma&amp;gt;&lt;br /&gt;
Estimate of noise in the data.&lt;br /&gt;
This can be done by squaring the airvoxels&lt;br /&gt;
in the real data. The sum of square of all&lt;br /&gt;
the intensities in the air region should equal&lt;br /&gt;
2*variance of the noise in the data.&lt;br /&gt;
(Sijbers et. al)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;lamda1, lamda2&amp;gt;&lt;br /&gt;
The weights for the Rician and Gaussian &lt;br /&gt;
attachment terms. &lt;br /&gt;
&lt;br /&gt;
EXAMPLE&lt;br /&gt;
-------------&lt;br /&gt;
dwiFilter ../data/noisyDWI_10.nhdr filteredDWI.nhdr 1 1.0 0.0625 2 10 100 0&lt;br /&gt;
&lt;br /&gt;
Filters the noisyDWI_10.nhdr for 1 iteration with a conductance of 1.0&lt;br /&gt;
timeStep 0.0625 using Rician filtering with a Rician attachement term&lt;br /&gt;
weight of 100. The estimate of noise in the input image is a sigma of 10&lt;br /&gt;
The filtered image is filteredDWI.nhdr.&lt;br /&gt;
&lt;br /&gt;
===Tensor filtering===&lt;br /&gt;
&lt;br /&gt;
Usage&lt;br /&gt;
--------------&lt;br /&gt;
tensorDiffuse &amp;lt;Arguments&amp;gt;&lt;br /&gt;
1. FilterType:(0-Euclidean, 1-Log Space,2-Riemannian)&lt;br /&gt;
2. numIterations:Iterations For Anisotropic Diffusion&lt;br /&gt;
3. timeStep:timeStep Used in Anisotropic Diffusion&lt;br /&gt;
4. conductance:Conductance used for Anisotropic Diffusion&lt;br /&gt;
5. Input (filename of input data)&lt;br /&gt;
6. Output (filename of output data)&lt;br /&gt;
&lt;br /&gt;
Arguments 2,3,4 have the same meaning as described for dwiFilter (see above).&lt;br /&gt;
&lt;br /&gt;
Argument 1 describes the filter type&lt;br /&gt;
* - 0: Euclidean Space filtering (tensors are treated as 6-d vectors)&lt;br /&gt;
* - 1: Log Space filtering (Fast and Simple Calculus on Tensors in the Log-Euclidean Framework. In J. Duncan and G. Gerig, editors, Proceedings of the 8th Int. Conf. on Medical Image Computing and Computer-Assisted Intervention - MICCAI 2005, Part I, volume 3749 of LNCS, Palm Springs, CA, USA, October 26-29, pages 115-122, 2005. Springer Verlag)&lt;br /&gt;
* - 2. Riemannian Space Filtering(A Riemannian Framework for the Processing of Tensor-Valued Images. In Ole Fogh Olsen, Luc Florak, and Arjan Kuijper, editors, Deep Structure, Singularities, and Computer Vision (DSSCV), number 3753 of LNCS, pages 112-123, June 2005. Springer Verlag.)&lt;br /&gt;
&lt;br /&gt;
Currently, the Riemannian filter adjustment for negative eigen-values&lt;br /&gt;
is hard-coded in the source file.&lt;br /&gt;
&lt;br /&gt;
Argument 5 is the name of the noisyTensor input.&lt;br /&gt;
Argument 6 is the name of the output tensor file&lt;br /&gt;
&lt;br /&gt;
EXAMPLE&lt;br /&gt;
--------------&lt;br /&gt;
tensorFilter 2 1 0.0625 1.0 noisyTensor_10.nhdr FilteredTensor.nhrd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
List all the panels in your interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
* '''Input panels:'''&lt;br /&gt;
[[Image:RicianNoiseRemoval_screenshot.png|thumb|280px|Rician noise removal module in Slicer3]][[Image:TensorSmoothingFilter_screenshot.png|thumb|280px|Tensor smoothing module in Slicer3]]&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Follow this link to the Slicer3 bug tracker: &lt;br /&gt;
&lt;br /&gt;
http://na-mic.org/Mantis/main_page.php&lt;br /&gt;
&lt;br /&gt;
===Usability issues===&lt;br /&gt;
&lt;br /&gt;
Follow this link to the Slicer3 bug tracker. Please select the '''usability issue category''' when browsing or contributing:&lt;br /&gt;
&lt;br /&gt;
http://na-mic.org/Mantis/main_page.php&lt;br /&gt;
&lt;br /&gt;
===Source code &amp;amp; documentation===&lt;br /&gt;
&lt;br /&gt;
The code is available on NITRC:&lt;br /&gt;
&lt;br /&gt;
http://www.nitrc.org/projects/dtiricianrem&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Acknowledgement===&lt;br /&gt;
This work is part of the National Alliance for Medical Image Computing&lt;br /&gt;
(NAMIC), funded by the National Institutes of Health through the NIH Roadmap&lt;br /&gt;
for Medical Research, Grant U54 EB005149. Information on the National Centers&lt;br /&gt;
for Biomedical Computing can be obtained from http://nihroadmap.nih.gov/&lt;br /&gt;
bioinformatics. Funding for this work has also been provided by Center for&lt;br /&gt;
Integrative Biomedical Computing, NIH NCRR Project 2-P41-RR12553-07. We&lt;br /&gt;
thank Weili Lin and Guido Gerig from the University of North Carolina for&lt;br /&gt;
providing us with the DW-MRI data. Glyph visualizations created with Teem&lt;br /&gt;
(http://teem.sf.net).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
Basu S, Fletcher T, Whitaker R. [http://www.slicer.org/pages/Special:PubDB_View?dspaceid=301 Rician Noise Removal in Diffusion Tensor MRI.] Med Image Comput Comput Assist Interv Int Conf Med Image Comput Comput Assist Interv. 2006;9(Pt 1):117-25.&lt;/div&gt;</summary>
		<author><name>Sgouttard</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:RicianNoiseFilter&amp;diff=16102</id>
		<title>Modules:RicianNoiseFilter</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:RicianNoiseFilter&amp;diff=16102"/>
		<updated>2010-05-20T20:06:40Z</updated>

		<summary type="html">&lt;p&gt;Sgouttard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Module Name===&lt;br /&gt;
Rician Noise Removal in Diffusion Tensor MRI (DWI and tensors)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RicianTensorCorrectionImage.png|thumb|280px|Tensor smoothing and noise removal effect]][[Image:RicianNoiseRemoval_screenshot.png|thumb|280px|Rician noise removal module in Slicer3]][[Image:TensorSmoothingFilter_screenshot.png|thumb|280px|Tensor smoothing module in Slicer3]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Filtering DWI and tensors&lt;br /&gt;
&lt;br /&gt;
Note: this filter is available on NITRC at: http://www.nitrc.org/projects/dtiricianrem&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Saurav Basu: University of Utah&lt;br /&gt;
* Tom Fletcher, University of Utah&lt;br /&gt;
* Ross Whitaker, University of Utah&lt;br /&gt;
* Sylvain Gouttard, University of Utah&lt;br /&gt;
* Contact: Tom Fletcher&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
Rician noise introduces a bias into MRI measurements that can have a signiﬁcant impact on the shapes and orientations of tensors in diﬀusion tensor magnetic resonance images. This is less of a problem in structural MRI, because this bias is signal dependent and it does not seriously impair tissue identiﬁcation or clinical diagnoses. However, diﬀusion imaging is used extensively for quantitative evaluations, and the tensors used in those evaluations are biased in ways that depend on orientation and signal levels. This module implements the algorithm developed by Basu, et al. for ﬁltering diﬀusion tensor magnetic resonance images. The method is a maximum a posteriori estimation technique that operates directly on the diﬀusion weighted images and accounts for the biases introduced by Rician noise. We account for Rician noise through a data likelihood term that is combined with a spatial smoothing prior. Also included in the module are several other approaches from the literature, including methods that ﬁlter diffusion weighted imagery and those that operate directly on the diﬀusion tensors. These methods are compared in [Basu, et al. 2006], where it is shown that the Rician filter gives the best overall results.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===DWI filtering===&lt;br /&gt;
&lt;br /&gt;
Usage&lt;br /&gt;
--------------&lt;br /&gt;
dwiFilter &amp;lt;arguments&amp;gt;&lt;br /&gt;
Arguments:&lt;br /&gt;
1. Input File Name&lt;br /&gt;
2. Output File Name&lt;br /&gt;
3. NumIterations&lt;br /&gt;
4. Conductance&lt;br /&gt;
5. TimeStep&lt;br /&gt;
6. Filter Type : (Simple Aniso-0,Chi Squared-1,Rician-2,Gaussian-3)&lt;br /&gt;
7. Sigma for bias correction&lt;br /&gt;
8. Lamda (Rician Correction Term)&lt;br /&gt;
9. Lamda (Gaussian Correction Term)&lt;br /&gt;
&lt;br /&gt;
Argument Description:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Input File Name&amp;gt; &lt;br /&gt;
Name of the DWI file to be filtered. For example&lt;br /&gt;
&amp;lt;noisyDWI_10.nhdr&amp;gt; is a noisy DWI file provided&lt;br /&gt;
in the data directory. It was generated by adding &lt;br /&gt;
synthetic Rician noise with a sigma=10 to a cleanDWI.nhdr&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Output File Name&amp;gt;&lt;br /&gt;
Name of the filtered DWI file. For example&lt;br /&gt;
&amp;lt;filteredDWI.nhdr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;NumIterations&amp;gt;&lt;br /&gt;
Number of iterations you want to run the filter for.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Conductance&amp;gt;&lt;br /&gt;
The value of the conductance term in anisotropic &lt;br /&gt;
diffusion filtering (Ex: 1.0)&lt;br /&gt;
Note: Large Conductance will oversmooth the image&lt;br /&gt;
It is important to tune the conductance to obtain&lt;br /&gt;
best results.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Time Step&amp;gt;&lt;br /&gt;
This determines the step size in the gradient&lt;br /&gt;
descent. It can be atmost 0.0625.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Filter Type&amp;gt;&lt;br /&gt;
Can Take 3 values:&lt;br /&gt;
0 means perform simple anisotropic diffusion&lt;br /&gt;
   &lt;br /&gt;
* - 1 means perform Chi-Squared smoothing (square the image and perform anisotropic diffusion and then subtract the variance of the noise, and take square root. (The square of a Rice distribution is a Chi Squared distribution with known bias equal to the variance of the noise) (Refer:Max likelihood Est. of Rician Ditribution Parameters. Sijbers et. al)&lt;br /&gt;
* - 2 means Perform Rician bias correction filtering.(Refer: Rician Noise Removal in DT-MRI.)&lt;br /&gt;
* - 3 is same as 2 except use a Gaussian Attachment Term .&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Sigma&amp;gt;&lt;br /&gt;
Estimate of noise in the data.&lt;br /&gt;
This can be done by squaring the airvoxels&lt;br /&gt;
in the real data. The sum of square of all&lt;br /&gt;
the intensities in the air region should equal&lt;br /&gt;
2*variance of the noise in the data.&lt;br /&gt;
(Sijbers et. al)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;lamda1, lamda2&amp;gt;&lt;br /&gt;
The weights for the Rician and Gaussian &lt;br /&gt;
attachment terms. &lt;br /&gt;
&lt;br /&gt;
EXAMPLE&lt;br /&gt;
-------------&lt;br /&gt;
dwiFilter ../data/noisyDWI_10.nhdr filteredDWI.nhdr 1 1.0 0.0625 2 10 100 0&lt;br /&gt;
&lt;br /&gt;
Filters the noisyDWI_10.nhdr for 1 iteration with a conductance of 1.0&lt;br /&gt;
timeStep 0.0625 using Rician filtering with a Rician attachement term&lt;br /&gt;
weight of 100. The estimate of noise in the input image is a sigma of 10&lt;br /&gt;
The filtered image is filteredDWI.nhdr.&lt;br /&gt;
&lt;br /&gt;
===Tensor filtering===&lt;br /&gt;
&lt;br /&gt;
Usage&lt;br /&gt;
--------------&lt;br /&gt;
tensorDiffuse &amp;lt;Arguments&amp;gt;&lt;br /&gt;
1. FilterType:(0-Euclidean, 1-Log Space,2-Riemannian)&lt;br /&gt;
2. numIterations:Iterations For Anisotropic Diffusion&lt;br /&gt;
3. timeStep:timeStep Used in Anisotropic Diffusion&lt;br /&gt;
4. conductance:Conductance used for Anisotropic Diffusion&lt;br /&gt;
5. Input (filename of input data)&lt;br /&gt;
6. Output (filename of output data)&lt;br /&gt;
&lt;br /&gt;
Arguments 2,3,4 have the same meaning as described for dwiFilter (see above).&lt;br /&gt;
&lt;br /&gt;
Argument 1 describes the filter type&lt;br /&gt;
* - 0: Euclidean Space filtering (tensors are treated as 6-d vectors)&lt;br /&gt;
* - 1: Log Space filtering (Fast and Simple Calculus on Tensors in the Log-Euclidean Framework. In J. Duncan and G. Gerig, editors, Proceedings of the 8th Int. Conf. on Medical Image Computing and Computer-Assisted Intervention - MICCAI 2005, Part I, volume 3749 of LNCS, Palm Springs, CA, USA, October 26-29, pages 115-122, 2005. Springer Verlag)&lt;br /&gt;
* - 2. Riemannian Space Filtering(A Riemannian Framework for the Processing of Tensor-Valued Images. In Ole Fogh Olsen, Luc Florak, and Arjan Kuijper, editors, Deep Structure, Singularities, and Computer Vision (DSSCV), number 3753 of LNCS, pages 112-123, June 2005. Springer Verlag.)&lt;br /&gt;
&lt;br /&gt;
Currently, the Riemannian filter adjustment for negative eigen-values&lt;br /&gt;
is hard-coded in the source file.&lt;br /&gt;
&lt;br /&gt;
Argument 5 is the name of the noisyTensor input.&lt;br /&gt;
Argument 6 is the name of the output tensor file&lt;br /&gt;
&lt;br /&gt;
EXAMPLE&lt;br /&gt;
--------------&lt;br /&gt;
tensorFilter 2 1 0.0625 1.0 noisyTensor_10.nhdr FilteredTensor.nhrd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
List all the panels in your interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Follow this link to the Slicer3 bug tracker: &lt;br /&gt;
&lt;br /&gt;
http://na-mic.org/Mantis/main_page.php&lt;br /&gt;
&lt;br /&gt;
===Usability issues===&lt;br /&gt;
&lt;br /&gt;
Follow this link to the Slicer3 bug tracker. Please select the '''usability issue category''' when browsing or contributing:&lt;br /&gt;
&lt;br /&gt;
http://na-mic.org/Mantis/main_page.php&lt;br /&gt;
&lt;br /&gt;
===Source code &amp;amp; documentation===&lt;br /&gt;
&lt;br /&gt;
Customize following links for your module:&lt;br /&gt;
&lt;br /&gt;
http://www.na-mic.org/ViewVC/index.cgi/&lt;br /&gt;
&lt;br /&gt;
Links to documentation generated by doxygen:&lt;br /&gt;
&lt;br /&gt;
http://www.na-mic.org/Slicer/Documentation/Slicer3/html/&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgement===&lt;br /&gt;
This work is part of the National Alliance for Medical Image Computing&lt;br /&gt;
(NAMIC), funded by the National Institutes of Health through the NIH Roadmap&lt;br /&gt;
for Medical Research, Grant U54 EB005149. Information on the National Centers&lt;br /&gt;
for Biomedical Computing can be obtained from http://nihroadmap.nih.gov/&lt;br /&gt;
bioinformatics. Funding for this work has also been provided by Center for&lt;br /&gt;
Integrative Biomedical Computing, NIH NCRR Project 2-P41-RR12553-07. We&lt;br /&gt;
thank Weili Lin and Guido Gerig from the University of North Carolina for&lt;br /&gt;
providing us with the DW-MRI data. Glyph visualizations created with Teem&lt;br /&gt;
(http://teem.sf.net).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
Basu S, Fletcher T, Whitaker R. [http://www.slicer.org/pages/Special:PubDB_View?dspaceid=301 Rician Noise Removal in Diffusion Tensor MRI.] Med Image Comput Comput Assist Interv Int Conf Med Image Comput Comput Assist Interv. 2006;9(Pt 1):117-25.&lt;/div&gt;</summary>
		<author><name>Sgouttard</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:RicianNoiseFilter&amp;diff=16101</id>
		<title>Modules:RicianNoiseFilter</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:RicianNoiseFilter&amp;diff=16101"/>
		<updated>2010-05-20T20:05:00Z</updated>

		<summary type="html">&lt;p&gt;Sgouttard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Module Name===&lt;br /&gt;
Rician Noise Removal in Diffusion Tensor MRI (DWI and tensors)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RicianTensorCorrectionImage.png|thumb|280px|Caption 1]]|[[Image:RicianNoiseRemoval_screenshot.png|thumb|280px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Filtering DWI and tensors&lt;br /&gt;
&lt;br /&gt;
Note: this filter is available on NITRC at: http://www.nitrc.org/projects/dtiricianrem&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Saurav Basu: University of Utah&lt;br /&gt;
* Tom Fletcher, University of Utah&lt;br /&gt;
* Ross Whitaker, University of Utah&lt;br /&gt;
* Sylvain Gouttard, University of Utah&lt;br /&gt;
* Contact: Tom Fletcher&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
Rician noise introduces a bias into MRI measurements that can have a signiﬁcant impact on the shapes and orientations of tensors in diﬀusion tensor magnetic resonance images. This is less of a problem in structural MRI, because this bias is signal dependent and it does not seriously impair tissue identiﬁcation or clinical diagnoses. However, diﬀusion imaging is used extensively for quantitative evaluations, and the tensors used in those evaluations are biased in ways that depend on orientation and signal levels. This module implements the algorithm developed by Basu, et al. for ﬁltering diﬀusion tensor magnetic resonance images. The method is a maximum a posteriori estimation technique that operates directly on the diﬀusion weighted images and accounts for the biases introduced by Rician noise. We account for Rician noise through a data likelihood term that is combined with a spatial smoothing prior. Also included in the module are several other approaches from the literature, including methods that ﬁlter diffusion weighted imagery and those that operate directly on the diﬀusion tensors. These methods are compared in [Basu, et al. 2006], where it is shown that the Rician filter gives the best overall results.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===DWI filtering===&lt;br /&gt;
&lt;br /&gt;
Usage&lt;br /&gt;
--------------&lt;br /&gt;
dwiFilter &amp;lt;arguments&amp;gt;&lt;br /&gt;
Arguments:&lt;br /&gt;
1. Input File Name&lt;br /&gt;
2. Output File Name&lt;br /&gt;
3. NumIterations&lt;br /&gt;
4. Conductance&lt;br /&gt;
5. TimeStep&lt;br /&gt;
6. Filter Type : (Simple Aniso-0,Chi Squared-1,Rician-2,Gaussian-3)&lt;br /&gt;
7. Sigma for bias correction&lt;br /&gt;
8. Lamda (Rician Correction Term)&lt;br /&gt;
9. Lamda (Gaussian Correction Term)&lt;br /&gt;
&lt;br /&gt;
Argument Description:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Input File Name&amp;gt; &lt;br /&gt;
Name of the DWI file to be filtered. For example&lt;br /&gt;
&amp;lt;noisyDWI_10.nhdr&amp;gt; is a noisy DWI file provided&lt;br /&gt;
in the data directory. It was generated by adding &lt;br /&gt;
synthetic Rician noise with a sigma=10 to a cleanDWI.nhdr&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Output File Name&amp;gt;&lt;br /&gt;
Name of the filtered DWI file. For example&lt;br /&gt;
&amp;lt;filteredDWI.nhdr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;NumIterations&amp;gt;&lt;br /&gt;
Number of iterations you want to run the filter for.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Conductance&amp;gt;&lt;br /&gt;
The value of the conductance term in anisotropic &lt;br /&gt;
diffusion filtering (Ex: 1.0)&lt;br /&gt;
Note: Large Conductance will oversmooth the image&lt;br /&gt;
It is important to tune the conductance to obtain&lt;br /&gt;
best results.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Time Step&amp;gt;&lt;br /&gt;
This determines the step size in the gradient&lt;br /&gt;
descent. It can be atmost 0.0625.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Filter Type&amp;gt;&lt;br /&gt;
Can Take 3 values:&lt;br /&gt;
0 means perform simple anisotropic diffusion&lt;br /&gt;
   &lt;br /&gt;
* - 1 means perform Chi-Squared smoothing (square the image and perform anisotropic diffusion and then subtract the variance of the noise, and take square root. (The square of a Rice distribution is a Chi Squared distribution with known bias equal to the variance of the noise) (Refer:Max likelihood Est. of Rician Ditribution Parameters. Sijbers et. al)&lt;br /&gt;
* - 2 means Perform Rician bias correction filtering.(Refer: Rician Noise Removal in DT-MRI.)&lt;br /&gt;
* - 3 is same as 2 except use a Gaussian Attachment Term .&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Sigma&amp;gt;&lt;br /&gt;
Estimate of noise in the data.&lt;br /&gt;
This can be done by squaring the airvoxels&lt;br /&gt;
in the real data. The sum of square of all&lt;br /&gt;
the intensities in the air region should equal&lt;br /&gt;
2*variance of the noise in the data.&lt;br /&gt;
(Sijbers et. al)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;lamda1, lamda2&amp;gt;&lt;br /&gt;
The weights for the Rician and Gaussian &lt;br /&gt;
attachment terms. &lt;br /&gt;
&lt;br /&gt;
EXAMPLE&lt;br /&gt;
-------------&lt;br /&gt;
dwiFilter ../data/noisyDWI_10.nhdr filteredDWI.nhdr 1 1.0 0.0625 2 10 100 0&lt;br /&gt;
&lt;br /&gt;
Filters the noisyDWI_10.nhdr for 1 iteration with a conductance of 1.0&lt;br /&gt;
timeStep 0.0625 using Rician filtering with a Rician attachement term&lt;br /&gt;
weight of 100. The estimate of noise in the input image is a sigma of 10&lt;br /&gt;
The filtered image is filteredDWI.nhdr.&lt;br /&gt;
&lt;br /&gt;
===Tensor filtering===&lt;br /&gt;
&lt;br /&gt;
Usage&lt;br /&gt;
--------------&lt;br /&gt;
tensorDiffuse &amp;lt;Arguments&amp;gt;&lt;br /&gt;
1. FilterType:(0-Euclidean, 1-Log Space,2-Riemannian)&lt;br /&gt;
2. numIterations:Iterations For Anisotropic Diffusion&lt;br /&gt;
3. timeStep:timeStep Used in Anisotropic Diffusion&lt;br /&gt;
4. conductance:Conductance used for Anisotropic Diffusion&lt;br /&gt;
5. Input (filename of input data)&lt;br /&gt;
6. Output (filename of output data)&lt;br /&gt;
&lt;br /&gt;
Arguments 2,3,4 have the same meaning as described for dwiFilter (see above).&lt;br /&gt;
&lt;br /&gt;
Argument 1 describes the filter type&lt;br /&gt;
* - 0: Euclidean Space filtering (tensors are treated as 6-d vectors)&lt;br /&gt;
* - 1: Log Space filtering (Fast and Simple Calculus on Tensors in the Log-Euclidean Framework. In J. Duncan and G. Gerig, editors, Proceedings of the 8th Int. Conf. on Medical Image Computing and Computer-Assisted Intervention - MICCAI 2005, Part I, volume 3749 of LNCS, Palm Springs, CA, USA, October 26-29, pages 115-122, 2005. Springer Verlag)&lt;br /&gt;
* - 2. Riemannian Space Filtering(A Riemannian Framework for the Processing of Tensor-Valued Images. In Ole Fogh Olsen, Luc Florak, and Arjan Kuijper, editors, Deep Structure, Singularities, and Computer Vision (DSSCV), number 3753 of LNCS, pages 112-123, June 2005. Springer Verlag.)&lt;br /&gt;
&lt;br /&gt;
Currently, the Riemannian filter adjustment for negative eigen-values&lt;br /&gt;
is hard-coded in the source file.&lt;br /&gt;
&lt;br /&gt;
Argument 5 is the name of the noisyTensor input.&lt;br /&gt;
Argument 6 is the name of the output tensor file&lt;br /&gt;
&lt;br /&gt;
EXAMPLE&lt;br /&gt;
--------------&lt;br /&gt;
tensorFilter 2 1 0.0625 1.0 noisyTensor_10.nhdr FilteredTensor.nhrd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
List all the panels in your interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Follow this link to the Slicer3 bug tracker: &lt;br /&gt;
&lt;br /&gt;
http://na-mic.org/Mantis/main_page.php&lt;br /&gt;
&lt;br /&gt;
===Usability issues===&lt;br /&gt;
&lt;br /&gt;
Follow this link to the Slicer3 bug tracker. Please select the '''usability issue category''' when browsing or contributing:&lt;br /&gt;
&lt;br /&gt;
http://na-mic.org/Mantis/main_page.php&lt;br /&gt;
&lt;br /&gt;
===Source code &amp;amp; documentation===&lt;br /&gt;
&lt;br /&gt;
Customize following links for your module:&lt;br /&gt;
&lt;br /&gt;
http://www.na-mic.org/ViewVC/index.cgi/&lt;br /&gt;
&lt;br /&gt;
Links to documentation generated by doxygen:&lt;br /&gt;
&lt;br /&gt;
http://www.na-mic.org/Slicer/Documentation/Slicer3/html/&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgement===&lt;br /&gt;
This work is part of the National Alliance for Medical Image Computing&lt;br /&gt;
(NAMIC), funded by the National Institutes of Health through the NIH Roadmap&lt;br /&gt;
for Medical Research, Grant U54 EB005149. Information on the National Centers&lt;br /&gt;
for Biomedical Computing can be obtained from http://nihroadmap.nih.gov/&lt;br /&gt;
bioinformatics. Funding for this work has also been provided by Center for&lt;br /&gt;
Integrative Biomedical Computing, NIH NCRR Project 2-P41-RR12553-07. We&lt;br /&gt;
thank Weili Lin and Guido Gerig from the University of North Carolina for&lt;br /&gt;
providing us with the DW-MRI data. Glyph visualizations created with Teem&lt;br /&gt;
(http://teem.sf.net).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
Basu S, Fletcher T, Whitaker R. [http://www.slicer.org/pages/Special:PubDB_View?dspaceid=301 Rician Noise Removal in Diffusion Tensor MRI.] Med Image Comput Comput Assist Interv Int Conf Med Image Comput Comput Assist Interv. 2006;9(Pt 1):117-25.&lt;/div&gt;</summary>
		<author><name>Sgouttard</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:TensorSmoothingFilter_screenshot.png&amp;diff=16100</id>
		<title>File:TensorSmoothingFilter screenshot.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:TensorSmoothingFilter_screenshot.png&amp;diff=16100"/>
		<updated>2010-05-20T20:03:56Z</updated>

		<summary type="html">&lt;p&gt;Sgouttard: Screen shot of the Tensor Smoothing Filter module in Slicer3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Screen shot of the Tensor Smoothing Filter module in Slicer3&lt;/div&gt;</summary>
		<author><name>Sgouttard</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:RicianNoiseRemoval_screenshot.png&amp;diff=16099</id>
		<title>File:RicianNoiseRemoval screenshot.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:RicianNoiseRemoval_screenshot.png&amp;diff=16099"/>
		<updated>2010-05-20T20:03:32Z</updated>

		<summary type="html">&lt;p&gt;Sgouttard: Screenshot of the Rician Noise removal module in Slicer3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Screenshot of the Rician Noise removal module in Slicer3&lt;/div&gt;</summary>
		<author><name>Sgouttard</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:RicianNoiseFilter&amp;diff=16098</id>
		<title>Modules:RicianNoiseFilter</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:RicianNoiseFilter&amp;diff=16098"/>
		<updated>2010-05-20T19:57:43Z</updated>

		<summary type="html">&lt;p&gt;Sgouttard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Module Name===&lt;br /&gt;
Rician Noise Removal in Diffusion Tensor MRI (DWI and tensors)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RicianTensorCorrectionImage.png|thumb|280px|Caption 1]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Filtering DWI and tensors&lt;br /&gt;
&lt;br /&gt;
Note: this filter is available on NITRC at: http://www.nitrc.org/projects/dtiricianrem&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Saurav Basu: University of Utah&lt;br /&gt;
* Tom Fletcher, University of Utah&lt;br /&gt;
* Ross Whitaker, University of Utah&lt;br /&gt;
* Sylvain Gouttard, University of Utah&lt;br /&gt;
* Contact: Tom Fletcher&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
Rician noise introduces a bias into MRI measurements that can have a signiﬁcant impact on the shapes and orientations of tensors in diﬀusion tensor magnetic resonance images. This is less of a problem in structural MRI, because this bias is signal dependent and it does not seriously impair tissue identiﬁcation or clinical diagnoses. However, diﬀusion imaging is used extensively for quantitative evaluations, and the tensors used in those evaluations are biased in ways that depend on orientation and signal levels. This module implements the algorithm developed by Basu, et al. for ﬁltering diﬀusion tensor magnetic resonance images. The method is a maximum a posteriori estimation technique that operates directly on the diﬀusion weighted images and accounts for the biases introduced by Rician noise. We account for Rician noise through a data likelihood term that is combined with a spatial smoothing prior. Also included in the module are several other approaches from the literature, including methods that ﬁlter diffusion weighted imagery and those that operate directly on the diﬀusion tensors. These methods are compared in [Basu, et al. 2006], where it is shown that the Rician filter gives the best overall results.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===DWI filtering===&lt;br /&gt;
&lt;br /&gt;
Usage&lt;br /&gt;
--------------&lt;br /&gt;
dwiFilter &amp;lt;arguments&amp;gt;&lt;br /&gt;
Arguments:&lt;br /&gt;
1. Input File Name&lt;br /&gt;
2. Output File Name&lt;br /&gt;
3. NumIterations&lt;br /&gt;
4. Conductance&lt;br /&gt;
5. TimeStep&lt;br /&gt;
6. Filter Type : (Simple Aniso-0,Chi Squared-1,Rician-2,Gaussian-3)&lt;br /&gt;
7. Sigma for bias correction&lt;br /&gt;
8. Lamda (Rician Correction Term)&lt;br /&gt;
9. Lamda (Gaussian Correction Term)&lt;br /&gt;
&lt;br /&gt;
Argument Description:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Input File Name&amp;gt; &lt;br /&gt;
Name of the DWI file to be filtered. For example&lt;br /&gt;
&amp;lt;noisyDWI_10.nhdr&amp;gt; is a noisy DWI file provided&lt;br /&gt;
in the data directory. It was generated by adding &lt;br /&gt;
synthetic Rician noise with a sigma=10 to a cleanDWI.nhdr&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Output File Name&amp;gt;&lt;br /&gt;
Name of the filtered DWI file. For example&lt;br /&gt;
&amp;lt;filteredDWI.nhdr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;NumIterations&amp;gt;&lt;br /&gt;
Number of iterations you want to run the filter for.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Conductance&amp;gt;&lt;br /&gt;
The value of the conductance term in anisotropic &lt;br /&gt;
diffusion filtering (Ex: 1.0)&lt;br /&gt;
Note: Large Conductance will oversmooth the image&lt;br /&gt;
It is important to tune the conductance to obtain&lt;br /&gt;
best results.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Time Step&amp;gt;&lt;br /&gt;
This determines the step size in the gradient&lt;br /&gt;
descent. It can be atmost 0.0625.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Filter Type&amp;gt;&lt;br /&gt;
Can Take 3 values:&lt;br /&gt;
0 means perform simple anisotropic diffusion&lt;br /&gt;
   &lt;br /&gt;
* - 1 means perform Chi-Squared smoothing (square the image and perform anisotropic diffusion and then subtract the variance of the noise, and take square root. (The square of a Rice distribution is a Chi Squared distribution with known bias equal to the variance of the noise) (Refer:Max likelihood Est. of Rician Ditribution Parameters. Sijbers et. al)&lt;br /&gt;
* - 2 means Perform Rician bias correction filtering.(Refer: Rician Noise Removal in DT-MRI.)&lt;br /&gt;
* - 3 is same as 2 except use a Gaussian Attachment Term .&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Sigma&amp;gt;&lt;br /&gt;
Estimate of noise in the data.&lt;br /&gt;
This can be done by squaring the airvoxels&lt;br /&gt;
in the real data. The sum of square of all&lt;br /&gt;
the intensities in the air region should equal&lt;br /&gt;
2*variance of the noise in the data.&lt;br /&gt;
(Sijbers et. al)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;lamda1, lamda2&amp;gt;&lt;br /&gt;
The weights for the Rician and Gaussian &lt;br /&gt;
attachment terms. &lt;br /&gt;
&lt;br /&gt;
EXAMPLE&lt;br /&gt;
-------------&lt;br /&gt;
dwiFilter ../data/noisyDWI_10.nhdr filteredDWI.nhdr 1 1.0 0.0625 2 10 100 0&lt;br /&gt;
&lt;br /&gt;
Filters the noisyDWI_10.nhdr for 1 iteration with a conductance of 1.0&lt;br /&gt;
timeStep 0.0625 using Rician filtering with a Rician attachement term&lt;br /&gt;
weight of 100. The estimate of noise in the input image is a sigma of 10&lt;br /&gt;
The filtered image is filteredDWI.nhdr.&lt;br /&gt;
&lt;br /&gt;
===Tensor filtering===&lt;br /&gt;
&lt;br /&gt;
Usage&lt;br /&gt;
--------------&lt;br /&gt;
tensorDiffuse &amp;lt;Arguments&amp;gt;&lt;br /&gt;
1. FilterType:(0-Euclidean, 1-Log Space,2-Riemannian)&lt;br /&gt;
2. numIterations:Iterations For Anisotropic Diffusion&lt;br /&gt;
3. timeStep:timeStep Used in Anisotropic Diffusion&lt;br /&gt;
4. conductance:Conductance used for Anisotropic Diffusion&lt;br /&gt;
5. Input (filename of input data)&lt;br /&gt;
6. Output (filename of output data)&lt;br /&gt;
&lt;br /&gt;
Arguments 2,3,4 have the same meaning as described for dwiFilter (see above).&lt;br /&gt;
&lt;br /&gt;
Argument 1 describes the filter type&lt;br /&gt;
* - 0: Euclidean Space filtering (tensors are treated as 6-d vectors)&lt;br /&gt;
* - 1: Log Space filtering (Fast and Simple Calculus on Tensors in the Log-Euclidean Framework. In J. Duncan and G. Gerig, editors, Proceedings of the 8th Int. Conf. on Medical Image Computing and Computer-Assisted Intervention - MICCAI 2005, Part I, volume 3749 of LNCS, Palm Springs, CA, USA, October 26-29, pages 115-122, 2005. Springer Verlag)&lt;br /&gt;
* - 2. Riemannian Space Filtering(A Riemannian Framework for the Processing of Tensor-Valued Images. In Ole Fogh Olsen, Luc Florak, and Arjan Kuijper, editors, Deep Structure, Singularities, and Computer Vision (DSSCV), number 3753 of LNCS, pages 112-123, June 2005. Springer Verlag.)&lt;br /&gt;
&lt;br /&gt;
Currently, the Riemannian filter adjustment for negative eigen-values&lt;br /&gt;
is hard-coded in the source file.&lt;br /&gt;
&lt;br /&gt;
Argument 5 is the name of the noisyTensor input.&lt;br /&gt;
Argument 6 is the name of the output tensor file&lt;br /&gt;
&lt;br /&gt;
EXAMPLE&lt;br /&gt;
--------------&lt;br /&gt;
tensorFilter 2 1 0.0625 1.0 noisyTensor_10.nhdr FilteredTensor.nhrd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
List all the panels in your interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Follow this link to the Slicer3 bug tracker: &lt;br /&gt;
&lt;br /&gt;
http://na-mic.org/Mantis/main_page.php&lt;br /&gt;
&lt;br /&gt;
===Usability issues===&lt;br /&gt;
&lt;br /&gt;
Follow this link to the Slicer3 bug tracker. Please select the '''usability issue category''' when browsing or contributing:&lt;br /&gt;
&lt;br /&gt;
http://na-mic.org/Mantis/main_page.php&lt;br /&gt;
&lt;br /&gt;
===Source code &amp;amp; documentation===&lt;br /&gt;
&lt;br /&gt;
Customize following links for your module:&lt;br /&gt;
&lt;br /&gt;
http://www.na-mic.org/ViewVC/index.cgi/&lt;br /&gt;
&lt;br /&gt;
Links to documentation generated by doxygen:&lt;br /&gt;
&lt;br /&gt;
http://www.na-mic.org/Slicer/Documentation/Slicer3/html/&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgement===&lt;br /&gt;
This work is part of the National Alliance for Medical Image Computing&lt;br /&gt;
(NAMIC), funded by the National Institutes of Health through the NIH Roadmap&lt;br /&gt;
for Medical Research, Grant U54 EB005149. Information on the National Centers&lt;br /&gt;
for Biomedical Computing can be obtained from http://nihroadmap.nih.gov/&lt;br /&gt;
bioinformatics. Funding for this work has also been provided by Center for&lt;br /&gt;
Integrative Biomedical Computing, NIH NCRR Project 2-P41-RR12553-07. We&lt;br /&gt;
thank Weili Lin and Guido Gerig from the University of North Carolina for&lt;br /&gt;
providing us with the DW-MRI data. Glyph visualizations created with Teem&lt;br /&gt;
(http://teem.sf.net).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
Basu S, Fletcher T, Whitaker R. [http://www.slicer.org/pages/Special:PubDB_View?dspaceid=301 Rician Noise Removal in Diffusion Tensor MRI.] Med Image Comput Comput Assist Interv Int Conf Med Image Comput Comput Assist Interv. 2006;9(Pt 1):117-25.&lt;/div&gt;</summary>
		<author><name>Sgouttard</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:RicianNoiseFilter&amp;diff=16097</id>
		<title>Modules:RicianNoiseFilter</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:RicianNoiseFilter&amp;diff=16097"/>
		<updated>2010-05-20T19:57:24Z</updated>

		<summary type="html">&lt;p&gt;Sgouttard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Module Name===&lt;br /&gt;
Rician Noise Removal in Diffusion Tensor MRI (DWI and tensors)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RicianTensorCorrectionImage.png|thumb|280px|Caption 1]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Filtering DWI and tensors&lt;br /&gt;
Note: this filter is available on NITRC at: http://www.nitrc.org/projects/dtiricianrem&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Saurav Basu: University of Utah&lt;br /&gt;
* Tom Fletcher, University of Utah&lt;br /&gt;
* Ross Whitaker, University of Utah&lt;br /&gt;
* Sylvain Gouttard, University of Utah&lt;br /&gt;
* Contact: Tom Fletcher&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
Rician noise introduces a bias into MRI measurements that can have a signiﬁcant impact on the shapes and orientations of tensors in diﬀusion tensor magnetic resonance images. This is less of a problem in structural MRI, because this bias is signal dependent and it does not seriously impair tissue identiﬁcation or clinical diagnoses. However, diﬀusion imaging is used extensively for quantitative evaluations, and the tensors used in those evaluations are biased in ways that depend on orientation and signal levels. This module implements the algorithm developed by Basu, et al. for ﬁltering diﬀusion tensor magnetic resonance images. The method is a maximum a posteriori estimation technique that operates directly on the diﬀusion weighted images and accounts for the biases introduced by Rician noise. We account for Rician noise through a data likelihood term that is combined with a spatial smoothing prior. Also included in the module are several other approaches from the literature, including methods that ﬁlter diffusion weighted imagery and those that operate directly on the diﬀusion tensors. These methods are compared in [Basu, et al. 2006], where it is shown that the Rician filter gives the best overall results.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===DWI filtering===&lt;br /&gt;
&lt;br /&gt;
Usage&lt;br /&gt;
--------------&lt;br /&gt;
dwiFilter &amp;lt;arguments&amp;gt;&lt;br /&gt;
Arguments:&lt;br /&gt;
1. Input File Name&lt;br /&gt;
2. Output File Name&lt;br /&gt;
3. NumIterations&lt;br /&gt;
4. Conductance&lt;br /&gt;
5. TimeStep&lt;br /&gt;
6. Filter Type : (Simple Aniso-0,Chi Squared-1,Rician-2,Gaussian-3)&lt;br /&gt;
7. Sigma for bias correction&lt;br /&gt;
8. Lamda (Rician Correction Term)&lt;br /&gt;
9. Lamda (Gaussian Correction Term)&lt;br /&gt;
&lt;br /&gt;
Argument Description:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Input File Name&amp;gt; &lt;br /&gt;
Name of the DWI file to be filtered. For example&lt;br /&gt;
&amp;lt;noisyDWI_10.nhdr&amp;gt; is a noisy DWI file provided&lt;br /&gt;
in the data directory. It was generated by adding &lt;br /&gt;
synthetic Rician noise with a sigma=10 to a cleanDWI.nhdr&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Output File Name&amp;gt;&lt;br /&gt;
Name of the filtered DWI file. For example&lt;br /&gt;
&amp;lt;filteredDWI.nhdr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;NumIterations&amp;gt;&lt;br /&gt;
Number of iterations you want to run the filter for.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Conductance&amp;gt;&lt;br /&gt;
The value of the conductance term in anisotropic &lt;br /&gt;
diffusion filtering (Ex: 1.0)&lt;br /&gt;
Note: Large Conductance will oversmooth the image&lt;br /&gt;
It is important to tune the conductance to obtain&lt;br /&gt;
best results.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Time Step&amp;gt;&lt;br /&gt;
This determines the step size in the gradient&lt;br /&gt;
descent. It can be atmost 0.0625.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Filter Type&amp;gt;&lt;br /&gt;
Can Take 3 values:&lt;br /&gt;
0 means perform simple anisotropic diffusion&lt;br /&gt;
   &lt;br /&gt;
* - 1 means perform Chi-Squared smoothing (square the image and perform anisotropic diffusion and then subtract the variance of the noise, and take square root. (The square of a Rice distribution is a Chi Squared distribution with known bias equal to the variance of the noise) (Refer:Max likelihood Est. of Rician Ditribution Parameters. Sijbers et. al)&lt;br /&gt;
* - 2 means Perform Rician bias correction filtering.(Refer: Rician Noise Removal in DT-MRI.)&lt;br /&gt;
* - 3 is same as 2 except use a Gaussian Attachment Term .&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Sigma&amp;gt;&lt;br /&gt;
Estimate of noise in the data.&lt;br /&gt;
This can be done by squaring the airvoxels&lt;br /&gt;
in the real data. The sum of square of all&lt;br /&gt;
the intensities in the air region should equal&lt;br /&gt;
2*variance of the noise in the data.&lt;br /&gt;
(Sijbers et. al)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;lamda1, lamda2&amp;gt;&lt;br /&gt;
The weights for the Rician and Gaussian &lt;br /&gt;
attachment terms. &lt;br /&gt;
&lt;br /&gt;
EXAMPLE&lt;br /&gt;
-------------&lt;br /&gt;
dwiFilter ../data/noisyDWI_10.nhdr filteredDWI.nhdr 1 1.0 0.0625 2 10 100 0&lt;br /&gt;
&lt;br /&gt;
Filters the noisyDWI_10.nhdr for 1 iteration with a conductance of 1.0&lt;br /&gt;
timeStep 0.0625 using Rician filtering with a Rician attachement term&lt;br /&gt;
weight of 100. The estimate of noise in the input image is a sigma of 10&lt;br /&gt;
The filtered image is filteredDWI.nhdr.&lt;br /&gt;
&lt;br /&gt;
===Tensor filtering===&lt;br /&gt;
&lt;br /&gt;
Usage&lt;br /&gt;
--------------&lt;br /&gt;
tensorDiffuse &amp;lt;Arguments&amp;gt;&lt;br /&gt;
1. FilterType:(0-Euclidean, 1-Log Space,2-Riemannian)&lt;br /&gt;
2. numIterations:Iterations For Anisotropic Diffusion&lt;br /&gt;
3. timeStep:timeStep Used in Anisotropic Diffusion&lt;br /&gt;
4. conductance:Conductance used for Anisotropic Diffusion&lt;br /&gt;
5. Input (filename of input data)&lt;br /&gt;
6. Output (filename of output data)&lt;br /&gt;
&lt;br /&gt;
Arguments 2,3,4 have the same meaning as described for dwiFilter (see above).&lt;br /&gt;
&lt;br /&gt;
Argument 1 describes the filter type&lt;br /&gt;
* - 0: Euclidean Space filtering (tensors are treated as 6-d vectors)&lt;br /&gt;
* - 1: Log Space filtering (Fast and Simple Calculus on Tensors in the Log-Euclidean Framework. In J. Duncan and G. Gerig, editors, Proceedings of the 8th Int. Conf. on Medical Image Computing and Computer-Assisted Intervention - MICCAI 2005, Part I, volume 3749 of LNCS, Palm Springs, CA, USA, October 26-29, pages 115-122, 2005. Springer Verlag)&lt;br /&gt;
* - 2. Riemannian Space Filtering(A Riemannian Framework for the Processing of Tensor-Valued Images. In Ole Fogh Olsen, Luc Florak, and Arjan Kuijper, editors, Deep Structure, Singularities, and Computer Vision (DSSCV), number 3753 of LNCS, pages 112-123, June 2005. Springer Verlag.)&lt;br /&gt;
&lt;br /&gt;
Currently, the Riemannian filter adjustment for negative eigen-values&lt;br /&gt;
is hard-coded in the source file.&lt;br /&gt;
&lt;br /&gt;
Argument 5 is the name of the noisyTensor input.&lt;br /&gt;
Argument 6 is the name of the output tensor file&lt;br /&gt;
&lt;br /&gt;
EXAMPLE&lt;br /&gt;
--------------&lt;br /&gt;
tensorFilter 2 1 0.0625 1.0 noisyTensor_10.nhdr FilteredTensor.nhrd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
List all the panels in your interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Follow this link to the Slicer3 bug tracker: &lt;br /&gt;
&lt;br /&gt;
http://na-mic.org/Mantis/main_page.php&lt;br /&gt;
&lt;br /&gt;
===Usability issues===&lt;br /&gt;
&lt;br /&gt;
Follow this link to the Slicer3 bug tracker. Please select the '''usability issue category''' when browsing or contributing:&lt;br /&gt;
&lt;br /&gt;
http://na-mic.org/Mantis/main_page.php&lt;br /&gt;
&lt;br /&gt;
===Source code &amp;amp; documentation===&lt;br /&gt;
&lt;br /&gt;
Customize following links for your module:&lt;br /&gt;
&lt;br /&gt;
http://www.na-mic.org/ViewVC/index.cgi/&lt;br /&gt;
&lt;br /&gt;
Links to documentation generated by doxygen:&lt;br /&gt;
&lt;br /&gt;
http://www.na-mic.org/Slicer/Documentation/Slicer3/html/&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgement===&lt;br /&gt;
This work is part of the National Alliance for Medical Image Computing&lt;br /&gt;
(NAMIC), funded by the National Institutes of Health through the NIH Roadmap&lt;br /&gt;
for Medical Research, Grant U54 EB005149. Information on the National Centers&lt;br /&gt;
for Biomedical Computing can be obtained from http://nihroadmap.nih.gov/&lt;br /&gt;
bioinformatics. Funding for this work has also been provided by Center for&lt;br /&gt;
Integrative Biomedical Computing, NIH NCRR Project 2-P41-RR12553-07. We&lt;br /&gt;
thank Weili Lin and Guido Gerig from the University of North Carolina for&lt;br /&gt;
providing us with the DW-MRI data. Glyph visualizations created with Teem&lt;br /&gt;
(http://teem.sf.net).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
Basu S, Fletcher T, Whitaker R. [http://www.slicer.org/pages/Special:PubDB_View?dspaceid=301 Rician Noise Removal in Diffusion Tensor MRI.] Med Image Comput Comput Assist Interv Int Conf Med Image Comput Comput Assist Interv. 2006;9(Pt 1):117-25.&lt;/div&gt;</summary>
		<author><name>Sgouttard</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/3.6&amp;diff=16096</id>
		<title>Documentation/3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/3.6&amp;diff=16096"/>
		<updated>2010-05-20T17:59:15Z</updated>

		<summary type="html">&lt;p&gt;Sgouttard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
3D Slicer is a flexible platform that can be easily extended to enable development of both interactive and batch processing tools for a variety of applications.  &lt;br /&gt;
 &lt;br /&gt;
3D Slicer provides image registration, processing of DTI (diffusion tractography), an interface to external devices for image guidance support, and GPU-enabled volume rendering, among other capabilities.  3D Slicer has a modular organization that allows the easy addition of new functionality and provides a number of generic features not available in competing tools. Finally, 3D Slicer is distributed under a non-restrictive BSD license.&lt;br /&gt;
&lt;br /&gt;
The interactive visualization capabilities of 3D Slicer include the ability to display arbitrarily oriented image slices, build surface models from image labels, and high performance and high performance volume rendering. 3D Slicer also supports a rich set of annotation features (fiducials and measurement widgets, customized colormaps). To the best of our knowledge, no individual segmentation tool provides such powerful visualization capabilities for the user as 3D Slicer. (These paragraphs were provided by A. Fedorov and C. Lisle)&lt;br /&gt;
&lt;br /&gt;
The 3.6 release of 3D Slicer contains significant changes both to the organization of the software and to the functionality. Please check the [[Announcements:Slicer3.6 |3.6 Announcement page]] for a list of those changes. The community contributing to Slicer 3.6 is and the following [[Announcments-3.6-Team|acknowledged here]]. &lt;br /&gt;
&lt;br /&gt;
*For information on how to use Slicer 3.6 please go to the [[Training|training]] pages.&lt;br /&gt;
*For information on how to obtain Slicer 3.6 please go to the [http://www.slicer.org/pages/Special:SlicerDownloads Download Pages].&lt;br /&gt;
*For sample data see [[SampleData|here]]&lt;br /&gt;
&lt;br /&gt;
=Main GUI=&lt;br /&gt;
&lt;br /&gt;
*[[Modules:MainApplicationGUI-Documentation-3.6| Main Application GUI]] (Wendy Plesniak) &lt;br /&gt;
*[[Modules:EventBindings-3.6| &amp;quot;Hot-keys&amp;quot; and Keyboard Shortcuts]] (Wendy Plesniak) &lt;br /&gt;
*[[Modules:Loading-Data-3.6| Loading Data]] (scenes, DICOM, volumes, models, fiducials, transforms, etc.)   (Wendy Plesniak)&lt;br /&gt;
*[[Modules:Saving-Documentation-3.6| Saving Data]] (scenes, volumes, models, fiducials, transforms, etc.)  (Wendy Plesniak)&lt;br /&gt;
*[[Modules:SceneSnapshots-3.6| Creating and Restoring Scene Snapshots]] (Wendy Plesniak)&lt;br /&gt;
*[[Modules:ExtensionsManagementWizard-Documentation-3.6| Extensions Management Wizard]] (Wendy Plesniak)&lt;br /&gt;
&lt;br /&gt;
=Modules=&lt;br /&gt;
&lt;br /&gt;
==Core==&lt;br /&gt;
*[[Modules:Welcome-Documentation-3.6| Welcome Module]] (Wendy Plesniak, Steve Pieper, Sonia Pujol, Ron Kikinis)&lt;br /&gt;
*[[Modules:Data-Documentation-3.6| Data Module]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Modules:Volumes-Documentation-3.6| Volumes Module]] (Alex Yarmarkovich, Steve Pieper) &lt;br /&gt;
**[[Modules:Volumes:Diffusion Editor-Documentation-3.6| Diffusion Editor]] (CF Westin)&lt;br /&gt;
*[[Modules:Slices-Documentation-3.6|Slices Module]] (Jim Miller) &lt;br /&gt;
*[[Modules:VolumeRendering-Documentation-3.6| Volume Rendering Module]] (Yanling Liu, Alex Yarmarkovich)&lt;br /&gt;
*[[Modules:Editor-Documentation-3.6|Editor]] (Steve Pieper)  &lt;br /&gt;
*[[Modules:Models-Documentation-3.6| Models Module]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Modules:Fiducials-Documentation-3.6| Fiducials Module]]  (Nicole Aucoin) &lt;br /&gt;
*[[Modules:Measurements-Documentation-3.6 | Measurements (rulers and angles) ]] (Nicole Aucoin)&lt;br /&gt;
*[[Modules:ROIModule-Documentation-3.6|ROI Module]] (Alex Yarmarkovich)&lt;br /&gt;
*[[Modules:Transforms-Documentation-3.6| Transforms Module]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Modules:Colors-Documentation-3.6| Color Module]] (Nicole Aucoin)&lt;br /&gt;
&lt;br /&gt;
==Wizards==&lt;br /&gt;
*[[Modules:ChangeTracker-Documentation-3.6|ChangeTracker]] (Andriy Fedorov)&lt;br /&gt;
*[[Modules:IA_FEMesh-Documentation-3.6|IA FE Meshing Module]] (Vincent Magnotta, Curt Lisle)&lt;br /&gt;
&lt;br /&gt;
==Informatics Modules==&lt;br /&gt;
*[[Modules:FetchMI-Documentation-3.6| Fetch Medical Informatics Module]] (Wendy Plesniak, Dan Marcus)  &lt;br /&gt;
*[[Modules:QueryAtlas-Documentation-3.6|Query Atlas Module]] (Wendy Plesniak)&lt;br /&gt;
&lt;br /&gt;
==Registration==&lt;br /&gt;
*[[Slicer3:Registration|'''Overview of all Registration Modules''' ]]: This page provides guidance for selecting the module that is optimal for your task.&lt;br /&gt;
*Fast Registration&lt;br /&gt;
**[[Modules:Transforms-Documentation-3.6|Transforms]]:  manual &amp;amp; interactive rigid registration , (Alex Yarmarkovich)&lt;br /&gt;
**[[Modules:AffineRegistration-Documentation-3.6|Fast Affine Registration]]:  automated fast affine registration , (Jim Miller)   &lt;br /&gt;
**[[Modules:RigidRegistration-Documentation-3.6|Fast Rigid Registration]]:  automated fast rigid (6 DOF) registration , (Jim Miller)  &lt;br /&gt;
**[[Modules:DeformableB-SplineRegistration-Documentation-3.6|Fast Nonrigid BSpline Registration]]: fast non-rigid registration , (Bill Lorensen)  &lt;br /&gt;
*Robust Registration&lt;br /&gt;
**[[Modules:RegisterImages-Documentation-3.6|Expert Automated Registration]]:  automated registration (rigid to affine to nonrigid) with extensive parameter options, robust initialization, variable DOF and masking options, (Casey Goodlett)&lt;br /&gt;
**[[Modules:RegisterImagesMultiRes-Documentation-3.6|Robust Multiresolution Affine Registration]]: affine registration in multi-resolution scheme, robust to large differences in initial position or image content ,  (Casey Goodlett)&lt;br /&gt;
** [[Modules:BRAINSDemonWarp|BRAINSDemonWarp]] Hans Johnson (hans-johnson@uiowa.edu).&lt;br /&gt;
** [[Modules:BRAINSFit|BRAINSFit]] Hans Johnson (hans-johnson@uiowa.edu).&lt;br /&gt;
** [[Modules:BRAINSResample|BRAINSResample]] Hans Johnson (hans-johnson@uiowa.edu).&lt;br /&gt;
*Brain Only Registration&lt;br /&gt;
**[[Modules:ACPCTransform-Documentation-3.6|ACPC Transform]]: calculate a transformation to align a single brain along theh AC-PC line (Nicole Aucoin)&lt;br /&gt;
*Non-Raster-Image Data Registration&lt;br /&gt;
**[[Modules:TransformFromFiducials-Documentation-3.6|Fiducial Registration]]: align two sets of fiducials (translation, rigid or similarity)  (Casey Goodlett)&lt;br /&gt;
**[[Modules:PythonSurfaceICPRegistration-Documentation-3.6|Surface Registration]]: automated surface-to-surface (model) registration (Luca Antiga, Daniel Blezek)&lt;br /&gt;
&lt;br /&gt;
==Segmentation==&lt;br /&gt;
*[[Modules:SegmentationOverview3.6|Overview]]&lt;br /&gt;
**[[Modules:EMSegmentTemplateBuilder3.6|EM Segment Template Builder 3.6]] (Kilian Pohl)  &lt;br /&gt;
**[[Modules:EMSegment-Command-Line3.6|EM Segment Command-Line]] (Kilian Pohl)  &lt;br /&gt;
**[[Modules:EMSegment-Simple3.6|EM Segment Simple]] (Kilian Pohl) &lt;br /&gt;
**[[Modules:FastMarchingSegmentation-Documentation-3.6|Fast Marching segmentation]] (Andriy Fedorov)&lt;br /&gt;
**[[Modules:OtsuThresholdSegmentation-Documentation-3.6|Otsu Threshold Segmentation]] (Bill Lorensen)&lt;br /&gt;
**[[Modules:Simple Region Growing-Documentation-3.6|Simple Region Growing]] (Jim Miller, Harini Veeraraghavan)  &lt;br /&gt;
**[[Modules:RobustStatisticsSeg-Documentation-3.6|RobustStatisticsSeg]] Yi Gao (yigao@gatech.edu).&lt;br /&gt;
**[[Modules:BRAINSROIAuto-Documentation-3.6|BRAINSROIAuto]] Hans Johnson (hans-johnson@uiowa.edu).&lt;br /&gt;
&lt;br /&gt;
==Quantification==&lt;br /&gt;
*[[Modules:LabelStatistics-Documentation-3.6|Label Statistics]] (Steve Pieper)&lt;br /&gt;
*[[Modules:PETCTFusion-Documentation-3.6 | PET/CT Fusion Module]] (Wendy Plesniak)&lt;br /&gt;
&lt;br /&gt;
==Diffusion MRI==&lt;br /&gt;
* [[Modules:DiffusionMRIWelcome-Documentation-3.6|Diffusion MRI Welcome Module]]&lt;br /&gt;
* DWI filtering&lt;br /&gt;
**[[Modules:JointRicianLMMSEImageFilter-Documentation-3.6|Joint Rician LMMSE Image Filter]] (Antonio Tristán Vega, Santiago Aja-Fernandez)   &lt;br /&gt;
**[[Modules:RicianLMMSEImageFilter-Documentation-3.6|Rician LMMSE Image Filter]] (Antonio Tristán Vega, Santiago Aja-Fernandez, Marc Niethammer, C-F Westin)  &lt;br /&gt;
**[[Modules:UnbiasedNonLocalMeans-Documentation-3.6|Unbiased Non Local Means filter for DWI]]  (Antonio Tristán Vega, Santiago Aja-Fernandez)  &lt;br /&gt;
* Diffusion tensor utilities&lt;br /&gt;
**[[Modules:DiffusionTensorEstimation-Documentation-3.6|Diffusion Tensor Estimation]] (Raul San Jose Estepar)   &lt;br /&gt;
**[[Modules:DiffusionTensorScalarMeasurements-Documentation-3.6 | Diffusion Tensor Scalar Measurements]] (Raul San Jose Estepar)  &lt;br /&gt;
**[[Modules:ResampleDTIVolume-Documentation-3.6|Resample DTI Volume]] (Francois Budin)&lt;br /&gt;
* Tractography&lt;br /&gt;
**[[Modules:ROISeeding-Documentation-3.6 | Label Seeding]] (Raul San Jose Estepar)   &lt;br /&gt;
**[[Modules:FiducialSeeding-Documentation-3.6|Fiducial Seeding]] (Alex Yarmarkovich, Steve Pieper) &lt;br /&gt;
**[[Modules:DTIDisplay-Documentation-3.6|FiberBundles]] (Alex Yarmarkovich) &lt;br /&gt;
**[[Modules:StochasticTractography-Documentation-3.6|Python Stochastic Tractography]] (Ryan Eckbo)   &lt;br /&gt;
**[[Modules:ROISelect-Documentation-3.6|ROI Select]] (Lauren O'Donnell)&lt;br /&gt;
&lt;br /&gt;
==IGT==&lt;br /&gt;
*[[Modules:OpenIGTLinkIF-Documentation-3.6| OpenIGTLinkIF Module]] (Junichi Tokuda)&lt;br /&gt;
*[[Modules:NeuroNav-Documentation-3.6| NeuroNav Module]] (Haiying Liu)&lt;br /&gt;
*[[Modules:ProstateNav-Documentation-3.6| ProstateNav Module]] (Junichi Tokuda, Andras Lasso)&lt;br /&gt;
*[[Modules:CollectFiducials-Documentation-3.6 | Collect Patient Fiducials ]] (Andrew Wiles)&lt;br /&gt;
*[[Modules:IGTToolSelector-Documentation-3.6 | IGT Tool Selector ]] (Andrew Wiles)&lt;br /&gt;
&lt;br /&gt;
==Time Series==&lt;br /&gt;
* [[Modules:FourDImage-Documentation-3.6|4D Image (Viewer)]] (Junichi Tokuda)&lt;br /&gt;
&lt;br /&gt;
==Filtering==&lt;br /&gt;
*[[Registration:Resampling|'''Overview of Resampling Tools''']]: available resampling methods, including tools to resample in place (e.g. change resolution or voxel anisotropy etc.)&lt;br /&gt;
*[[Modules:N4ITKBiasFieldCorrection-Documentation-3.6|N4 Bias Field Correction]] (Andriy Fedorov), based on most recent version of ITK&lt;br /&gt;
*[[Modules:MRIBiasFieldCorrection-Documentation-3.6|MRI Bias Field Correction]] (Sylvain Jaume)&lt;br /&gt;
*[[Modules:CheckerboardFilter-Documentation-3.6|Checkerboard Filter]] (Bill Lorensen, Jim Miller)&lt;br /&gt;
*[[Modules:HistogramMatching-Documentation-3.6|Histogram Matching]]  (Bill Lorensen, Xiaodong Tao)&lt;br /&gt;
*[[Modules:ImageLabelCombine-3.6|Image Label Combine]] (Alex Yarmarkovich)  &lt;br /&gt;
*[[Modules:ResampleVolume-Documentation-3.6|Resample Volume]] (Bill Lorensen)&lt;br /&gt;
*[[Modules:ResampleScalarVectorDWIVolume-Documentation-3.6|Resample Scalar/Vector/DWI Volume]] (Francois Budin)&lt;br /&gt;
*[[Modules:ModelTransform-Documentation-3.6|Model Transform]] (Alex Yarmarkovich)&lt;br /&gt;
*[[Modules:ThresholdImage-Documentation-3.6|Threshold Image]] (Nicole Aucoin)&lt;br /&gt;
*[[Modules:OtsuThreshold-Documentation-3.6|Otsu Threshold]] (Bill Lorensen) &lt;br /&gt;
*Arithmetic&lt;br /&gt;
**[[Modules:AddImages-Documentation-3.6|Add Images]] (Harini Veeraraghavan) &lt;br /&gt;
**[[Modules:SubtractImages-Documentation-3.6|Subtract Images]] (Harini Veeraraghavan)  &lt;br /&gt;
** [[Modules:CastImage-Documentation-3.6|Cast Image]] (Nicole Aucoin) &lt;br /&gt;
** [[Modules:MaskImage-Documentation-3.6|Mask Image]] (Nicole Aucoin) Can be used to apply a mask such as a brain mask to a grey scale image&lt;br /&gt;
**[[Modules:MultiplyImages-Documentation-3.6|Multiply Images]] (Harini Veeraraghavan) &lt;br /&gt;
*Denoising&lt;br /&gt;
**[[Modules:GradientAnisotropicFilter-Documentation-3.6| Gradient Anisotropic Filter]]  (Bill Lorensen)&lt;br /&gt;
**[[Modules:CurvatureAnisotropicDiffusion-Documentation-3.6|Curvature Anisotropic Diffusion]] (Bill Lorensen)&lt;br /&gt;
**[[Modules:GaussianBlur-Documentation-3.6|Gaussian Blur]] (Julien Jomier, Stephen Aylward)&lt;br /&gt;
**[[Modules:MedianFilter-Documentation-3.6|Median Filter]] (Xiaodong Tao)  &lt;br /&gt;
*Morphology&lt;br /&gt;
**[[Modules:VotingBinaryHoleFilling-Documentation-3.6|Voting Binary Hole Filling]] (Jim Miller)  &lt;br /&gt;
**[[Modules:GrayscaleFillHole-Documentation-3.6|Grayscale Fill Hole]] (Bill Lorensen)&lt;br /&gt;
**[[Modules:GrayscaleGrindPeak-Documentation-3.6|Grayscale Grind Peak]] (Bill Lorensen)&lt;br /&gt;
&lt;br /&gt;
==Surface Models==&lt;br /&gt;
*[[Modules:ModelMaker-Documentation-3.6| ModelMaker]] (Nicole Aucoin) &lt;br /&gt;
*[[Modules:GrayscaleModelMaker-Documentation-3.6|Grayscale Model Maker]] (Bill Lorensen)&lt;br /&gt;
*[[Modules:MeshContourSegmentation-Documentation-3.6|Mesh Contour Segmentation]] (Peter Karasev)  &lt;br /&gt;
*[[Modules:PythonSurfaceConnectivity-Documentation-3.6| Surface Connectivity]] (Luca Antiga, Daniel Blezek)&lt;br /&gt;
*[[Modules:PythonSurfaceToolbox-Documentation-3.6| Surface Toolbox]] (Luca Antiga, Daniel Blezek) &lt;br /&gt;
*[[Modules:ClipModel-Documentation-3.6| Clip Model]] (Alex Yarmarkovich)  &lt;br /&gt;
*[[Modules:Model_Into_Label_Volume_Documentation-3.6| Model into Label Volume]] (Nicole Aucoin)&lt;br /&gt;
*[[Modules:MergeModels-Documentation-3.6| Merge Models]] (Nicole Aucoin)&lt;br /&gt;
*[[Modules:ModelMirror-Documentation-3.6| Model Mirror]] (Wendy Plesniak) &lt;br /&gt;
*[[Modules:PolyDatToLabelmap-Documentation-3.6| PolyDataToLabelmap]] (Xiaodong Tao, Nicole Aucoin)&lt;br /&gt;
&lt;br /&gt;
==Converters==&lt;br /&gt;
*[[Modules:CropVolume-Documentation-3.6|Crop Volume]] (previously ExtractSubvolumeROI) (Andriy Fedorov)&lt;br /&gt;
*[[Modules:CreateaDicomSeries-Documentation-3.6|Create a Dicom Series]]  (Xiaodong Tao)  &lt;br /&gt;
*[[Modules:DicomToNRRD-3.6|Dicom to NRRD]] (Xiaodong Tao)&lt;br /&gt;
*[[Modules:OrientImages-Documentation-3.6|Orient Images]]  (Xiaodong Tao)  &lt;br /&gt;
*[[Modules:PythonExplodeVolumeTransform-Documentation-3.6| Explode Volume Transform]] (Luca Antiga, Daniel Blezek)&lt;br /&gt;
&lt;br /&gt;
==Endoscopy==&lt;br /&gt;
* [[Modules:Endoscopy-Documentation-3.6|Virtual Endoscopy]] (Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Slicer Extensions==&lt;br /&gt;
&lt;br /&gt;
[[Documentation-3.6:ExtensionStatus|Extension Status]]&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
* Slicer Extensions are a mechanism for anybody, including third parties, to provide modules which extend the functionality of 3d Slicer.&lt;br /&gt;
*'''While the Slicer license is suggested, it is not required for extensions. Please review the documentation of the extension carefully.'''&lt;br /&gt;
* For a subset of extensions, you can use the extension wizard in Slicer to find their webpages and to install/uninstall individual extensions. In case of problems with those modules, please talk directly to the developers of the extensions.&lt;br /&gt;
* The version that is available through the extension manager is chosen by the developer of that extension&lt;br /&gt;
&lt;br /&gt;
'''Available Extensions'''&lt;br /&gt;
&lt;br /&gt;
* Segmentation&lt;br /&gt;
** [[Modules:ABC-Documentation-3.5|ABC]] Marcel Prastawa (prastawa@sci.utah.edu) (a.k.a. Atlas Based Classification) '''Not yet 3.6'''. &lt;br /&gt;
** [[Modules:FuzzySegmentationModule|FuzzySegmentationModule]] Xiaodong Tao (taox at research.ge.com) .&lt;br /&gt;
** [[Modules:SpineSegmentation-Documentation-3.6|SpineSegmentation]] Sylvain Jaume (sylvain@csail.mit.edu). &lt;br /&gt;
** [[Image:MissingOrStaleDoc.png]][[Modules:SkullStripperModule|SkullStripperModule]] Xiaodong Tao (taox@research.ge.com). &lt;br /&gt;
* Registration&lt;br /&gt;
**Robust&lt;br /&gt;
*** [[Modules:CMTK|CMTK]] Torsten Rohlfing (torsten@synapse.sri.com) (a.k.a. Computational Morphometry Toolkit)  &lt;br /&gt;
*** [[Modules:HammerRegistration|HammerRegistration]] GuorongWu, XiaodongTao, JimMiller, DinggangShen (dgshen@med.unc.edu). &lt;br /&gt;
*** [[Modules:Plastimatch|Plastimatch]] Greg Sharp (gcsharp@partners.org).&lt;br /&gt;
* Wizards&lt;br /&gt;
** [[Modules:ARCTIC-Documentation-3.6|ARCTIC]] Cedric Mathieu and Clement Vachet (cvachet@email.unc.edu) (a.k.a Automatic Regional Cortical ThICkness) . &lt;br /&gt;
** [[Modules:LesionSegmentationApplications-Documentation-3.6|LesionSegmentationApplications]] Mark Scully (mscully@mrn.org) (a.k.a. 3DSlicerLupusLesionModule) .&lt;br /&gt;
* Tractography&lt;br /&gt;
** [[Modules:EMDTIClustering-Documentation-3.6|EMFiberClusteringModule]] Mahnaz Maddah (mmaddah@alum.mit.edu) (a.k.a. Quantitative Diffusion Tools).&lt;br /&gt;
* DWI&lt;br /&gt;
** [[Modules:RicianNoiseFilter|RicianNoiseFilter]] Ross Whitaker (whitaker@cs.utah.edu) .&lt;br /&gt;
* Time Series&lt;br /&gt;
** [[Modules:FourDAnalysis-Documentation-3.6|4D Analysis (Time-series plotting and analysis including kinetic analysis of DCE MRI)]] Junichi Tokuda (tokuda@bwh.harvard.edu)&lt;br /&gt;
* Quantification&lt;br /&gt;
** [[Modules:LabelDiameterEstimation-Documentation-3.6|LabelDiameterEstimation]] Andriy Fedorov (fedorov@bwh.harvard.edu) . &lt;br /&gt;
* [[Image:Slicervmtk_logo.png|right|150px]] The Vascular Modeling Toolkit in 3D Slicer, Daniel Haehn (haehn@bwh.harvard.edu)&lt;br /&gt;
&lt;br /&gt;
:*[[Modules:VMTKSlicerModule|VmtkSlicerModule]] prerequisite install for all VMTK plug-ins&lt;br /&gt;
&lt;br /&gt;
:*[[Modules:VMTKCenterlines|VMTKCenterlines]] providing centerline computation of surface models&lt;br /&gt;
&lt;br /&gt;
:*[[Modules:VMTKEasyLevelSetSegmentation|VMTKEasyLevelSetSegmentation]] providing level-set segmentation of vessels, aneurysms and tubular structures using an easy interface&lt;br /&gt;
&lt;br /&gt;
:*[[Modules:VMTKLevelSetSegmentation|VMTKLevelSetSegmentation]] providing level-set segmentation of vessels, aneurysms and tubular structures using different algorithms for initialization and evolution&lt;br /&gt;
&lt;br /&gt;
:*[[Modules:VMTKVesselEnhancement|VMTKVesselEnhancement]] providing vessel enhancement filters to highlight vascular or tubular structures&lt;br /&gt;
&lt;br /&gt;
'''Installation Instructions'''&lt;br /&gt;
*Click on the cogwheel icon to start the extensions wizard (highlighted in red)&lt;br /&gt;
[[image:Slicertoolbar.png|Extensions Wizard]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Slicer-3.4.1-extension-manager-2009-10-02.png|thumb|right|Extension manager dialog box]]&lt;br /&gt;
To add extension modules to an installed binary of slicer:&lt;br /&gt;
* Use the View-&amp;gt;Extension Manager menu option&lt;br /&gt;
* The dialog will be initialized with the URL to the extensions that have been compiled to match your binary of slicer.&lt;br /&gt;
** '''Note''' installing extensions from a different repository URL is likely to be unstable due to platform and software version differences.&lt;br /&gt;
** You can select a local install directory for your downloaded extensions (be sure to choose a directory with enough free space).&lt;br /&gt;
* Select the extensions you wish to install and click to download them.  Installed extensions will be available when you restart slicer.&lt;br /&gt;
* To turn modules on or off, you can use the Module Settings page of the View-&amp;gt;Application Settings dialog.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Info for Developers'''&lt;br /&gt;
&lt;br /&gt;
*We are using NITRC as the primary repository for contributed extensions. As a general rule, we do not test the extensions ourselves. Use them at your own risk.&lt;br /&gt;
*Click [http://www.nitrc.org/search/?type_of_search=soft&amp;amp;words=slicer3&amp;amp;Search.x=0&amp;amp;Search.y=0&amp;amp;Search=Search  here] to see a listing of Slicer 3 extensions on NITRC.&lt;br /&gt;
&lt;br /&gt;
*Extensions are compiled as part of the nightly build. In order to have your extension compiled nightly and made available to end users, please contact the Slicer team. For explanations for developers see [[Slicer3:Extensions| here]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Image:MissingOrStaleDoc.png]][[Modules:ExampleCommandLine|ExampleCommandLine]] Jim Miller &lt;br /&gt;
&lt;br /&gt;
* [[Image:MissingOrStaleDoc.png]][[Modules:ExampleLoadableGuiLessModule|ExampleLoadableGuiLessModule]] Steve Pieper &lt;br /&gt;
&lt;br /&gt;
* [[Image:MissingOrStaleDoc.png]][[Modules:ExampleLoadableModule|ExampleLoadableModule]] Steve Pieper &lt;br /&gt;
&lt;br /&gt;
* [[Image:MissingOrStaleDoc.png]][[Modules:PythonSampleScriptedModule|PythonSampleScriptedModule]] Steve Pieper &lt;br /&gt;
&lt;br /&gt;
* [[Image:MissingOrStaleDoc.png]][[Modules:TclSampleScriptedModule|TclSampleScriptedModule]] Steve Pieper&lt;br /&gt;
&lt;br /&gt;
=Other information=&lt;br /&gt;
&lt;br /&gt;
'''Developer Tools'''&lt;br /&gt;
*[[Modules:Cameras-Documentation-3.6| Camera Module]] (Sebastian Barre)&lt;br /&gt;
*Note: most developer tools are not documented for end users, but contain comments in the source code&lt;br /&gt;
&lt;br /&gt;
*[[Modules:EMSegmentBatch-Documentation-3.6|EM Segmenter batch]] (Julien Jomier, Brad Davis)&lt;br /&gt;
*[[Modules:GaussianBlurBatch-Documentation-3.6|Gaussian Blur batch]] (Julien Jomier, Stephen Aylward)&lt;br /&gt;
*[[Modules:RegisterImagesBatch-Documentation-3.6|Register Images batch]] (Julien Finet, Stephen Aylward)&lt;br /&gt;
*[[Modules:ResampleVolumeBatch-Documentation-3.6|Resample Volume batch]] (Julien Finet)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Non-SPL Supported Compatibility Packages'''&lt;br /&gt;
* [[Modules:BioImageSuite|BioImageSuite]] Xenios Papademtrios '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''QA Table'''&lt;br /&gt;
&lt;br /&gt;
[[Slicer-3.6-QA|Slicer 3.6 QA table]]&lt;br /&gt;
&lt;br /&gt;
'''Modules'''&lt;br /&gt;
*Please copy the template linked below, paste it into your page and customize it with your module's information.&lt;br /&gt;
[[Slicer3:Module_Documentation-3.6_Template|Slicer3:Module_Documentation-3.6_Template]] &lt;br /&gt;
*See Requirements for Modules for info to be put into the Help and Acknowledgment Tabs&lt;br /&gt;
*To put your lab's logo into a module, see [[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3|here]]&lt;br /&gt;
&lt;br /&gt;
Please adhere to the naming scheme for the module documentation:&lt;br /&gt;
*[ [Modules:MyModuleNameNoSpaces-Documentation-3.6|My Module Name With Spaces] ] (First Last Name)&lt;br /&gt;
&lt;br /&gt;
'''Requirements for Modules'''&lt;br /&gt;
{| border=&amp;quot;00&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;| &lt;br /&gt;
* The module is '''feature complete''', it does everything that it advertises it can do&lt;br /&gt;
* The module has a '''test'''. See [http://wiki.na-mic.org/Wiki/index.php/Slicer3:Execution_Model_Testing '''here'''] for more information.&lt;br /&gt;
* Module has '''documentation''' on the [[Documentation-3.5#Modules|Slicer wiki]]. Please use the template provided [[Documentation-3.6#Modules|'''here''']] to structure your page. Please keep in mind that our users are not computer scientists with a background in computer vision.&lt;br /&gt;
*Please add a pointer to the documentation on the Slicer wiki to the the '''Help''' tab of the module. See the '''Editor module''' in Slicer for an example.&lt;br /&gt;
* The contributor (and their manager/advisor), the lab (with labs/institution logo) and the funding source (with grant number, logo optional) are listed in the '''Acknowledegment''' tab of the module. Please see the '''Models module''' for an example. The people listed in the acknowledgement will be the primary people for support and maintenance relative of the module. [[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3|See here for more information.]]&lt;br /&gt;
** '''Style Guide:''' All acknowledgment icons should be 100x100 pixels, preferably in png format.&lt;br /&gt;
** '''Accessing logos:''' Icons for BIRN, NAC, NA-MIC and IGT are included in Slicer3/Base/GUI//vtkSlicerBaseAcknowledgementLogoIcons.cxx/h and resources for them are in Slicer3/Base/GUI/Resources/vtkSlicerBaseAcknowledgementLogos_ImageData.h. The API for vtkSlicerModuleGUI provides access to these icons. &lt;br /&gt;
** '''Adding logos:''' Please add additional image resources and logo icons to these files as required in order to promote shared use (and to prevent duplication in the code.)&lt;br /&gt;
* Many modules are better suited to be [[Documentation-3.4#Extensions_for_Downloading|downloadable extensions]].  The same module creation guidelines apply, but the actual implementation is done outside of the slicer source code repository.&lt;br /&gt;
* Follow [[Documentation-3.5-Rons-Rules|'''Ron's rules for tools''']]&lt;br /&gt;
| style=&amp;quot;background: #e5e5e5&amp;quot; align=&amp;quot;center&amp;quot;| Examples for the Help and &lt;br /&gt;
Acknowledgment Panels&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #ebeced&amp;quot;|[[Image:SlicerHelpExample.png|center|200px]][[Image:SlicerAcknowledgementExample.png|center|200px]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Please adhere to the naming scheme for the module documentation:&lt;br /&gt;
*[[Modules:MyModuleNameNoSpaces-Documentation-3.6|My Module Name With Spaces] ] (First Last Name)&lt;br /&gt;
&lt;br /&gt;
=Documentation Draft notes=&lt;br /&gt;
Key for flagged modules below:&lt;br /&gt;
&lt;br /&gt;
[[Image:MissingOrStaleDoc.png]]: No 3.6 Documentation&lt;br /&gt;
&lt;br /&gt;
[[Image:MissingOrStaleDocLink.png]]: Missing or stale link to 3.6 Documentation from Help Panel in software module. If you're not sure how/where to add the link and module description:&lt;br /&gt;
* for command line modules, see other xml files (such as that for the GradientAnisotropicDiffusion Module) for an example of how to add documentation and links to wiki help.&lt;br /&gt;
* for interactive modules, see other modules in Base/GUI for an example.&lt;br /&gt;
&lt;br /&gt;
[[Image:WeakDoc.png]]: Weak or Incomplete 3.6 Documentation&lt;/div&gt;</summary>
		<author><name>Sgouttard</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:RicianNoiseFilter&amp;diff=16095</id>
		<title>Modules:RicianNoiseFilter</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:RicianNoiseFilter&amp;diff=16095"/>
		<updated>2010-05-20T16:32:01Z</updated>

		<summary type="html">&lt;p&gt;Sgouttard: Created page with '===Module Name=== Rician Noise Removal in Diffusion Tensor MRI (DWI and tensors)  {| |Caption 1 |}  == General Information =…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Module Name===&lt;br /&gt;
Rician Noise Removal in Diffusion Tensor MRI (DWI and tensors)&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RicianTensorCorrectionImage.png|thumb|280px|Caption 1]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Filtering DWI and tensors&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Saurav Basu: University of Utah&lt;br /&gt;
* Tom Fletcher, University of Utah&lt;br /&gt;
* Ross Whitaker, University of Utah&lt;br /&gt;
* Sylvain Gouttard, University of Utah&lt;br /&gt;
* Contact: Tom Fletcher&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
Rician noise introduces a bias into MRI measurements that can have a signiﬁcant impact on the shapes and orientations of tensors in diﬀusion tensor magnetic resonance images. This is less of a problem in structural MRI, because this bias is signal dependent and it does not seriously impair tissue identiﬁcation or clinical diagnoses. However, diﬀusion imaging is used extensively for quantitative evaluations, and the tensors used in those evaluations are biased in ways that depend on orientation and signal levels. This module implements the algorithm developed by Basu, et al. for ﬁltering diﬀusion tensor magnetic resonance images. The method is a maximum a posteriori estimation technique that operates directly on the diﬀusion weighted images and accounts for the biases introduced by Rician noise. We account for Rician noise through a data likelihood term that is combined with a spatial smoothing prior. Also included in the module are several other approaches from the literature, including methods that ﬁlter diffusion weighted imagery and those that operate directly on the diﬀusion tensors. These methods are compared in [Basu, et al. 2006], where it is shown that the Rician filter gives the best overall results.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===DWI filtering===&lt;br /&gt;
&lt;br /&gt;
Usage&lt;br /&gt;
--------------&lt;br /&gt;
dwiFilter &amp;lt;arguments&amp;gt;&lt;br /&gt;
Arguments:&lt;br /&gt;
1. Input File Name&lt;br /&gt;
2. Output File Name&lt;br /&gt;
3. NumIterations&lt;br /&gt;
4. Conductance&lt;br /&gt;
5. TimeStep&lt;br /&gt;
6. Filter Type : (Simple Aniso-0,Chi Squared-1,Rician-2,Gaussian-3)&lt;br /&gt;
7. Sigma for bias correction&lt;br /&gt;
8. Lamda (Rician Correction Term)&lt;br /&gt;
9. Lamda (Gaussian Correction Term)&lt;br /&gt;
&lt;br /&gt;
Argument Description:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Input File Name&amp;gt; &lt;br /&gt;
Name of the DWI file to be filtered. For example&lt;br /&gt;
&amp;lt;noisyDWI_10.nhdr&amp;gt; is a noisy DWI file provided&lt;br /&gt;
in the data directory. It was generated by adding &lt;br /&gt;
synthetic Rician noise with a sigma=10 to a cleanDWI.nhdr&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Output File Name&amp;gt;&lt;br /&gt;
Name of the filtered DWI file. For example&lt;br /&gt;
&amp;lt;filteredDWI.nhdr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;NumIterations&amp;gt;&lt;br /&gt;
Number of iterations you want to run the filter for.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Conductance&amp;gt;&lt;br /&gt;
The value of the conductance term in anisotropic &lt;br /&gt;
diffusion filtering (Ex: 1.0)&lt;br /&gt;
Note: Large Conductance will oversmooth the image&lt;br /&gt;
It is important to tune the conductance to obtain&lt;br /&gt;
best results.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Time Step&amp;gt;&lt;br /&gt;
This determines the step size in the gradient&lt;br /&gt;
descent. It can be atmost 0.0625.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Filter Type&amp;gt;&lt;br /&gt;
Can Take 3 values:&lt;br /&gt;
0 means perform simple anisotropic diffusion&lt;br /&gt;
   &lt;br /&gt;
* - 1 means perform Chi-Squared smoothing (square the image and perform anisotropic diffusion and then subtract the variance of the noise, and take square root. (The square of a Rice distribution is a Chi Squared distribution with known bias equal to the variance of the noise) (Refer:Max likelihood Est. of Rician Ditribution Parameters. Sijbers et. al)&lt;br /&gt;
* - 2 means Perform Rician bias correction filtering.(Refer: Rician Noise Removal in DT-MRI.)&lt;br /&gt;
* - 3 is same as 2 except use a Gaussian Attachment Term .&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Sigma&amp;gt;&lt;br /&gt;
Estimate of noise in the data.&lt;br /&gt;
This can be done by squaring the airvoxels&lt;br /&gt;
in the real data. The sum of square of all&lt;br /&gt;
the intensities in the air region should equal&lt;br /&gt;
2*variance of the noise in the data.&lt;br /&gt;
(Sijbers et. al)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;lamda1, lamda2&amp;gt;&lt;br /&gt;
The weights for the Rician and Gaussian &lt;br /&gt;
attachment terms. &lt;br /&gt;
&lt;br /&gt;
EXAMPLE&lt;br /&gt;
-------------&lt;br /&gt;
dwiFilter ../data/noisyDWI_10.nhdr filteredDWI.nhdr 1 1.0 0.0625 2 10 100 0&lt;br /&gt;
&lt;br /&gt;
Filters the noisyDWI_10.nhdr for 1 iteration with a conductance of 1.0&lt;br /&gt;
timeStep 0.0625 using Rician filtering with a Rician attachement term&lt;br /&gt;
weight of 100. The estimate of noise in the input image is a sigma of 10&lt;br /&gt;
The filtered image is filteredDWI.nhdr.&lt;br /&gt;
&lt;br /&gt;
===Tensor filtering===&lt;br /&gt;
&lt;br /&gt;
Usage&lt;br /&gt;
--------------&lt;br /&gt;
tensorDiffuse &amp;lt;Arguments&amp;gt;&lt;br /&gt;
1. FilterType:(0-Euclidean, 1-Log Space,2-Riemannian)&lt;br /&gt;
2. numIterations:Iterations For Anisotropic Diffusion&lt;br /&gt;
3. timeStep:timeStep Used in Anisotropic Diffusion&lt;br /&gt;
4. conductance:Conductance used for Anisotropic Diffusion&lt;br /&gt;
5. Input (filename of input data)&lt;br /&gt;
6. Output (filename of output data)&lt;br /&gt;
&lt;br /&gt;
Arguments 2,3,4 have the same meaning as described for dwiFilter (see above).&lt;br /&gt;
&lt;br /&gt;
Argument 1 describes the filter type&lt;br /&gt;
* - 0: Euclidean Space filtering (tensors are treated as 6-d vectors)&lt;br /&gt;
* - 1: Log Space filtering (Fast and Simple Calculus on Tensors in the Log-Euclidean Framework. In J. Duncan and G. Gerig, editors, Proceedings of the 8th Int. Conf. on Medical Image Computing and Computer-Assisted Intervention - MICCAI 2005, Part I, volume 3749 of LNCS, Palm Springs, CA, USA, October 26-29, pages 115-122, 2005. Springer Verlag)&lt;br /&gt;
* - 2. Riemannian Space Filtering(A Riemannian Framework for the Processing of Tensor-Valued Images. In Ole Fogh Olsen, Luc Florak, and Arjan Kuijper, editors, Deep Structure, Singularities, and Computer Vision (DSSCV), number 3753 of LNCS, pages 112-123, June 2005. Springer Verlag.)&lt;br /&gt;
&lt;br /&gt;
Currently, the Riemannian filter adjustment for negative eigen-values&lt;br /&gt;
is hard-coded in the source file.&lt;br /&gt;
&lt;br /&gt;
Argument 5 is the name of the noisyTensor input.&lt;br /&gt;
Argument 6 is the name of the output tensor file&lt;br /&gt;
&lt;br /&gt;
EXAMPLE&lt;br /&gt;
--------------&lt;br /&gt;
tensorFilter 2 1 0.0625 1.0 noisyTensor_10.nhdr FilteredTensor.nhrd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
List all the panels in your interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Follow this link to the Slicer3 bug tracker: &lt;br /&gt;
&lt;br /&gt;
http://na-mic.org/Mantis/main_page.php&lt;br /&gt;
&lt;br /&gt;
===Usability issues===&lt;br /&gt;
&lt;br /&gt;
Follow this link to the Slicer3 bug tracker. Please select the '''usability issue category''' when browsing or contributing:&lt;br /&gt;
&lt;br /&gt;
http://na-mic.org/Mantis/main_page.php&lt;br /&gt;
&lt;br /&gt;
===Source code &amp;amp; documentation===&lt;br /&gt;
&lt;br /&gt;
Customize following links for your module:&lt;br /&gt;
&lt;br /&gt;
http://www.na-mic.org/ViewVC/index.cgi/&lt;br /&gt;
&lt;br /&gt;
Links to documentation generated by doxygen:&lt;br /&gt;
&lt;br /&gt;
http://www.na-mic.org/Slicer/Documentation/Slicer3/html/&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgement===&lt;br /&gt;
This work is part of the National Alliance for Medical Image Computing&lt;br /&gt;
(NAMIC), funded by the National Institutes of Health through the NIH Roadmap&lt;br /&gt;
for Medical Research, Grant U54 EB005149. Information on the National Centers&lt;br /&gt;
for Biomedical Computing can be obtained from http://nihroadmap.nih.gov/&lt;br /&gt;
bioinformatics. Funding for this work has also been provided by Center for&lt;br /&gt;
Integrative Biomedical Computing, NIH NCRR Project 2-P41-RR12553-07. We&lt;br /&gt;
thank Weili Lin and Guido Gerig from the University of North Carolina for&lt;br /&gt;
providing us with the DW-MRI data. Glyph visualizations created with Teem&lt;br /&gt;
(http://teem.sf.net).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
Basu S, Fletcher T, Whitaker R. [http://www.slicer.org/pages/Special:PubDB_View?dspaceid=301 Rician Noise Removal in Diffusion Tensor MRI.] Med Image Comput Comput Assist Interv Int Conf Med Image Comput Comput Assist Interv. 2006;9(Pt 1):117-25.&lt;/div&gt;</summary>
		<author><name>Sgouttard</name></author>
		
	</entry>
</feed>