<?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=Alexy</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=Alexy"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/wiki/Special:Contributions/Alexy"/>
	<updated>2026-06-15T12:03:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Labs/FiberTractMeasurementAndVisualization&amp;diff=40960</id>
		<title>Documentation/Labs/FiberTractMeasurementAndVisualization</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Labs/FiberTractMeasurementAndVisualization&amp;diff=40960"/>
		<updated>2015-02-24T18:35:22Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Motivation =&lt;br /&gt;
* Enable studies using fiber tract hierarchies to measure from many white matter structures&lt;br /&gt;
* Improve/Fix diffusion tractography visualization&lt;br /&gt;
&lt;br /&gt;
= Features =&lt;br /&gt;
* Measure diffusion data quantities from all scalar arrays and tensor arrays on fiber tracts&lt;br /&gt;
* Export into text file that is excel-readable&lt;br /&gt;
* Test and fix fiber tract visualization&lt;br /&gt;
* Test and fix diffusion tensor scalar measurements&lt;br /&gt;
&lt;br /&gt;
= Design and implementation =&lt;br /&gt;
&lt;br /&gt;
= To do lists for features and bugs =&lt;br /&gt;
&lt;br /&gt;
==Fiber Tract Measurements==&lt;br /&gt;
* 2. some values are nan and some are #NAN. The nan values seem to come from the scalar measures that look incorrect in visualization, and the other values are present for those tracts. There is a bug in vtkDiffusionTensorScalarMeasurements.cxx.&lt;br /&gt;
* 4. If all models in a particular hierarchy have no points (have NAN values), the overall output value should be NAN.&lt;br /&gt;
* 5. We need a test dataset with known output to make sure this is working. Lauren will make this dataset.&lt;br /&gt;
* 6. Output Text File must exist already or the module won't run. Work around: we created the text file first outside of slicer.  Would be great if the module created its own new output text file. &lt;br /&gt;
* 7. A nightly test is needed. This should be improving the test of vtkDiffusionTensorMathematics in vtkTeem&lt;br /&gt;
&lt;br /&gt;
==To be tested ==&lt;br /&gt;
* 1. tab delimited please: Added Tab/Comma/Space option to the module. Use --separator Tab/Comma/Space on the command line&lt;br /&gt;
* 3. Put num fibers and num points at the beginning of the list again.&lt;br /&gt;
* 8. fixed: Large numbers are reported in scientific notation with rounding. 1.51e+06 = 1514700, but the actual number of points was 1514703. Please don't round the integers because we want the number of points measured to be consistent.&lt;br /&gt;
* 9. BUG: Only the first hierarchy added to the scene can be measured from.&lt;br /&gt;
* 12. Bug: select multiple clusters with Ctrl and move into a child of the top-level hierarchy. Then, toggle visibility using the eye next to this hierarchy child node. Two bugs happen. Clusters will “jump out” of the hierarchy. Also, the visibility of the multiple clusters is not updated. [Note: at Project week this was found to be a general bug with hierarchies that MRML does not get updated with multiple nodes, only one node is actually moved.] '''Status''': multi-nodes selection is currently disabled. A slicer bug filed for support of multiple node re-parenting: http://www.na-mic.org/Bug/view.php?id=3936&lt;br /&gt;
* 10. When you move nodes within the hierarchy and then save it, the mrml file is not checked to be saved. This means slicer is not always aware that the mrml file has been modified. Bug fixed: http://www.na-mic.org/Bug/view.php?id=3966&lt;br /&gt;
&lt;br /&gt;
==Hierarchies==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Visualization==&lt;br /&gt;
* 11. There are bugs with scalar measures that are due either to a) incorrect computation (likely with the nan issue in the measurements) and/or b) scalar range not updating.&lt;br /&gt;
&lt;br /&gt;
==Finished==&lt;br /&gt;
* QNAN output in cluster is ok but propagated to hierarchy is not&lt;br /&gt;
* Please call Num_Polylines Num_Fibers instead so users can understand.&lt;br /&gt;
* what is the category of the module&amp;gt; should be under diffusion tractography&lt;br /&gt;
* Don’t skip clusters even if they have no points/lines. Put NAN at the cluster level for the measures, 0 for the points/lines, and then don’t propagate to the hierarchy level (skip it then)&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Labs/FiberTractMeasurementAndVisualization&amp;diff=40959</id>
		<title>Documentation/Labs/FiberTractMeasurementAndVisualization</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Labs/FiberTractMeasurementAndVisualization&amp;diff=40959"/>
		<updated>2015-02-24T17:56:45Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Motivation =&lt;br /&gt;
* Enable studies using fiber tract hierarchies to measure from many white matter structures&lt;br /&gt;
* Improve/Fix diffusion tractography visualization&lt;br /&gt;
&lt;br /&gt;
= Features =&lt;br /&gt;
* Measure diffusion data quantities from all scalar arrays and tensor arrays on fiber tracts&lt;br /&gt;
* Export into text file that is excel-readable&lt;br /&gt;
* Test and fix fiber tract visualization&lt;br /&gt;
* Test and fix diffusion tensor scalar measurements&lt;br /&gt;
&lt;br /&gt;
= Design and implementation =&lt;br /&gt;
&lt;br /&gt;
= To do lists for features and bugs =&lt;br /&gt;
&lt;br /&gt;
==Fiber Tract Measurements==&lt;br /&gt;
* 2. some values are nan and some are #NAN. The nan values seem to come from the scalar measures that look incorrect in visualization, and the other values are present for those tracts. There is a bug in vtkDiffusionTensorScalarMeasurements.cxx.&lt;br /&gt;
* 4. If all models in a particular hierarchy have no points (have NAN values), the overall output value should be NAN.&lt;br /&gt;
* 5. We need a test dataset with known output to make sure this is working. Lauren will make this dataset.&lt;br /&gt;
* 6. Output Text File must exist already or the module won't run. Work around: we created the text file first outside of slicer.  Would be great if the module created its own new output text file. &lt;br /&gt;
* 7. A nightly test is needed. This should be improving the test of vtkDiffusionTensorMathematics in vtkTeem&lt;br /&gt;
&lt;br /&gt;
==To be tested ==&lt;br /&gt;
* 1. tab delimited please: Added Tab/Comma/Space option to the module. Use --separator Tab/Comma/Space on the command line&lt;br /&gt;
* 3. Put num fibers and num points at the beginning of the list again.&lt;br /&gt;
* 8. fixed: Large numbers are reported in scientific notation with rounding. 1.51e+06 = 1514700, but the actual number of points was 1514703. Please don't round the integers because we want the number of points measured to be consistent.&lt;br /&gt;
* 9. BUG: Only the first hierarchy added to the scene can be measured from.&lt;br /&gt;
* 12. Bug: select multiple clusters with Ctrl and move into a child of the top-level hierarchy. Then, toggle visibility using the eye next to this hierarchy child node. Two bugs happen. Clusters will “jump out” of the hierarchy. Also, the visibility of the multiple clusters is not updated. [Note: at Project week this was found to be a general bug with hierarchies that MRML does not get updated with multiple nodes, only one node is actually moved.] '''Status''': multi-nodes selection is currently disabled. A slicer bug filed for support of multiple node re-parenting: http://www.na-mic.org/Bug/view.php?id=3936&lt;br /&gt;
&lt;br /&gt;
==Hierarchies==&lt;br /&gt;
* 10. When you move nodes within the hierarchy and then save it, the mrml file is not checked to be saved. This means slicer is not always aware that the mrml file has been modified.&lt;br /&gt;
&lt;br /&gt;
==Visualization==&lt;br /&gt;
* 11. There are bugs with scalar measures that are due either to a) incorrect computation (likely with the nan issue in the measurements) and/or b) scalar range not updating.&lt;br /&gt;
&lt;br /&gt;
==Finished==&lt;br /&gt;
* QNAN output in cluster is ok but propagated to hierarchy is not&lt;br /&gt;
* Please call Num_Polylines Num_Fibers instead so users can understand.&lt;br /&gt;
* what is the category of the module&amp;gt; should be under diffusion tractography&lt;br /&gt;
* Don’t skip clusters even if they have no points/lines. Put NAN at the cluster level for the measures, 0 for the points/lines, and then don’t propagate to the hierarchy level (skip it then)&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Labs/FiberTractMeasurementAndVisualization&amp;diff=40958</id>
		<title>Documentation/Labs/FiberTractMeasurementAndVisualization</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Labs/FiberTractMeasurementAndVisualization&amp;diff=40958"/>
		<updated>2015-02-24T17:56:04Z</updated>

		<summary type="html">&lt;p&gt;Alexy: /* To be tested */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Motivation =&lt;br /&gt;
* Enable studies using fiber tract hierarchies to measure from many white matter structures&lt;br /&gt;
* Improve/Fix diffusion tractography visualization&lt;br /&gt;
&lt;br /&gt;
= Features =&lt;br /&gt;
* Measure diffusion data quantities from all scalar arrays and tensor arrays on fiber tracts&lt;br /&gt;
* Export into text file that is excel-readable&lt;br /&gt;
* Test and fix fiber tract visualization&lt;br /&gt;
* Test and fix diffusion tensor scalar measurements&lt;br /&gt;
&lt;br /&gt;
= Design and implementation =&lt;br /&gt;
&lt;br /&gt;
= To do lists for features and bugs =&lt;br /&gt;
&lt;br /&gt;
==Fiber Tract Measurements==&lt;br /&gt;
* 2. some values are nan and some are #NAN. The nan values seem to come from the scalar measures that look incorrect in visualization, and the other values are present for those tracts. There is a bug in vtkDiffusionTensorScalarMeasurements.cxx.&lt;br /&gt;
* 4. If all models in a particular hierarchy have no points (have NAN values), the overall output value should be NAN.&lt;br /&gt;
* 5. We need a test dataset with known output to make sure this is working. Lauren will make this dataset.&lt;br /&gt;
* 6. Output Text File must exist already or the module won't run. Work around: we created the text file first outside of slicer.  Would be great if the module created its own new output text file. &lt;br /&gt;
* 7. A nightly test is needed. This should be improving the test of vtkDiffusionTensorMathematics in vtkTeem&lt;br /&gt;
&lt;br /&gt;
==To be tested ==&lt;br /&gt;
* 1. tab delimited please: Added Tab/Comma/Space option to the module. Use --separator Tab/Comma/Space on the command line&lt;br /&gt;
* 3. Put num fibers and num points at the beginning of the list again.&lt;br /&gt;
* 8. fixed: Large numbers are reported in scientific notation with rounding. 1.51e+06 = 1514700, but the actual number of points was 1514703. Please don't round the integers because we want the number of points measured to be consistent.&lt;br /&gt;
* 9. BUG: Only the first hierarchy added to the scene can be measured from.&lt;br /&gt;
* 12. Bug: select multiple clusters with Ctrl and move into a child of the top-level hierarchy. Then, toggle visibility using the eye next to this hierarchy child node. Two bugs happen. Clusters will “jump out” of the hierarchy. Also, the visibility of the multiple clusters is not updated. [Note: at Project week this was found to be a general bug with hierarchies that MRML does not get updated with multiple nodes, only one node is actually moved.] Status: multi-nodes selection is currently disabled. A slicer bug filed for support of multiple node re-parenting: http://www.na-mic.org/Bug/view.php?id=3936&lt;br /&gt;
&lt;br /&gt;
==Hierarchies==&lt;br /&gt;
* 10. When you move nodes within the hierarchy and then save it, the mrml file is not checked to be saved. This means slicer is not always aware that the mrml file has been modified.&lt;br /&gt;
&lt;br /&gt;
==Visualization==&lt;br /&gt;
* 11. There are bugs with scalar measures that are due either to a) incorrect computation (likely with the nan issue in the measurements) and/or b) scalar range not updating.&lt;br /&gt;
&lt;br /&gt;
==Finished==&lt;br /&gt;
* QNAN output in cluster is ok but propagated to hierarchy is not&lt;br /&gt;
* Please call Num_Polylines Num_Fibers instead so users can understand.&lt;br /&gt;
* what is the category of the module&amp;gt; should be under diffusion tractography&lt;br /&gt;
* Don’t skip clusters even if they have no points/lines. Put NAN at the cluster level for the measures, 0 for the points/lines, and then don’t propagate to the hierarchy level (skip it then)&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Labs/FiberTractMeasurementAndVisualization&amp;diff=40957</id>
		<title>Documentation/Labs/FiberTractMeasurementAndVisualization</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Labs/FiberTractMeasurementAndVisualization&amp;diff=40957"/>
		<updated>2015-02-24T17:55:43Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Motivation =&lt;br /&gt;
* Enable studies using fiber tract hierarchies to measure from many white matter structures&lt;br /&gt;
* Improve/Fix diffusion tractography visualization&lt;br /&gt;
&lt;br /&gt;
= Features =&lt;br /&gt;
* Measure diffusion data quantities from all scalar arrays and tensor arrays on fiber tracts&lt;br /&gt;
* Export into text file that is excel-readable&lt;br /&gt;
* Test and fix fiber tract visualization&lt;br /&gt;
* Test and fix diffusion tensor scalar measurements&lt;br /&gt;
&lt;br /&gt;
= Design and implementation =&lt;br /&gt;
&lt;br /&gt;
= To do lists for features and bugs =&lt;br /&gt;
&lt;br /&gt;
==Fiber Tract Measurements==&lt;br /&gt;
* 2. some values are nan and some are #NAN. The nan values seem to come from the scalar measures that look incorrect in visualization, and the other values are present for those tracts. There is a bug in vtkDiffusionTensorScalarMeasurements.cxx.&lt;br /&gt;
* 4. If all models in a particular hierarchy have no points (have NAN values), the overall output value should be NAN.&lt;br /&gt;
* 5. We need a test dataset with known output to make sure this is working. Lauren will make this dataset.&lt;br /&gt;
* 6. Output Text File must exist already or the module won't run. Work around: we created the text file first outside of slicer.  Would be great if the module created its own new output text file. &lt;br /&gt;
* 7. A nightly test is needed. This should be improving the test of vtkDiffusionTensorMathematics in vtkTeem&lt;br /&gt;
&lt;br /&gt;
==To be tested ==&lt;br /&gt;
* 1. tab delimited please: Added Tab/Comma/Space option to the module. Use --separator Tab/Comma/Space on the command line&lt;br /&gt;
* 3. Put num fibers and num points at the beginning of the list again.&lt;br /&gt;
* 8. fixed: Large numbers are reported in scientific notation with rounding. 1.51e+06 = 1514700, but the actual number of points was 1514703. Please don't round the integers because we want the number of points measured to be consistent.&lt;br /&gt;
* 9. BUG: Only the first hierarchy added to the scene can be measured from.&lt;br /&gt;
* 12. Bug: select multiple clusters with Ctrl and move into a child of the top-level hierarchy. Then, toggle visibility using the eye next to this hierarchy child node. Two bugs happen. Clusters will “jump out” of the hierarchy. Also, the visibility of the multiple clusters is not updated. [Note: at Project week this was found to be a general bug with hierarchies that MRML does not get updated with multiple nodes, only one node is actually moved.] Status: multi-nodes selection is currently disabled. A slicer bug filed for support of multiple node re-parenting: &lt;br /&gt;
http://www.na-mic.org/Bug/view.php?id=3936&lt;br /&gt;
&lt;br /&gt;
==Hierarchies==&lt;br /&gt;
* 10. When you move nodes within the hierarchy and then save it, the mrml file is not checked to be saved. This means slicer is not always aware that the mrml file has been modified.&lt;br /&gt;
&lt;br /&gt;
==Visualization==&lt;br /&gt;
* 11. There are bugs with scalar measures that are due either to a) incorrect computation (likely with the nan issue in the measurements) and/or b) scalar range not updating.&lt;br /&gt;
&lt;br /&gt;
==Finished==&lt;br /&gt;
* QNAN output in cluster is ok but propagated to hierarchy is not&lt;br /&gt;
* Please call Num_Polylines Num_Fibers instead so users can understand.&lt;br /&gt;
* what is the category of the module&amp;gt; should be under diffusion tractography&lt;br /&gt;
* Don’t skip clusters even if they have no points/lines. Put NAN at the cluster level for the measures, 0 for the points/lines, and then don’t propagate to the hierarchy level (skip it then)&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Labs/FiberTractMeasurementAndVisualization&amp;diff=40931</id>
		<title>Documentation/Labs/FiberTractMeasurementAndVisualization</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Labs/FiberTractMeasurementAndVisualization&amp;diff=40931"/>
		<updated>2015-02-20T18:59:55Z</updated>

		<summary type="html">&lt;p&gt;Alexy: /* To be tested */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Motivation =&lt;br /&gt;
* Enable studies using fiber tract hierarchies to measure from many white matter structures&lt;br /&gt;
* Improve/Fix diffusion tractography visualization&lt;br /&gt;
&lt;br /&gt;
= Features =&lt;br /&gt;
* Measure diffusion data quantities from all scalar arrays and tensor arrays on fiber tracts&lt;br /&gt;
* Export into text file that is excel-readable&lt;br /&gt;
* Test and fix fiber tract visualization&lt;br /&gt;
* Test and fix diffusion tensor scalar measurements&lt;br /&gt;
&lt;br /&gt;
= Design and implementation =&lt;br /&gt;
&lt;br /&gt;
= To do lists for features and bugs =&lt;br /&gt;
&lt;br /&gt;
==Fiber Tract Measurements==&lt;br /&gt;
* 2. some values are nan and some are #NAN. The nan values seem to come from the scalar measures that look incorrect in visualization, and the other values are present for those tracts. There is a bug in vtkDiffusionTensorScalarMeasurements.cxx.&lt;br /&gt;
* 4. If all models in a particular hierarchy have no points (have NAN values), the overall output value should be NAN.&lt;br /&gt;
* 5. We need a test dataset with known output to make sure this is working. Lauren will make this dataset.&lt;br /&gt;
* 6. Output Text File must exist already or the module won't run. Work around: we created the text file first outside of slicer.  Would be great if the module created its own new output text file. &lt;br /&gt;
* 7. A nightly test is needed. This should be improving the test of vtkDiffusionTensorMathematics in vtkTeem&lt;br /&gt;
&lt;br /&gt;
==To be tested ==&lt;br /&gt;
* 1. tab delimited please: Added Tab/Comma/Space option to the module. Use --separator Tab/Comma/Space on the command line&lt;br /&gt;
* 3. Put num fibers and num points at the beginning of the list again.&lt;br /&gt;
* 8. fixed: Large numbers are reported in scientific notation with rounding. 1.51e+06 = 1514700, but the actual number of points was 1514703. Please don't round the integers because we want the number of points measured to be consistent.&lt;br /&gt;
* 9. BUG: Only the first hierarchy added to the scene can be measured from.&lt;br /&gt;
&lt;br /&gt;
==Hierarchies==&lt;br /&gt;
* 9. Bug: select multiple clusters with Ctrl and move into a child of the top-level hierarchy. Then, toggle visibility using the eye next to this hierarchy child node. Two bugs happen. Clusters will “jump out” of the hierarchy. Also, the visibility of the multiple clusters is not updated. [Note: at Project week this was found to be a general bug with hierarchies that MRML does not get updated with multiple nodes, only one node is actually moved.]&lt;br /&gt;
* 10. When you move nodes within the hierarchy and then save it, the mrml file is not checked to be saved. This means slicer is not always aware that the mrml file has been modified.&lt;br /&gt;
&lt;br /&gt;
==Visualization==&lt;br /&gt;
* 11. There are bugs with scalar measures that are due either to a) incorrect computation (likely with the nan issue in the measurements) and/or b) scalar range not updating.&lt;br /&gt;
&lt;br /&gt;
==Finished==&lt;br /&gt;
* QNAN output in cluster is ok but propagated to hierarchy is not&lt;br /&gt;
* Please call Num_Polylines Num_Fibers instead so users can understand.&lt;br /&gt;
* what is the category of the module&amp;gt; should be under diffusion tractography&lt;br /&gt;
* Don’t skip clusters even if they have no points/lines. Put NAN at the cluster level for the measures, 0 for the points/lines, and then don’t propagate to the hierarchy level (skip it then)&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Labs/FiberTractMeasurementAndVisualization&amp;diff=40930</id>
		<title>Documentation/Labs/FiberTractMeasurementAndVisualization</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Labs/FiberTractMeasurementAndVisualization&amp;diff=40930"/>
		<updated>2015-02-20T18:59:33Z</updated>

		<summary type="html">&lt;p&gt;Alexy: /* Fiber Tract Measurements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Motivation =&lt;br /&gt;
* Enable studies using fiber tract hierarchies to measure from many white matter structures&lt;br /&gt;
* Improve/Fix diffusion tractography visualization&lt;br /&gt;
&lt;br /&gt;
= Features =&lt;br /&gt;
* Measure diffusion data quantities from all scalar arrays and tensor arrays on fiber tracts&lt;br /&gt;
* Export into text file that is excel-readable&lt;br /&gt;
* Test and fix fiber tract visualization&lt;br /&gt;
* Test and fix diffusion tensor scalar measurements&lt;br /&gt;
&lt;br /&gt;
= Design and implementation =&lt;br /&gt;
&lt;br /&gt;
= To do lists for features and bugs =&lt;br /&gt;
&lt;br /&gt;
==Fiber Tract Measurements==&lt;br /&gt;
* 2. some values are nan and some are #NAN. The nan values seem to come from the scalar measures that look incorrect in visualization, and the other values are present for those tracts. There is a bug in vtkDiffusionTensorScalarMeasurements.cxx.&lt;br /&gt;
* 4. If all models in a particular hierarchy have no points (have NAN values), the overall output value should be NAN.&lt;br /&gt;
* 5. We need a test dataset with known output to make sure this is working. Lauren will make this dataset.&lt;br /&gt;
* 6. Output Text File must exist already or the module won't run. Work around: we created the text file first outside of slicer.  Would be great if the module created its own new output text file. &lt;br /&gt;
* 7. A nightly test is needed. This should be improving the test of vtkDiffusionTensorMathematics in vtkTeem&lt;br /&gt;
&lt;br /&gt;
==To be tested ==&lt;br /&gt;
* 1. tab delimited please: Added Tab/Comma/Space option to the module. Use --separator Tab/Comma/Space on the command line&lt;br /&gt;
* 3. Put num fibers and num points at the beginning of the list again.&lt;br /&gt;
* 8. fixed: Large numbers are reported in scientific notation with rounding. 1.51e+06 = 1514700, but the actual number of points was 1514703. Please don't round the integers because we want the number of points measured to be consistent.&lt;br /&gt;
&lt;br /&gt;
==Hierarchies==&lt;br /&gt;
* 9. Bug: select multiple clusters with Ctrl and move into a child of the top-level hierarchy. Then, toggle visibility using the eye next to this hierarchy child node. Two bugs happen. Clusters will “jump out” of the hierarchy. Also, the visibility of the multiple clusters is not updated. [Note: at Project week this was found to be a general bug with hierarchies that MRML does not get updated with multiple nodes, only one node is actually moved.]&lt;br /&gt;
* 10. When you move nodes within the hierarchy and then save it, the mrml file is not checked to be saved. This means slicer is not always aware that the mrml file has been modified.&lt;br /&gt;
&lt;br /&gt;
==Visualization==&lt;br /&gt;
* 11. There are bugs with scalar measures that are due either to a) incorrect computation (likely with the nan issue in the measurements) and/or b) scalar range not updating.&lt;br /&gt;
&lt;br /&gt;
==Finished==&lt;br /&gt;
* QNAN output in cluster is ok but propagated to hierarchy is not&lt;br /&gt;
* Please call Num_Polylines Num_Fibers instead so users can understand.&lt;br /&gt;
* what is the category of the module&amp;gt; should be under diffusion tractography&lt;br /&gt;
* Don’t skip clusters even if they have no points/lines. Put NAN at the cluster level for the measures, 0 for the points/lines, and then don’t propagate to the hierarchy level (skip it then)&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Labs/FiberTractMeasurementAndVisualization&amp;diff=40736</id>
		<title>Documentation/Labs/FiberTractMeasurementAndVisualization</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Labs/FiberTractMeasurementAndVisualization&amp;diff=40736"/>
		<updated>2015-01-16T19:17:28Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Motivation =&lt;br /&gt;
* Enable studies using fiber tract hierarchies to measure from many white matter structures&lt;br /&gt;
* Improve/Fix diffusion tractography visualization&lt;br /&gt;
&lt;br /&gt;
= Features =&lt;br /&gt;
* Measure diffusion data quantities from all scalar arrays and tensor arrays on fiber tracts&lt;br /&gt;
* Export into text file that is excel-readable&lt;br /&gt;
* Test and fix fiber tract visualization&lt;br /&gt;
* Test and fix diffusion tensor scalar measurements&lt;br /&gt;
&lt;br /&gt;
= Design and implementation =&lt;br /&gt;
&lt;br /&gt;
= To do lists for features and bugs =&lt;br /&gt;
&lt;br /&gt;
==Fiber Tract Measurements==&lt;br /&gt;
* 2. some values are nan and some are #NAN. The nan values seem to come from the scalar measures that look incorrect in visualization, and the other values are present for those tracts. There is a bug in vtkDiffusionTensorScalarMeasurements.cxx.&lt;br /&gt;
* 4. If all models in a particular hierarchy have no points (have NAN values), the overall output value should be NAN.&lt;br /&gt;
* 5. We need a test dataset with known output to make sure this is working. Lauren will make this dataset.&lt;br /&gt;
* 6. Output Text File must exist already or the module won't run. Work around: we created the text file first outside of slicer.  Would be great if the module created its own new output text file. &lt;br /&gt;
* 7. A nightly test is needed. This should be improving the test of vtkDiffusionTensorMathematics in vtkTeem&lt;br /&gt;
&lt;br /&gt;
==To be tested ==&lt;br /&gt;
* 1. tab delimited please: Added Tab/Comma/Space option to the module. Use --separator Tab/Comma/Space on the command line&lt;br /&gt;
* 3. Put num fibers and num points at the beginning of the list again.&lt;br /&gt;
* 8. fixed: Large numbers are reported in scientific notation with rounding. 1.51e+06 = 1514700, but the actual number of points was 1514703. Please don't round the integers because we want the number of points measured to be consistent.&lt;br /&gt;
&lt;br /&gt;
==Hierarchies==&lt;br /&gt;
* 9. Bug: select multiple clusters with Ctrl and move into a child of the top-level hierarchy. Then, toggle visibility using the eye next to this hierarchy child node. Two bugs happen. Clusters will “jump out” of the hierarchy. Also, the visibility of the multiple clusters is not updated. [Note: at Project week this was found to be a general bug with hierarchies that MRML does not get updated with multiple nodes, only one node is actually moved.]&lt;br /&gt;
* 10. When you move nodes within the hierarchy and then save it, the mrml file is not checked to be saved. This means slicer is not always aware that the mrml file has been modified.&lt;br /&gt;
&lt;br /&gt;
==Visualization==&lt;br /&gt;
* 11. There are bugs with scalar measures that are due either to a) incorrect computation (likely with the nan issue in the measurements) and/or b) scalar range not updating.&lt;br /&gt;
&lt;br /&gt;
==Finished==&lt;br /&gt;
* QNAN output in cluster is ok but propagated to hierarchy is not&lt;br /&gt;
* Please call Num_Polylines Num_Fibers instead so users can understand.&lt;br /&gt;
* what is the category of the module&amp;gt; should be under diffusion tractography&lt;br /&gt;
* Don’t skip clusters even if they have no points/lines. Put NAN at the cluster level for the measures, 0 for the points/lines, and then don’t propagate to the hierarchy level (skip it then)&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Announcements&amp;diff=39538</id>
		<title>Documentation/Nightly/Announcements</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Announcements&amp;diff=39538"/>
		<updated>2014-11-16T15:31:05Z</updated>

		<summary type="html">&lt;p&gt;Alexy: /* Transforms */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
[[image:Slicer4Announcement-HiRes.png|center|'''{{documentation/version}}''']]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;center&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;text-align:center; font-size:120%; border-spacing: 0; padding: 0px;&amp;quot; cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
|[[#Summary|Summary ]]&lt;br /&gt;
|[[#What is 3D Slicer|What is 3D Slicer]]&lt;br /&gt;
|[[#Slicer {{documentation/version}} Highlights|Slicer {{documentation/version}} Highlights]]&lt;br /&gt;
|[[#Slicer Extensions|Slicer Extensions]]&lt;br /&gt;
|[[#Other Improvements, Additions &amp;amp; Documentation|Other Improvements,  Additions &amp;amp; Documentation]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Summary = &lt;br /&gt;
&lt;br /&gt;
The [http://www.slicer.org/pages/Acknowledgments community] of Slicer developers is proud to announce the release of '''Slicer {{documentation/version}}'''.&lt;br /&gt;
&lt;br /&gt;
* Slicer {{documentation/version}} introduces &lt;br /&gt;
** an improved App store, known as the extension manager, for adding capabilities to Slicer. More than 50 plug-ins are currently available.&lt;br /&gt;
** close to 400 feature improvements and bug fixes lead to improved performance and stability.&lt;br /&gt;
** augmentation of many modules.&lt;br /&gt;
&lt;br /&gt;
* Click here to [http://download.slicer.org/ download] Slicer {{documentation/version}} for different platforms and find pointers to the source code, mailing lists and bug tracker. &lt;br /&gt;
* Please note that Slicer continues to be a research package and is not intended for clinical use. Testing of functionality is an ongoing activity with high priority, however, some features of Slicer are not fully tested.&lt;br /&gt;
* The [[Documentation/{{documentation/version}}/Training|Slicer Training]] page provides a series of courses for learning how to use Slicer. The portfolio contains self-guided presentation and sample data sets. &lt;br /&gt;
&lt;br /&gt;
The main [http://www.slicer.org slicer.org] pages provide a guided tour to the application, training materials, and the development community.  New users should start there because we try to keep the pages organized and up to date.&lt;br /&gt;
&lt;br /&gt;
= What is 3D Slicer =&lt;br /&gt;
Slicer is  a community platform created for the purpose of subject specific image analysis and visualization. &lt;br /&gt;
&lt;br /&gt;
* Multi-modality imaging including, MRI, CT, US, nuclear medicine, and microscopy&lt;br /&gt;
* Multi organ from head to toe&lt;br /&gt;
* Bidirectional interface for devices&lt;br /&gt;
* Expandable and interfaced to multiple toolkits&lt;br /&gt;
&lt;br /&gt;
There is no restriction on use, but permissions and compliance with rules are responsibility of users. For details on the license see [http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl here]&lt;br /&gt;
&lt;br /&gt;
= Slicer {{documentation/version}} Highlights =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;New and Improved Modules&amp;quot; widths=&amp;quot;350px&amp;quot; heights=&amp;quot;250px&amp;quot; perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:LandmarkRegistration-4.4.png|New [[Documentation/Nightly/Modules/LandmarkRegistration|LandmarkRegistration]] module providing interactive registration and inspection.&lt;br /&gt;
&lt;br /&gt;
Image:SlicerRT_0.13_SubjectHierarchy_ProstateEclipseLoaded.png|New [[Documentation/Nightly/Modules/SubjectHierarchy|Subject hierarchy]] module organizes and handles loaded data, providing processing and analysis features through plugins.&lt;br /&gt;
&lt;br /&gt;
Image:Grid3dSlice.png|Improved [[Documentation/{{documentation/version}}/Modules/Transforms|Transforms]] module with:&amp;lt;br&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Support for non-linear transforms&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Display of transform information&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Transform visualization&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:ExtensionWizard-and-ExtensionsManager.png|New [[Documentation/{{documentation/version}}/Developers/ExtensionWizard|ExtensionsWizard]] tool deprecating the [[Documentation/{{documentation/version}}/Developers/ModuleWizard|ModuleWizard]]. &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;This new tool separates the concepts of extensions and modules, and allows creating an extension containing several modules, as well as adding modules to an existing extension.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;It allows to publish an extension source code to github.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;It provides an easy way to create a pull request on the extension index.&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:CompareVolumes-1-volume.png|New [[Documentation/{{documentation/version}}/Modules/CompareVolumes|Compare Volumes]] supports an overview of one or more volumes in the scene. &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;For one volume you can look at an array of equally spaced images (like [[Documentation/{{documentation/version}}/SlicerApplication/MainApplicationGUI#Slice_Viewers|LightBox mode]], but wth an independent viewer per slice.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;You can have a look at one viewer per loaded volume.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;You can choose a common label or background volume for each per-volume viewer.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The RevealCursor allows you to look in detail at the fg/bg layers.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== DICOM ==&lt;br /&gt;
&lt;br /&gt;
* Improve [[Documentation/{{documentation/version}}/Modules/DICOM|DICOM]] support user experience&lt;br /&gt;
** Add a way to change the table densities in three levels: compact, cozy and comfortable.&lt;br /&gt;
** Re-arranged the patient, study and series search box so that the search box will be on the top of tables for both horizontal and vertical cases.&lt;br /&gt;
** Resize tables based on contents.&lt;br /&gt;
** Allow users to acknowledge all DICOM loading errors with a single click&lt;br /&gt;
** Add DICOM header viewer&lt;br /&gt;
&lt;br /&gt;
== Transforms ==&lt;br /&gt;
&lt;br /&gt;
* Improved integration of non rigid deformations, including Grid and BSpline transforms&lt;br /&gt;
* Interactive application of non rigid deformations to volume slices&lt;br /&gt;
* Visualization of non rigid deformations as glyphs, grid, or contours&lt;br /&gt;
* Allow loading of bspline transforms with IdentityTransform bulk component&lt;br /&gt;
* Add support for oriented grid Transform&lt;br /&gt;
* Add grid transform reading-writing from h5 file&lt;br /&gt;
&lt;br /&gt;
== Markups ==&lt;br /&gt;
&lt;br /&gt;
* Improved [[Documentation/{{documentation/version}}/Modules/Markups|Markups]] module user interface&lt;br /&gt;
** Add slice intersections toggle&lt;br /&gt;
** Add right click option to copy markups list&lt;br /&gt;
** Add coordinates to right click menu&lt;br /&gt;
&lt;br /&gt;
== Editor ==&lt;br /&gt;
&lt;br /&gt;
* Add a Sphere option to the PaintEffect to make it quicker to segment large anatomical regions that are somewhat spherical.&lt;br /&gt;
* Paint using pixel mode if brush size is too small&lt;br /&gt;
* Button effect are checked/unchecked based on the 'effect' property stored in the parameter node&lt;br /&gt;
&lt;br /&gt;
== Extensions Manager ==&lt;br /&gt;
* Add search box&lt;br /&gt;
* Add 'More' link&lt;br /&gt;
* Load extension icon from disk&lt;br /&gt;
* Implement downloading of extension icons&lt;br /&gt;
* Install extension dependencies&lt;br /&gt;
* Add mechanism to check for extensions updates&lt;br /&gt;
&lt;br /&gt;
=Slicer Extensions=&lt;br /&gt;
&lt;br /&gt;
TODO: Will be generating automatically list.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;New and Improved Extensions&amp;quot; widths=&amp;quot;250px&amp;quot; heights=&amp;quot;150px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Image:Foo.png|[[Documentation/{{documentation/version}}/Extensions/Foo|Foo]] for doing awesome stuff.{{new}}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- You could user either {{new}} or {{updated}} macros.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Other Improvements,  Additions &amp;amp; Documentation =&lt;br /&gt;
&lt;br /&gt;
== Optimization ==&lt;br /&gt;
&lt;br /&gt;
* Improve Rendering pipeline performance optimizing observations management&lt;br /&gt;
&lt;br /&gt;
* Reduce memory footprint (Fix memory leaks)&lt;br /&gt;
&lt;br /&gt;
* Reduce installer size&lt;br /&gt;
&lt;br /&gt;
* Faster image stack (png, jpg, bmp, tiff...) loading&lt;br /&gt;
&lt;br /&gt;
== Rendering / Visualization ==&lt;br /&gt;
&lt;br /&gt;
* Add Multi-sampling option&lt;br /&gt;
* Improved scalar bar to allow displaying of annotations in conjunction with labels.&lt;br /&gt;
* Slice Annotations: enhance the [[Documentation/{{documentation/version}}/Modules/DataProbe|DataProbe]] module providing an easy way to show/hide/customize corner annotations, ruler and color bar in the Slice viewers.&lt;br /&gt;
&lt;br /&gt;
== CLI / SlicerExecutionModel ==&lt;br /&gt;
&lt;br /&gt;
* Improved [http://www.kitware.com/blog/home/post/482 CLI AutoRun] ensuring slice view is not reset when inputs are updated.&lt;br /&gt;
* In developer mode do not remove CLI input and output files&lt;br /&gt;
* Reduce the chance of crashes when CLI returns result images&lt;br /&gt;
&lt;br /&gt;
== Python scripting ==&lt;br /&gt;
&lt;br /&gt;
* Add support for real Qt resources in Python. See [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=23290 r23290] for details.&lt;br /&gt;
&lt;br /&gt;
* Improve VTK event support adding a way to specify the CallData type. See [https://github.com/Kitware/VTK/blob/0ed018620d0a3187ee2ed2831843132ca3337c97/Wrapping/Python/README_WRAP.txt#L266-296 here] for details.&lt;br /&gt;
&lt;br /&gt;
* Bundle [http://code.google.com/p/pydicom/ pydicom] python module in Slicer package&lt;br /&gt;
&lt;br /&gt;
* Add helper methods to &amp;lt;code&amp;gt;ScriptedLoadableModuleLogic&amp;lt;/code&amp;gt; for managing parameter nodes&lt;br /&gt;
&lt;br /&gt;
* SelfTest: Add &amp;lt;code&amp;gt;clickAndDrag()&amp;lt;/code&amp;gt; method to the scripted module. It allows to send synthetic mouse events to the specified widget ([http://slicer.org/doc/html/classqMRMLSliceWidget.html qMRMLSliceWidget] or [http://slicer.org/doc/html/classqMRMLThreeDView.html qMRMLThreeDView])&lt;br /&gt;
&lt;br /&gt;
* Improve &amp;lt;code&amp;gt;slicer.util&amp;lt;/code&amp;gt; python module.&lt;br /&gt;
** Add &amp;lt;code&amp;gt;modulePath(moduleName)&amp;lt;/code&amp;gt; method&lt;br /&gt;
** Add &amp;lt;code&amp;gt;resetThreeDViews/resetSliceViews&amp;lt;/code&amp;gt;&lt;br /&gt;
** Add &amp;lt;code&amp;gt;VTKObservationMixin&amp;lt;/code&amp;gt;&lt;br /&gt;
** Add &amp;lt;code&amp;gt;getFirstNodeByClassAndName()&amp;lt;/code&amp;gt;&lt;br /&gt;
** Add &amp;lt;code&amp;gt;NodeModify&amp;lt;/code&amp;gt; context manager: It allows to easily disable modified event associated with a node, and automatically re-enable them and invoking them if it applies.&lt;br /&gt;
&lt;br /&gt;
* Markups: Add an event [http://slicer.org/doc/html/classvtkMRMLMarkupsNode.html#a527d30c581763822ef32fc14b2ab5a94ad628dfaf54f410d2f4c6bc5800aa8a30 PointEndInteractionEvent] for the end of a fiducial interaction&lt;br /&gt;
 &lt;br /&gt;
* TODO: Add reference to VTKv6 blog posts&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
* Help / Report a bug: Added option to copy log file contents&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== Improved Transforms module ==&lt;br /&gt;
&lt;br /&gt;
* Short video demonstrating the main features: http://screencast.com/t/Z6dQVjK3m&lt;br /&gt;
* Support non-linear transforms in the Transforms module: allow Apply, Harden, Invert transform&lt;br /&gt;
* Transform information displayed in the Transforms module (type of transform, basic properties)&lt;br /&gt;
* Transform visualization:&lt;br /&gt;
** Built into the Transforms module&lt;br /&gt;
** Three main modes: Glyphs (show an array of arrows, cones, spheres), Grid (show a deformed grid), or Contour (show isolines/isosurfaces for specified displacement magnitude values)&lt;br /&gt;
** All transform types are supported (chains of transforms as well)&lt;br /&gt;
** Visualization in the slice viewers&lt;br /&gt;
** Visualization in the 3D viewers, in the specified region (region can be a slice viewer, a volume, or a ROI widget)&lt;br /&gt;
** Real-time update: if the transform (or any visualization parameter) is changed then the visualization is updated immediately (interactive visualization while editing the transform)&lt;br /&gt;
** Built-in colormap editor&lt;br /&gt;
* MetaImage (mha), NIFTI (nii) vector volumes can be loaded as displacement field (grid) transform &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;TODO - Please add entry to illustrate awesome feature listed above&amp;quot; widths=&amp;quot;250px&amp;quot; heights=&amp;quot;150px&amp;quot; perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= For Developers =&lt;br /&gt;
&lt;br /&gt;
== Under the hood ==&lt;br /&gt;
&lt;br /&gt;
* VolumeLogic:&lt;br /&gt;
** Add method [http://slicer.org/doc/html/classvtkSlicerVolumesLogic.html#a1fe71cc716593ac47988e71bdee736c9 ResampleVolumeToReferenceVolume]&lt;br /&gt;
** Add method [http://slicer.org/doc/html/classvtkSlicerVolumesLogic.html#ab852b66dc8108a8a544b845c0e055109 CloneVolumeWithoutImageData]&lt;br /&gt;
&lt;br /&gt;
* Add support for user-defined stereo-viewing options&lt;br /&gt;
&lt;br /&gt;
* Build-system&lt;br /&gt;
** Improve support for Visual Studio 2013&lt;br /&gt;
** Refactor management of external project launcher settings. See [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=23724 r23724]&lt;br /&gt;
** Add option &amp;lt;code&amp;gt;Slicer_ITKV3_COMPATIBILITY&amp;lt;/code&amp;gt;. This option enabled by default will allow (if disabled) to build Slicer with ITKv3 compatibility later disabled and &amp;lt;code&amp;gt;ITK_USE_64BITS_IDS&amp;lt;/code&amp;gt; enabled.&lt;br /&gt;
&lt;br /&gt;
* SlicerExecutionModel: Add [https://github.com/Slicer/SlicerExecutionModel/pull/20#issue-18339466 ParameterSerializer support].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Improved Toolkits&amp;quot; widths=&amp;quot;250px&amp;quot; heights=&amp;quot;150px&amp;quot; perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
Image:CTK-Logo.png|Moved from CTK [https://github.com/commontk/CTK/commit/f64b68a f64b68a] to [https://github.com/commontk/CTK/commit/1c97e54 1c97e54] (499 commits) &amp;lt;!-- git log --oneline f64b68acd717dab060db41e8bee3f0f30df1a58f...1c97e5426f898bc7d074e6122992d0dd12bab56b --no-merges | wc -l --&amp;gt;&lt;br /&gt;
Image:CTKApplauncher_Logo.png|Moved from CTKAppLauncher v0.1.11 to v0.1.14 (43 commits) &amp;lt;!-- git log --oneline v0.1.11..v0.1.14 --no-merges | wc -l --&amp;gt;&lt;br /&gt;
Image:ITK_logo.png|Moved from ITK v4.4.1 to v4.6.0 (1089 commits) &amp;lt;!-- git log --oneline v4.4.1..56fae27 --no-merges | wc -l --&amp;gt;&lt;br /&gt;
Image:OpenIGTLink-Logo.png|Moved from OpenIGTLink [https://github.com/openigtlink/OpenIGTLink/compare/66e272d...849b434 66e272d to 849b434] (53 commits) &amp;lt;!-- git log --no-merges  --oneline  66e272d..849b434 | wc -l --&amp;gt;&lt;br /&gt;
Image:Qt-logo.png |Moved from Qt 4.7.4 to Qt 4.8.6&lt;br /&gt;
Image:VTK_logo.png|Moved from VTK v5.10.1 to VTK v6.2.0 (5490 commits) &amp;lt;!-- git log --oneline v5.10.1..b55dad7 --no-merges | wc -l --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Looking at the Code Changes ==&lt;br /&gt;
&lt;br /&gt;
From a git checkout you can easily see the all the commits since the time of the 4.4.0 release:&lt;br /&gt;
&lt;br /&gt;
 git log v4.3.0..HEAD&lt;br /&gt;
&lt;br /&gt;
To see a summary of your own commits, you could use something like:&lt;br /&gt;
&lt;br /&gt;
 git log v4.3.0..HEAD  --oneline --author=pieper&lt;br /&gt;
&lt;br /&gt;
see [https://www.kernel.org/pub/software/scm/git/docs/git-log.html the git log man page] for more options.&lt;br /&gt;
&lt;br /&gt;
[[Release_Details#Slicer_{{documentation/version}}.0|Commit stats and full changelog]]&lt;br /&gt;
&lt;br /&gt;
= Related Projects =&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;&amp;quot; widths=&amp;quot;250px&amp;quot; heights=&amp;quot;150px&amp;quot; perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/FinslerBacktracing&amp;diff=37879</id>
		<title>Documentation/4.3/Modules/FinslerBacktracing</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/FinslerBacktracing&amp;diff=37879"/>
		<updated>2014-05-02T16:31:14Z</updated>

		<summary type="html">&lt;p&gt;Alexy: Redirected page to Documentation/Nightly/Modules/FinslerBacktracing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Documentation/Nightly/Modules/FinslerBacktracing]]&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/FinslerTractography&amp;diff=37878</id>
		<title>Documentation/4.3/Modules/FinslerTractography</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/FinslerTractography&amp;diff=37878"/>
		<updated>2014-05-02T16:29:25Z</updated>

		<summary type="html">&lt;p&gt;Alexy: Redirected page to Documentation/Nightly/Modules/FinslerTractography&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Documentation/Nightly/Modules/FinslerTractography]]&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/FinslerTractography&amp;diff=37877</id>
		<title>Documentation/4.3/Modules/FinslerTractography</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/FinslerTractography&amp;diff=37877"/>
		<updated>2014-05-02T16:27:38Z</updated>

		<summary type="html">&lt;p&gt;Alexy: Redirected page to Pagename&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[pagename]]&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerTractography&amp;diff=37876</id>
		<title>Documentation/Nightly/Modules/FinslerTractography</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerTractography&amp;diff=37876"/>
		<updated>2014-05-02T16:24:30Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
Supported by grant number FMECD-2010/71131616E from the Spanish Ministry of Education/Fulbright Committee &amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Antonio Tristan Vega, Demian Wassermann and Carl-Fredrik Westin. The directional iterators were contributed by Luis Ibanez (Kitware).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
This module implements the Finsler tractography method with HARDI data described by J. Melonakos et al. From a set of seeding and target points, the paths are estimated as the shortest path taking into account a local, directional dependent cost.&lt;br /&gt;
&lt;br /&gt;
The output provided is the connectivity map from each voxel in the volume to the seeding points, plus a vector volume with the directions tangent to the fiber bundles at each point. These directions can be traced back to actually compute the fiber bundles using [[Documentation/{{documentation/version}}/Modules/FinslerBacktracing|Finsler Backtracing Module]]. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Finsler Tractography Module module uses the fast-sweeping algorithm to find the connectivity from a set of seeding points to each voxel in the input DWI volume (or inside the mask, if provided). This connectivity is the minimum cost of arriving at each voxel from the seeds, following the trajectory of the estimated pathways. The cost is computed as the integral along the pathway of a local directional cost computed from the ODF or some other HARDI-related measurement. A complete description of the algorithm may be found in: J. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008. A background-removal mask can be used to accelerate computations. Optionally, the algorithm provides at each voxel an estimation of the vector tangent to the optimal pathway at that point (arrival direction). Fast-sweeping is full multi-threaded, and some other accelerations (checking only those voxels in the causal direction of the solution) have been implemented to obtain a result in a reasonable time. However, an algorithm virtually identical to that in the aforementioned paper may be reproduced fixing the advanced parameters as follows: Cost: (E(q)/Phi(r))^3 Directions: 26 Use threads: deactivate Use accelerated iterations: deactivate (Start accelerated iterations becomes irrelevant). &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
Create fiber tracks from DWI volume.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
* GJ. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerTractography&amp;diff=37875</id>
		<title>Documentation/Nightly/Modules/FinslerTractography</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerTractography&amp;diff=37875"/>
		<updated>2014-05-02T16:24:04Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
Supported by grant number FMECD-2010/71131616E from the Spanish Ministry of Education/Fulbright Committee &amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Antonio Tristan Vega, Demian Wassermann and Carl-Fredrik Westin. The directional iterators were contributed by Luis Ibanez (Kitware).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
This module implements the Finsler tractography method with HARDI data described by J. Melonakos et al. From a set of seeding and target points, the paths are estimated as the shortest path taking into account a local, directional dependent cost.&lt;br /&gt;
&lt;br /&gt;
The output provided is the connectivity map from each voxel in the volume to the seeding points, plus a vector volume with the directions tangent to the fiber bundles at each point. These directions can be traced back to actually compute the fiber bundles using [[Documentation/{{documentation/version}}/Modules/FinslerBacktracing|Finsler Bactracing Module]]. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Finsler Tractography Module module uses the fast-sweeping algorithm to find the connectivity from a set of seeding points to each voxel in the input DWI volume (or inside the mask, if provided). This connectivity is the minimum cost of arriving at each voxel from the seeds, following the trajectory of the estimated pathways. The cost is computed as the integral along the pathway of a local directional cost computed from the ODF or some other HARDI-related measurement. A complete description of the algorithm may be found in: J. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008. A background-removal mask can be used to accelerate computations. Optionally, the algorithm provides at each voxel an estimation of the vector tangent to the optimal pathway at that point (arrival direction). Fast-sweeping is full multi-threaded, and some other accelerations (checking only those voxels in the causal direction of the solution) have been implemented to obtain a result in a reasonable time. However, an algorithm virtually identical to that in the aforementioned paper may be reproduced fixing the advanced parameters as follows: Cost: (E(q)/Phi(r))^3 Directions: 26 Use threads: deactivate Use accelerated iterations: deactivate (Start accelerated iterations becomes irrelevant). &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
Create fiber tracks from DWI volume.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
* GJ. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerTractography&amp;diff=37874</id>
		<title>Documentation/Nightly/Modules/FinslerTractography</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerTractography&amp;diff=37874"/>
		<updated>2014-05-02T16:22:56Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
Supported by grant number FMECD-2010/71131616E from the Spanish Ministry of Education/Fulbright Committee &amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Antonio Tristan Vega, Demian Wassermann and Carl-Fredrik Westin. The directional iterators were contributed by Luis Ibanez (Kitware).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
This module implements the Finsler tractography method with HARDI data described by J. Melonakos et al. From a set of seeding and target points, the paths are estimated as the shortest path taking into account a local, directional dependent cost.&lt;br /&gt;
&lt;br /&gt;
The output provided is the connectivity map from each voxel in the volume to the seeding points, plus a vector volume with the directions tangent to the fiber bundles at each point. These directions can be traced back to actually compute the fiber bundles using [[Documentation/{{documentation/version}}/Modules/FinslerBactracing|Finsler Bactracing Module]]. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Finsler Tractography Module module uses the fast-sweeping algorithm to find the connectivity from a set of seeding points to each voxel in the input DWI volume (or inside the mask, if provided). This connectivity is the minimum cost of arriving at each voxel from the seeds, following the trajectory of the estimated pathways. The cost is computed as the integral along the pathway of a local directional cost computed from the ODF or some other HARDI-related measurement. A complete description of the algorithm may be found in: J. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008. A background-removal mask can be used to accelerate computations. Optionally, the algorithm provides at each voxel an estimation of the vector tangent to the optimal pathway at that point (arrival direction). Fast-sweeping is full multi-threaded, and some other accelerations (checking only those voxels in the causal direction of the solution) have been implemented to obtain a result in a reasonable time. However, an algorithm virtually identical to that in the aforementioned paper may be reproduced fixing the advanced parameters as follows: Cost: (E(q)/Phi(r))^3 Directions: 26 Use threads: deactivate Use accelerated iterations: deactivate (Start accelerated iterations becomes irrelevant). &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
Create fiber tracks from DWI volume.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
* GJ. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerTractography&amp;diff=37873</id>
		<title>Documentation/Nightly/Modules/FinslerTractography</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerTractography&amp;diff=37873"/>
		<updated>2014-05-02T16:21:35Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
Supported by grant number FMECD-2010/71131616E from the Spanish Ministry of Education/Fulbright Committee &amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Antonio Tristan Vega, Demian Wassermann and Carl-Fredrik Westin. The directional iterators were contributed by Luis Ibanez (Kitware).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
This module implements the Finsler tractography method with HARDI data described by J. Melonakos et al. From a set of seeding and target points, the paths are estimated as the shortest path taking into account a local, directional dependent cost.&lt;br /&gt;
&lt;br /&gt;
The output provided is the connectivity map from each voxel in the volume to the seeding points, plus a vector volume with the directions tangent to the fiber bundles at each point. These directions can be traced back to actually compute the fiber bundles using ... &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Finsler Tractography Module module uses the fast-sweeping algorithm to find the connectivity from a set of seeding points to each voxel in the input DWI volume (or inside the mask, if provided). This connectivity is the minimum cost of arriving at each voxel from the seeds, following the trajectory of the estimated pathways. The cost is computed as the integral along the pathway of a local directional cost computed from the ODF or some other HARDI-related measurement. A complete description of the algorithm may be found in: J. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008. A background-removal mask can be used to accelerate computations. Optionally, the algorithm provides at each voxel an estimation of the vector tangent to the optimal pathway at that point (arrival direction). Fast-sweeping is full multi-threaded, and some other accelerations (checking only those voxels in the causal direction of the solution) have been implemented to obtain a result in a reasonable time. However, an algorithm virtually identical to that in the aforementioned paper may be reproduced fixing the advanced parameters as follows: Cost: (E(q)/Phi(r))^3 Directions: 26 Use threads: deactivate Use accelerated iterations: deactivate (Start accelerated iterations becomes irrelevant). &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
Create fiber tracks from DWI volume.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
* GJ. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerTractography&amp;diff=37872</id>
		<title>Documentation/Nightly/Modules/FinslerTractography</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerTractography&amp;diff=37872"/>
		<updated>2014-05-02T16:18:29Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
Supported by grant number FMECD-2010/71131616E from the Spanish Ministry of Education/Fulbright Committee &amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Antonio Tristan Vega, Demian Wassermann and Carl-Fredrik Westin. The directional iterators were contributed by Luis Ibanez (Kitware).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
This module implements the Finsler tractography method with HARDI data described by J. Melonakos et al. From a set of seeding and target points, the paths are estimated as the shortest path taking into account a local, directional dependent cost.&lt;br /&gt;
&lt;br /&gt;
The output provided is the connectivity map from each voxel in the volume to the seeding points, plus a vector volume with the directions tangent to the fiber bundles at each point. If the Backtracing module within is built, these directions can be traced back to actually compute the fiber bundles&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
The Finsler Tractography Module module uses the fast-sweeping algorithm to find the connectivity from a set of seeding points to each voxel in the input DWI volume (or inside the mask, if provided). This connectivity is the minimum cost of arriving at each voxel from the seeds, following the trajectory of the estimated pathways. The cost is computed as the integral along the pathway of a local directional cost computed from the ODF or some other HARDI-related measurement. A complete description of the algorithm may be found in: J. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008. A background-removal mask can be used to accelerate computations. Optionally, the algorithm provides at each voxel an estimation of the vector tangent to the optimal pathway at that point (arrival direction). Fast-sweeping is full multi-threaded, and some other accelerations (checking only those voxels in the causal direction of the solution) have been implemented to obtain a result in a reasonable time. However, an algorithm virtually identical to that in the aforementioned paper may be reproduced fixing the advanced parameters as follows: Cost: (E(q)/Phi(r))^3 Directions: 26 Use threads: deactivate Use accelerated iterations: deactivate (Start accelerated iterations becomes irrelevant). &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Backtracing Module uses the output of the Finsler tractography module to actually trace the estimated fiber bundles. Note that you should have 'Finsler Tractography based on HARDI' installed and working in order to be able to use the present module (see the documentation therein for more details on the Finsler Tractography method). The nomenclature for this module can be a little confusing: contrary to 'Labelmap seeding', this algorithm does not ask for a seeding region. This is because the seeding region is provided when calculating the costs map and the optimal arrival directions with 'Finsler Tractography based on HARDI'. Hence, the seeding region (and also the hypothetic mask used) is now implicit in the costs map. In the present module, we have to choose instead a set of 'target points': the fiber bundles are traced from these target points to the seeding region. Accordingly, no stopping criterion is needed: we stop tracking the bundle just when we hit either the seeding region or a point outside the mask (if used). Nonetheless, we perform some 'sanity checks', avoiding fibers with abnormal length or with excessive curvature. NOTE: If compiled as a stand-alone, this module needs to be linked against both ITK and VTK NOTE2: If compiled as a stand-alone, the fiber bundles computed are written to disk as a VTK file (.vtp/.vtk) that can be loaded with 3D-Slicer or FSL. IMPORTANT: The fibers are always stored in that file in RAS coordinates..&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
* GJ. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerBacktracing&amp;diff=37871</id>
		<title>Documentation/Nightly/Modules/FinslerBacktracing</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerBacktracing&amp;diff=37871"/>
		<updated>2014-05-02T16:15:42Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
Supported by grant number FMECD-2010/71131616E from the Spanish Ministry of Education/Fulbright Committee &amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Antonio Tristan Vega, Demian Wassermann and Carl-Fredrik Westin. The directional iterators were contributed by Luis Ibanez (Kitware).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
The Backtracing Module uses the output of the [[Documentation/{{documentation/version}}/Modules/FinslerTractography|Finsler Tractography Module]] to actually trace the estimated fiber bundles. Note that you should have 'Finsler Tractography based on HARDI' installed and working in order to be able to use the present module (see the documentation therein for more details on the Finsler Tractography method). The nomenclature for this module can be a little confusing: contrary to 'Labelmap seeding', this algorithm does not ask for a seeding region. This is because the seeding region is provided when calculating the costs map and the optimal arrival directions with 'Finsler Tractography based on HARDI'. Hence, the seeding region (and also the hypothetic mask used) is now implicit in the costs map. In the present module, we have to choose instead a set of 'target points': the fiber bundles are traced from these target points to the seeding region. Accordingly, no stopping criterion is needed: we stop tracking the bundle just when we hit either the seeding region or a point outside the mask (if used). Nonetheless, we perform some 'sanity checks', avoiding fibers with abnormal length or with excessive curvature. NOTE: If compiled as a stand-alone, this module needs to be linked against both ITK and VTK NOTE2: If compiled as a stand-alone, the fiber bundles computed are written to disk as a VTK file (.vtp/.vtk) that can be loaded with 3D-Slicer or FSL. IMPORTANT: The fibers are always stored in that file in RAS coordinates.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
Create fiber tracks from the output of  [[Documentation/{{documentation/version}}/Modules/FinslerTractography|Finsler Tractography Module]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
* GJ. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerBacktracing&amp;diff=37870</id>
		<title>Documentation/Nightly/Modules/FinslerBacktracing</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerBacktracing&amp;diff=37870"/>
		<updated>2014-05-02T16:12:42Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
Supported by grant number FMECD-2010/71131616E from the Spanish Ministry of Education/Fulbright Committee &amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Antonio Tristan Vega, Demian Wassermann and Carl-Fredrik Westin. The directional iterators were contributed by Luis Ibanez (Kitware).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
The Backtracing Module uses the output of the Finsler tractography module to actually trace the estimated fiber bundles. Note that you should have 'Finsler Tractography based on HARDI' installed and working in order to be able to use the present module (see the documentation therein for more details on the Finsler Tractography method). The nomenclature for this module can be a little confusing: contrary to 'Labelmap seeding', this algorithm does not ask for a seeding region. This is because the seeding region is provided when calculating the costs map and the optimal arrival directions with 'Finsler Tractography based on HARDI'. Hence, the seeding region (and also the hypothetic mask used) is now implicit in the costs map. In the present module, we have to choose instead a set of 'target points': the fiber bundles are traced from these target points to the seeding region. Accordingly, no stopping criterion is needed: we stop tracking the bundle just when we hit either the seeding region or a point outside the mask (if used). Nonetheless, we perform some 'sanity checks', avoiding fibers with abnormal length or with excessive curvature. NOTE: If compiled as a stand-alone, this module needs to be linked against both ITK and VTK NOTE2: If compiled as a stand-alone, the fiber bundles computed are written to disk as a VTK file (.vtp/.vtk) that can be loaded with 3D-Slicer or FSL. IMPORTANT: The fibers are always stored in that file in RAS coordinates.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
* GJ. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerBacktracing&amp;diff=37869</id>
		<title>Documentation/Nightly/Modules/FinslerBacktracing</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerBacktracing&amp;diff=37869"/>
		<updated>2014-05-02T16:09:45Z</updated>

		<summary type="html">&lt;p&gt;Alexy: Created page with '&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt; &amp;lt;!-- ---------------------------- --&amp;gt; {{documentation/{{documentation/version}}/module-header}} &amp;lt;!-- -----------------------…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
Supported by grant number FMECD-2010/71131616E from the Spanish Ministry of Education/Fulbright Committee &amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Antonio Tristan Vega, Demian Wassermann and Carl-Fredrik Westin. The directional iterators were contributed by Luis Ibanez (Kitware).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
This module implements the Finsler tractography method with HARDI data described by J. Melonakos et al. From a set of seeding and target points, the paths are estimated as the shortest path taking into account a local, directional dependent cost.&lt;br /&gt;
&lt;br /&gt;
The output provided is the connectivity map from each voxel in the volume to the seeding points, plus a vector volume with the directions tangent to the fiber bundles at each point. If the Backtracing module within is built, these directions can be traced back to actually compute the fiber bundles&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/FinslerTractography|Finsler Tractography Module]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/FinslerBacktracing |Backtracing Module]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
The Finsler Tractography Module module uses the fast-sweeping algorithm to find the connectivity from a set of seeding points to each voxel in the input DWI volume (or inside the mask, if provided). This connectivity is the minimum cost of arriving at each voxel from the seeds, following the trajectory of the estimated pathways. The cost is computed as the integral along the pathway of a local directional cost computed from the ODF or some other HARDI-related measurement. A complete description of the algorithm may be found in: J. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008. A background-removal mask can be used to accelerate computations. Optionally, the algorithm provides at each voxel an estimation of the vector tangent to the optimal pathway at that point (arrival direction). Fast-sweeping is full multi-threaded, and some other accelerations (checking only those voxels in the causal direction of the solution) have been implemented to obtain a result in a reasonable time. However, an algorithm virtually identical to that in the aforementioned paper may be reproduced fixing the advanced parameters as follows: Cost: (E(q)/Phi(r))^3 Directions: 26 Use threads: deactivate Use accelerated iterations: deactivate (Start accelerated iterations becomes irrelevant). &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Backtracing Module uses the output of the Finsler tractography module to actually trace the estimated fiber bundles. Note that you should have 'Finsler Tractography based on HARDI' installed and working in order to be able to use the present module (see the documentation therein for more details on the Finsler Tractography method). The nomenclature for this module can be a little confusing: contrary to 'Labelmap seeding', this algorithm does not ask for a seeding region. This is because the seeding region is provided when calculating the costs map and the optimal arrival directions with 'Finsler Tractography based on HARDI'. Hence, the seeding region (and also the hypothetic mask used) is now implicit in the costs map. In the present module, we have to choose instead a set of 'target points': the fiber bundles are traced from these target points to the seeding region. Accordingly, no stopping criterion is needed: we stop tracking the bundle just when we hit either the seeding region or a point outside the mask (if used). Nonetheless, we perform some 'sanity checks', avoiding fibers with abnormal length or with excessive curvature. NOTE: If compiled as a stand-alone, this module needs to be linked against both ITK and VTK NOTE2: If compiled as a stand-alone, the fiber bundles computed are written to disk as a VTK file (.vtp/.vtk) that can be loaded with 3D-Slicer or FSL. IMPORTANT: The fibers are always stored in that file in RAS coordinates..&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
* GJ. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerTractography&amp;diff=37868</id>
		<title>Documentation/Nightly/Modules/FinslerTractography</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerTractography&amp;diff=37868"/>
		<updated>2014-05-02T16:08:37Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
Supported by grant number FMECD-2010/71131616E from the Spanish Ministry of Education/Fulbright Committee &amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Antonio Tristan Vega, Demian Wassermann and Carl-Fredrik Westin. The directional iterators were contributed by Luis Ibanez (Kitware).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
This module implements the Finsler tractography method with HARDI data described by J. Melonakos et al. From a set of seeding and target points, the paths are estimated as the shortest path taking into account a local, directional dependent cost.&lt;br /&gt;
&lt;br /&gt;
The output provided is the connectivity map from each voxel in the volume to the seeding points, plus a vector volume with the directions tangent to the fiber bundles at each point. If the Backtracing module within is built, these directions can be traced back to actually compute the fiber bundles&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/FinslerTractography|Finsler Tractography Module]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/FinslerBacktracing |Backtracing Module]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
The Finsler Tractography Module module uses the fast-sweeping algorithm to find the connectivity from a set of seeding points to each voxel in the input DWI volume (or inside the mask, if provided). This connectivity is the minimum cost of arriving at each voxel from the seeds, following the trajectory of the estimated pathways. The cost is computed as the integral along the pathway of a local directional cost computed from the ODF or some other HARDI-related measurement. A complete description of the algorithm may be found in: J. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008. A background-removal mask can be used to accelerate computations. Optionally, the algorithm provides at each voxel an estimation of the vector tangent to the optimal pathway at that point (arrival direction). Fast-sweeping is full multi-threaded, and some other accelerations (checking only those voxels in the causal direction of the solution) have been implemented to obtain a result in a reasonable time. However, an algorithm virtually identical to that in the aforementioned paper may be reproduced fixing the advanced parameters as follows: Cost: (E(q)/Phi(r))^3 Directions: 26 Use threads: deactivate Use accelerated iterations: deactivate (Start accelerated iterations becomes irrelevant). &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Backtracing Module uses the output of the Finsler tractography module to actually trace the estimated fiber bundles. Note that you should have 'Finsler Tractography based on HARDI' installed and working in order to be able to use the present module (see the documentation therein for more details on the Finsler Tractography method). The nomenclature for this module can be a little confusing: contrary to 'Labelmap seeding', this algorithm does not ask for a seeding region. This is because the seeding region is provided when calculating the costs map and the optimal arrival directions with 'Finsler Tractography based on HARDI'. Hence, the seeding region (and also the hypothetic mask used) is now implicit in the costs map. In the present module, we have to choose instead a set of 'target points': the fiber bundles are traced from these target points to the seeding region. Accordingly, no stopping criterion is needed: we stop tracking the bundle just when we hit either the seeding region or a point outside the mask (if used). Nonetheless, we perform some 'sanity checks', avoiding fibers with abnormal length or with excessive curvature. NOTE: If compiled as a stand-alone, this module needs to be linked against both ITK and VTK NOTE2: If compiled as a stand-alone, the fiber bundles computed are written to disk as a VTK file (.vtp/.vtk) that can be loaded with 3D-Slicer or FSL. IMPORTANT: The fibers are always stored in that file in RAS coordinates..&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
* GJ. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerTractography&amp;diff=37867</id>
		<title>Documentation/Nightly/Modules/FinslerTractography</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/FinslerTractography&amp;diff=37867"/>
		<updated>2014-05-02T16:06:34Z</updated>

		<summary type="html">&lt;p&gt;Alexy: Created page with '&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt; &amp;lt;!-- ---------------------------- --&amp;gt; {{documentation/{{documentation/version}}/module-header}} &amp;lt;!-- -----------------------…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
Supported by grant number FMECD-2010/71131616E from the Spanish Ministry of Education/Fulbright Committee &amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Antonio Tristan Vega, Demian Wassermann and Carl-Fredrik Westin. The directional iterators were contributed by Luis Ibanez (Kitware).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
This module implements the Finsler tractography method with HARDI data described by J. Melonakos et al. From a set of seeding and target points, the paths are estimated as the shortest path taking into account a local, directional dependent cost.&lt;br /&gt;
&lt;br /&gt;
The output provided is the connectivity map from each voxel in the volume to the seeding points, plus a vector volume with the directions tangent to the fiber bundles at each point. If the Backtracing module within is built, these directions can be traced back to actually compute the fiber bundles&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/FinslerTractography|Finsler Tractography Module]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/FinslerBacktracing |Backtracing Module]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
The Finsler Tractography Module module uses the fast-sweeping algorithm to find the connectivity from a set of seeding points to each voxel in the input DWI volume (or inside the mask, if provided). This connectivity is the minimum cost of arriving at each voxel from the seeds, following the trajectory of the estimated pathways. The cost is computed as the integral along the pathway of a local directional cost computed from the ODF or some other HARDI-related measurement. A complete description of the algorithm may be found in: J. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008. A background-removal mask can be used to accelerate computations. Optionally, the algorithm provides at each voxel an estimation of the vector tangent to the optimal pathway at that point (arrival direction). Fast-sweeping is full multi-threaded, and some other accelerations (checking only those voxels in the causal direction of the solution) have been implemented to obtain a result in a reasonable time. However, an algorithm virtually identical to that in the aforementioned paper may be reproduced fixing the advanced parameters as follows: Cost: (E(q)/Phi(r))^3 Directions: 26 Use threads: deactivate Use accelerated iterations: deactivate (Start accelerated iterations becomes irrelevant). &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Backtracing Module uses the output of the Finsler tractography module to actually trace the estimated fiber bundles. Note that you should have 'Finsler Tractography based on HARDI' installed and working in order to be able to use the present module (see the documentation therein for more details on the Finsler Tractography method). The nomenclature for this module can be a little confusing: contrary to 'Labelmap seeding', this algorithm does not ask for a seeding region. This is because the seeding region is provided when calculating the costs map and the optimal arrival directions with 'Finsler Tractography based on HARDI'. Hence, the seeding region (and also the hypothetic mask used) is now implicit in the costs map. In the present module, we have to choose instead a set of 'target points': the fiber bundles are traced from these target points to the seeding region. Accordingly, no stopping criterion is needed: we stop tracking the bundle just when we hit either the seeding region or a point outside the mask (if used). Nonetheless, we perform some 'sanity checks', avoiding fibers with abnormal length or with excessive curvature. NOTE: If compiled as a stand-alone, this module needs to be linked against both ITK and VTK NOTE2: If compiled as a stand-alone, the fiber bundles computed are written to disk as a VTK file (.vtp/.vtk) that can be loaded with 3D-Slicer or FSL. IMPORTANT: The fibers are always stored in that file in RAS coordinates..&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
* GJ. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions&amp;diff=37866</id>
		<title>Documentation/Nightly/Extensions</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions&amp;diff=37866"/>
		<updated>2014-05-02T16:00:36Z</updated>

		<summary type="html">&lt;p&gt;Alexy: /* Cat 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;= Extensions by Category =&lt;br /&gt;
&lt;br /&gt;
==Cat 1==&lt;br /&gt;
&lt;br /&gt;
==Cat 2==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Extensions/CarreraSliceInteractiveSegmenter|CarreraSlice Interactive Segmenter]] (Ivan Kolesov, LiangJia Zhu, Yi Gao, Peter Karasev, Patricio Vela, Allen Tannenbaum, Karl Fritscher, Steve Pieper )&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/SkullStripper|SkullStripper]] (Xiaodong Tao)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/MABMIS|MABMIS]] (Xiaofeng Liu)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/SwissSkullStripper|SwissSkullStripper]] (Bill Lorensen)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/CARMA|Cardiac MRI Toolkit]] (Alan Morris, Salma Bengali)[[image:UnderConstruction.png|tumb|10px]]&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/PkModeling|PkModeling]] (Emma Zhu, Jim Miller)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/FacetedVisualizer|FacetedVisualizer]] (Harini Veeraraghavan, Jim Miller)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/Reporting|Reporting]] (Andrey Fedorov, Nicole Aucoin, Steve Pieper) (work in progress)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/TCIABrowser|TCIA Browser]] (Alireza Mehrtash, Andrey Fedorov) (work in progress)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/SlicerRT|SlicerRT]] (Csaba Pinter, Andras Lasso, Kevin Wang, Greg Sharp, Steve Pieper)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/DicomRtImport|DICOM-RT import]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/DicomRtExport|DICOM-RT export]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/Contours|Contours]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/DoseVolumeHistogram|Dose volume histogram]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/DoseAccumulation|Dose accumulation]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/DoseComparison|Dose comparison]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/Isodose|Isodose line and surface display]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/ContourComparison|Contour comparison]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/ContourMorphology|Contour morphology]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/SubjectHierarchy|Subject hierarchy]]&lt;br /&gt;
** Modules from [[Documentation/{{documentation/version}}/Extensions/Plastimatch|Plastimatch]] (Greg Sharp)&lt;br /&gt;
*** [[Documentation/{{documentation/version}}/Modules/PlmBSplineDeformableRegistration|Plastimatch Automatic deformable image registration]]&lt;br /&gt;
*** [[Documentation/{{documentation/version}}/Modules/PlmLANDWARP|Plastimatch LANDWARP Landmark]]&lt;br /&gt;
*** [[Documentation/{{documentation/version}}/Modules/PlmXFORMWARP|Plastimatch XFORMWARP]] [[image:UnderConstruction.png|tumb|10px]]&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/SlicerIGT|SlicerIGT]] (Tamas Ungi, Adam Rankin, Andras Lasso, Junichi Tokuda, Laurent Chauvin)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/CollectFiducials|CollectFiducials]] (Tamas Ungi)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/CreateModels|CreateModels]] (Tamas Ungi, Matthew Holden)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/OpenIGTLinkRemote|OpenIGTLinkRemote]] (Tamas Ungi, Andras Lasso)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/UltrasoundSnapshots|UltrasoundSnapshots]] (Tamas Ungi, Franklin King)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Extensions/VolumeResliceDriver|VolumeResliceDriver]] (Junichi Tokuda, Tamas Ungi, Laurent Chauvin)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Extensions/PathExplorer|PathExplorer]] (Laurent Chauvin, Junichi Tokuda)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/MatlabBridge|Matlab Bridge]] (Andras Lasso, Jean-Christophe Fillion-Robin, Kevin Wang)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/iGyne|iGyne]] (Xiaojun Chen and iGyne Team)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/LongitudinalPETCT|LongitudinalPETCT]] (Paul Mercea, Andrey Fedorov)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/DTIProcess|DTIProcess]] (Francois Budin)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/DTIAtlasFiberAnalyzer|DTIAtlasFiberAnalyzer]] (Francois Budin)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/FiberViewerLight|FiberViewerLight]] (Francois Budin)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/DTIPrep|DTIPrep]] (Francois Budin)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/DTIAtlasBuilder|DTIAtlasBuilder]] (Adrien Kaiser)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/ShapePopulationViewer|ShapePopulationViewer]] (Alexis Girault)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/ModelToModelDistance|ModelToModelDistance]] (Francois Budin, Juliette Pera, Beatriz Paniagua)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/TubeTK|TubeTK]] (Stephen Aylward, Jean-Christophe Fillion-Robin, Christopher Mullins, Michael Jeulin-L, Matthew McCormick)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/UKFTractography|UKFTractography]] (Ryan Eckbo, Yogesh Rathi)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/TrackerStabilizer|TrackerStabilizer]] (Laurent Chauvin, Jayender Jagadeesan)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/ChangeTracker|ChangeTracker]] (Andrey Fedorov)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/SobolevSegmenter|SobolevSegmenter]] (Arie Nakhmani)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/QuickTools|QuickTools]] (Julien Finet)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/ImageMaker|Image Maker]]&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/XNATSlicer|XNATSlicer]]&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/ErodeDilateLabel|ErodeDilateLabel]] (Junichi)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/ThingiverseBrowser|ThingiverseBrowser]] (Nigel Goh)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/VirtualFractureReconstruction|Virtual Fracture Reconstruction]] (Karl Fritscher, Peter Karasev)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/AirwaySegmentation|AirwaySegmentation]] (Pietro Nardelli)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/ModelClip|ModelClip]] (Jun Lin, Xiaojun Chen)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/SurfaceMirror|SurfaceMirror]] (Jiaxi Luo, Ruqing Ye, Xiaojun Chen)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/Scoliosis|Scoliosis]] (Franklin King, Tamas Ungi)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/SpinalCurvatureMeasurement|Spinal Curvature Measurement]] (Franklin King, Tamas Ungi)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/PortPlacement|Port Placement]] (Andinet Enquobahrie, Luis G. Torres)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/PlusRemote|Plus Remote]] (Franklin King, Tamas Ungi)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/TransformVisualizer|Transform Visualizer]] (Franklin King, Andras Lasso, Csaba Pinter)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/WindowLevelEffect|WindowLevelEffect]] (Andrey Fedorov, Steve Pieper)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/PerkTutor|PerkTutor]] (Tamas Ungi, Matthew Holden)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/PerkEvaluator|PerkEvaluator]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/TransformRecorder|TransformRecorder]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/WorkflowSegmentation|WorkflowSegmentation]]&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Modules/SlicerToKiwiExporter|SlicerToKiwiExporter]] (Jean-Christophe Fillion-Robin)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Modules/GelDosimetry|GelDosimetry]] (Csaba Pinter)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/MultidimData|Multidimensional data]] (Andras Lasso, Matthew Holden, Kevin Wang)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/GyroGuide|GyroGuide]] (Ruifeng Chen,Luping Fang, Qing Pan, Xiaolei Chen, Jiashu Zhang)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Modules/MRI SNR Measurement|MRI SNR Measurement]] (Babak Matinfar)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/OpenCAD|OpenCAD]] (Vivek Narayan, Jayender Jagadeesan)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/PercutaneousApproachAnalysis|Percutaneous Approach Analysis]] (Koichiro Murakami, Laurent Chauvin, Junichi Tokuda)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/FinslerTractography|Finsler Tractography]] (Antonio Tristan Vega, Demian Wassermann and Carl-Fredrik Westin)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/FinslerTractography|Finsler Tractography]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/FinslerBacktracing|Finsler Backtracing]]&lt;br /&gt;
&lt;br /&gt;
==Cat 3==&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/LesionSegmentation|LesionSegmentation]] (Mark Scully)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/TrainModel|LesionSegmentation-&amp;gt;TrainModel]] (Mark Scully)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/PredictLesions|LesionSegmentation-&amp;gt;PredictLesions]] (Mark Scully)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/IASEM|IASEM]] (Bradley Lowekamp)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/PyDevRemoteDebug|Python debugger]] (Andras Lasso)&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{:Documentation/{{documentation/version}}/FAQ/Extensions|Extensions}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/FinslerTractography&amp;diff=37865</id>
		<title>Documentation/Nightly/Extensions/FinslerTractography</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/FinslerTractography&amp;diff=37865"/>
		<updated>2014-05-02T15:55:40Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
Supported by grant number FMECD-2010/71131616E from the Spanish Ministry of Education/Fulbright Committee &amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Antonio Tristan Vega, Demian Wassermann and Carl-Fredrik Westin. The directional iterators were contributed by Luis Ibanez (Kitware).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
This module implements the Finsler tractography method with HARDI data described by J. Melonakos et al. From a set of seeding and target points, the paths are estimated as the shortest path taking into account a local, directional dependent cost.&lt;br /&gt;
&lt;br /&gt;
The output provided is the connectivity map from each voxel in the volume to the seeding points, plus a vector volume with the directions tangent to the fiber bundles at each point. If the Backtracing module within is built, these directions can be traced back to actually compute the fiber bundles&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/FinslerTractography|Finsler Tractography Module]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/FinslerBacktracing |Backtracing Module]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
The Finsler Tractography Module module uses the fast-sweeping algorithm to find the connectivity from a set of seeding points to each voxel in the input DWI volume (or inside the mask, if provided). This connectivity is the minimum cost of arriving at each voxel from the seeds, following the trajectory of the estimated pathways. The cost is computed as the integral along the pathway of a local directional cost computed from the ODF or some other HARDI-related measurement. A complete description of the algorithm may be found in: J. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008. A background-removal mask can be used to accelerate computations. Optionally, the algorithm provides at each voxel an estimation of the vector tangent to the optimal pathway at that point (arrival direction). Fast-sweeping is full multi-threaded, and some other accelerations (checking only those voxels in the causal direction of the solution) have been implemented to obtain a result in a reasonable time. However, an algorithm virtually identical to that in the aforementioned paper may be reproduced fixing the advanced parameters as follows: Cost: (E(q)/Phi(r))^3 Directions: 26 Use threads: deactivate Use accelerated iterations: deactivate (Start accelerated iterations becomes irrelevant). &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Backtracing Module uses the output of the Finsler tractography module to actually trace the estimated fiber bundles. Note that you should have 'Finsler Tractography based on HARDI' installed and working in order to be able to use the present module (see the documentation therein for more details on the Finsler Tractography method). The nomenclature for this module can be a little confusing: contrary to 'Labelmap seeding', this algorithm does not ask for a seeding region. This is because the seeding region is provided when calculating the costs map and the optimal arrival directions with 'Finsler Tractography based on HARDI'. Hence, the seeding region (and also the hypothetic mask used) is now implicit in the costs map. In the present module, we have to choose instead a set of 'target points': the fiber bundles are traced from these target points to the seeding region. Accordingly, no stopping criterion is needed: we stop tracking the bundle just when we hit either the seeding region or a point outside the mask (if used). Nonetheless, we perform some 'sanity checks', avoiding fibers with abnormal length or with excessive curvature. NOTE: If compiled as a stand-alone, this module needs to be linked against both ITK and VTK NOTE2: If compiled as a stand-alone, the fiber bundles computed are written to disk as a VTK file (.vtp/.vtk) that can be loaded with 3D-Slicer or FSL. IMPORTANT: The fibers are always stored in that file in RAS coordinates..&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
* GJ. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/FinslerTractography&amp;diff=37864</id>
		<title>Documentation/Nightly/Extensions/FinslerTractography</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/FinslerTractography&amp;diff=37864"/>
		<updated>2014-05-02T15:53:44Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
Supported by grant number FMECD-2010/71131616E from the Spanish Ministry of Education/Fulbright Committee &amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Antonio Tristan Vega, Demian Wassermann and Carl-Fredrik Westin. The directional iterators were contributed by Luis Ibanez (Kitware).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
This module implements the Finsler tractography method with HARDI data described by J. Melonakos et al. From a set of seeding and target points, the paths are estimated as the shortest path taking into account a local, directional dependent cost.&lt;br /&gt;
&lt;br /&gt;
The output provided is the connectivity map from each voxel in the volume to the seeding points, plus a vector volume with the directions tangent to the fiber bundles at each point. If the Backtracing module within is built, these directions can be traced back to actually compute the fiber bundles&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/FinslerTractography|Finsler Tractography Module]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/FinslerBacktracing |Backtracing Module]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
The Finsler Tractography Module module uses the fast-sweeping algorithm to find the connectivity from a set of seeding points to each voxel in the input DWI volume (or inside the mask, if provided). This connectivity is the minimum cost of arriving at each voxel from the seeds, following the trajectory of the estimated pathways. The cost is computed as the integral along the pathway of a local directional cost computed from the ODF or some other HARDI-related measurement. A complete description of the algorithm may be found in: J. Melonakos, E. Pichon, S. Angenent, A. Tannenbaum, 'Finsler Active Contours'. IEEE Transactions on Pattern Analysis and Machine Intelligence, 30(3):412-423. March 2008. A background-removal mask can be used to accelerate computations. Optionally, the algorithm provides at each voxel an estimation of the vector tangent to the optimal pathway at that point (arrival direction). Fast-sweeping is full multi-threaded, and some other accelerations (checking only those voxels in the causal direction of the solution) have been implemented to obtain a result in a reasonable time. However, an algorithm virtually identical to that in the aforementioned paper may be reproduced fixing the advanced parameters as follows: Cost: (E(q)/Phi(r))^3 Directions: 26 Use threads: deactivate Use accelerated iterations: deactivate (Start accelerated iterations becomes irrelevant). &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Backtracing Module uses the output of the Finsler tractography module to actually trace the estimated fiber bundles. Note that you should have 'Finsler Tractography based on HARDI' installed and working in order to be able to use the present module (see the documentation therein for more details on the Finsler Tractography method). The nomenclature for this module can be a little confusing: contrary to 'Labelmap seeding', this algorithm does not ask for a seeding region. This is because the seeding region is provided when calculating the costs map and the optimal arrival directions with 'Finsler Tractography based on HARDI'. Hence, the seeding region (and also the hypothetic mask used) is now implicit in the costs map. In the present module, we have to choose instead a set of 'target points': the fiber bundles are traced from these target points to the seeding region. Accordingly, no stopping criterion is needed: we stop tracking the bundle just when we hit either the seeding region or a point outside the mask (if used). Nonetheless, we perform some 'sanity checks', avoiding fibers with abnormal length or with excessive curvature. NOTE: If compiled as a stand-alone, this module needs to be linked against both ITK and VTK NOTE2: If compiled as a stand-alone, the fiber bundles computed are written to disk as a VTK file (.vtp/.vtk) that can be loaded with 3D-Slicer or FSL. IMPORTANT: The fibers are always stored in that file in RAS coordinates..&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:plastimatch_tutorial_ppt.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1023/3D_Slicer_Plastimatch_Registration_Tutorial.ppt Download tutorial]&lt;br /&gt;
Image:plastimatch_tutorial_data.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/1004/rider-lung-images.tar.gz Download tutorial data]&lt;br /&gt;
Image:plastimatch_dicomrt_tutorial_ppt.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1568/3D_Slicer_Plastimatch_DICOM_RT_Tutorial_2010_12_28.pdf Download tutorial (PDF)]&lt;br /&gt;
Image:plastimatch_dicomrt_ss.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/934/chest-phantom-dicomrt-xio-4.33.02.tar.gz (Download tutorial data)]&lt;br /&gt;
Image:3D_Slicer_Plastimatch_Landmark_Registration_Tutorial.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1622/3D_Slicer_Plastimatch_Landmark_Registration_Tutorial.ppt Download tutorial]&lt;br /&gt;
Image:fixed.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/1619/synthetic_img.zip Download tutorial data]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
* G Sharp, N Kandasamy, H Singh, M Folkert, &amp;quot;GPU-based streaming architectures for fast cone-beam CT image reconstruction and demons deformable registration,&amp;quot; Physics in Medicine and Biology, 52(19), pp 5771-83, 2007. &lt;br /&gt;
* V Boldea, G Sharp, SB Jiang, D Sarrut, &amp;quot;4D-CT lung motion estimation with deformable registration: Quantification of motion nonlinearity and hysteresis,&amp;quot; Medical Physics, 33(3), pp 1008-18, 2008.&lt;br /&gt;
* Z Wu, E Rietzel, V Boldea, D Sarrut, G Sharp, &amp;quot;Evaluation of deformable registration of patient lung 4DCT with sub-anatomical region segmentations,&amp;quot; Medical Physics, 35(2), pp 775-81, 2008. &lt;br /&gt;
* G Sharp et al. &amp;quot;Plastimatch - An open source software suite for radiotherapy image processing,&amp;quot; Proceedings of the XVIth International Conference on the use of Computers in Radiotherapy, May, 2010.&lt;br /&gt;
* N. Shusharina, G. Sharp &amp;quot;Landmark-based image registration with analytic regularization&amp;quot;, IEEE Trans. Med. Imag., submitted, 2011.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/FinslerTractography&amp;diff=37863</id>
		<title>Documentation/Nightly/Extensions/FinslerTractography</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/FinslerTractography&amp;diff=37863"/>
		<updated>2014-05-02T15:50:23Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
Supported by grant number FMECD-2010/71131616E from the Spanish Ministry of Education/Fulbright Committee &amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Antonio Tristan Vega, Demian Wassermann and Carl-Fredrik Westin. The directional iterators were contributed by Luis Ibanez (Kitware).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
This module implements the Finsler tractography method with HARDI data described by J. Melonakos et al. From a set of seeding and target points, the paths are estimated as the shortest path taking into account a local, directional dependent cost.&lt;br /&gt;
&lt;br /&gt;
The output provided is the connectivity map from each voxel in the volume to the seeding points, plus a vector volume with the directions tangent to the fiber bundles at each point. If the Backtracing module within is built, these directions can be traced back to actually compute the fiber bundles&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/FinslerTractography|Finsler Tractography Module]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/FinslerBacktracing |Backtracing Module]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
[http://plastimatch.org/data_sources.html Sample data] to use with modules.&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:plastimatch_dicomrt_ss.png|DICOM-RT Structure Set&lt;br /&gt;
Image:plastimatch_dicomrt_dose.png|DICOM-RT Dose&lt;br /&gt;
Image:plastimatch_image_1.png|Before Registration&lt;br /&gt;
Image:plastimatch_image_2.png|After Registration&lt;br /&gt;
Image:before_reg.png|Before Registration&lt;br /&gt;
Image:after_reg.png|After Registration&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:plastimatch_tutorial_ppt.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1023/3D_Slicer_Plastimatch_Registration_Tutorial.ppt Download tutorial]&lt;br /&gt;
Image:plastimatch_tutorial_data.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/1004/rider-lung-images.tar.gz Download tutorial data]&lt;br /&gt;
Image:plastimatch_dicomrt_tutorial_ppt.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1568/3D_Slicer_Plastimatch_DICOM_RT_Tutorial_2010_12_28.pdf Download tutorial (PDF)]&lt;br /&gt;
Image:plastimatch_dicomrt_ss.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/934/chest-phantom-dicomrt-xio-4.33.02.tar.gz (Download tutorial data)]&lt;br /&gt;
Image:3D_Slicer_Plastimatch_Landmark_Registration_Tutorial.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1622/3D_Slicer_Plastimatch_Landmark_Registration_Tutorial.ppt Download tutorial]&lt;br /&gt;
Image:fixed.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/1619/synthetic_img.zip Download tutorial data]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
* G Sharp, N Kandasamy, H Singh, M Folkert, &amp;quot;GPU-based streaming architectures for fast cone-beam CT image reconstruction and demons deformable registration,&amp;quot; Physics in Medicine and Biology, 52(19), pp 5771-83, 2007. &lt;br /&gt;
* V Boldea, G Sharp, SB Jiang, D Sarrut, &amp;quot;4D-CT lung motion estimation with deformable registration: Quantification of motion nonlinearity and hysteresis,&amp;quot; Medical Physics, 33(3), pp 1008-18, 2008.&lt;br /&gt;
* Z Wu, E Rietzel, V Boldea, D Sarrut, G Sharp, &amp;quot;Evaluation of deformable registration of patient lung 4DCT with sub-anatomical region segmentations,&amp;quot; Medical Physics, 35(2), pp 775-81, 2008. &lt;br /&gt;
* G Sharp et al. &amp;quot;Plastimatch - An open source software suite for radiotherapy image processing,&amp;quot; Proceedings of the XVIth International Conference on the use of Computers in Radiotherapy, May, 2010.&lt;br /&gt;
* N. Shusharina, G. Sharp &amp;quot;Landmark-based image registration with analytic regularization&amp;quot;, IEEE Trans. Med. Imag., submitted, 2011.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/FinslerTractography&amp;diff=37862</id>
		<title>Documentation/Nightly/Extensions/FinslerTractography</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/FinslerTractography&amp;diff=37862"/>
		<updated>2014-05-02T15:49:36Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
Supported by grant number FMECD-2010/71131616E from the Spanish Ministry of Education/Fulbright Committee &amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Antonio Tristan Vega, Demian Wassermann and Carl-Fredrik Westin. The directional iterators were contributed by Luis Ibanez (Kitware).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
This module implements the Finsler tractography method with HARDI data described by J. Melonakos et al. From a set of seeding and target points, the paths are estimated as the shortest path taking into account a local, directional dependent cost.&lt;br /&gt;
&lt;br /&gt;
The output provided is the connectivity map from each voxel in the volume to the seeding points, plus a vector volume with the directions tangent to the fiber bundles at each point. If the Backtracing module within is built, these directions can be traced back to actually compute the fiber bundles&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/FinslerTractography|Finsler Tractography]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/FinslerBacktracing |Backtracing ]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
[http://plastimatch.org/data_sources.html Sample data] to use with modules.&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:plastimatch_dicomrt_ss.png|DICOM-RT Structure Set&lt;br /&gt;
Image:plastimatch_dicomrt_dose.png|DICOM-RT Dose&lt;br /&gt;
Image:plastimatch_image_1.png|Before Registration&lt;br /&gt;
Image:plastimatch_image_2.png|After Registration&lt;br /&gt;
Image:before_reg.png|Before Registration&lt;br /&gt;
Image:after_reg.png|After Registration&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:plastimatch_tutorial_ppt.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1023/3D_Slicer_Plastimatch_Registration_Tutorial.ppt Download tutorial]&lt;br /&gt;
Image:plastimatch_tutorial_data.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/1004/rider-lung-images.tar.gz Download tutorial data]&lt;br /&gt;
Image:plastimatch_dicomrt_tutorial_ppt.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1568/3D_Slicer_Plastimatch_DICOM_RT_Tutorial_2010_12_28.pdf Download tutorial (PDF)]&lt;br /&gt;
Image:plastimatch_dicomrt_ss.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/934/chest-phantom-dicomrt-xio-4.33.02.tar.gz (Download tutorial data)]&lt;br /&gt;
Image:3D_Slicer_Plastimatch_Landmark_Registration_Tutorial.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1622/3D_Slicer_Plastimatch_Landmark_Registration_Tutorial.ppt Download tutorial]&lt;br /&gt;
Image:fixed.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/1619/synthetic_img.zip Download tutorial data]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
* G Sharp, N Kandasamy, H Singh, M Folkert, &amp;quot;GPU-based streaming architectures for fast cone-beam CT image reconstruction and demons deformable registration,&amp;quot; Physics in Medicine and Biology, 52(19), pp 5771-83, 2007. &lt;br /&gt;
* V Boldea, G Sharp, SB Jiang, D Sarrut, &amp;quot;4D-CT lung motion estimation with deformable registration: Quantification of motion nonlinearity and hysteresis,&amp;quot; Medical Physics, 33(3), pp 1008-18, 2008.&lt;br /&gt;
* Z Wu, E Rietzel, V Boldea, D Sarrut, G Sharp, &amp;quot;Evaluation of deformable registration of patient lung 4DCT with sub-anatomical region segmentations,&amp;quot; Medical Physics, 35(2), pp 775-81, 2008. &lt;br /&gt;
* G Sharp et al. &amp;quot;Plastimatch - An open source software suite for radiotherapy image processing,&amp;quot; Proceedings of the XVIth International Conference on the use of Computers in Radiotherapy, May, 2010.&lt;br /&gt;
* N. Shusharina, G. Sharp &amp;quot;Landmark-based image registration with analytic regularization&amp;quot;, IEEE Trans. Med. Imag., submitted, 2011.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/FinslerTractography&amp;diff=37861</id>
		<title>Documentation/Nightly/Extensions/FinslerTractography</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/FinslerTractography&amp;diff=37861"/>
		<updated>2014-05-02T15:47:11Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
Supported by grant number FMECD-2010/71131616E from the Spanish Ministry of Education/Fulbright Committee &amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Antonio Tristan Vega, Demian Wassermann and Carl-Fredrik Westin. The directional iterators were contributed by Luis Ibanez (Kitware).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
This module implements the Finsler tractography method with HARDI data described by J. Melonakos et al. From a set of seeding and target points, the paths are estimated as the shortest path taking into account a local, directional dependent cost.&lt;br /&gt;
&lt;br /&gt;
The output provided is the connectivity map from each voxel in the volume to the seeding points, plus a vector volume with the directions tangent to the fiber bundles at each point. If the Backtracing module within is built, these directions can be traced back to actually compute the fiber bundles&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/PlmBSplineDeformableRegistration|Plastimatch Automatic deformable image registration]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/PlmDICOMRTImport|Plastimatch DICOM-RT import]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/PlmLANDWARP|Plastimatch LANDWARP Landmark]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
[http://plastimatch.org/data_sources.html Sample data] to use with modules.&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:plastimatch_dicomrt_ss.png|DICOM-RT Structure Set&lt;br /&gt;
Image:plastimatch_dicomrt_dose.png|DICOM-RT Dose&lt;br /&gt;
Image:plastimatch_image_1.png|Before Registration&lt;br /&gt;
Image:plastimatch_image_2.png|After Registration&lt;br /&gt;
Image:before_reg.png|Before Registration&lt;br /&gt;
Image:after_reg.png|After Registration&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:plastimatch_tutorial_ppt.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1023/3D_Slicer_Plastimatch_Registration_Tutorial.ppt Download tutorial]&lt;br /&gt;
Image:plastimatch_tutorial_data.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/1004/rider-lung-images.tar.gz Download tutorial data]&lt;br /&gt;
Image:plastimatch_dicomrt_tutorial_ppt.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1568/3D_Slicer_Plastimatch_DICOM_RT_Tutorial_2010_12_28.pdf Download tutorial (PDF)]&lt;br /&gt;
Image:plastimatch_dicomrt_ss.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/934/chest-phantom-dicomrt-xio-4.33.02.tar.gz (Download tutorial data)]&lt;br /&gt;
Image:3D_Slicer_Plastimatch_Landmark_Registration_Tutorial.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1622/3D_Slicer_Plastimatch_Landmark_Registration_Tutorial.ppt Download tutorial]&lt;br /&gt;
Image:fixed.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/1619/synthetic_img.zip Download tutorial data]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
* G Sharp, N Kandasamy, H Singh, M Folkert, &amp;quot;GPU-based streaming architectures for fast cone-beam CT image reconstruction and demons deformable registration,&amp;quot; Physics in Medicine and Biology, 52(19), pp 5771-83, 2007. &lt;br /&gt;
* V Boldea, G Sharp, SB Jiang, D Sarrut, &amp;quot;4D-CT lung motion estimation with deformable registration: Quantification of motion nonlinearity and hysteresis,&amp;quot; Medical Physics, 33(3), pp 1008-18, 2008.&lt;br /&gt;
* Z Wu, E Rietzel, V Boldea, D Sarrut, G Sharp, &amp;quot;Evaluation of deformable registration of patient lung 4DCT with sub-anatomical region segmentations,&amp;quot; Medical Physics, 35(2), pp 775-81, 2008. &lt;br /&gt;
* G Sharp et al. &amp;quot;Plastimatch - An open source software suite for radiotherapy image processing,&amp;quot; Proceedings of the XVIth International Conference on the use of Computers in Radiotherapy, May, 2010.&lt;br /&gt;
* N. Shusharina, G. Sharp &amp;quot;Landmark-based image registration with analytic regularization&amp;quot;, IEEE Trans. Med. Imag., submitted, 2011.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/FinslerTractography&amp;diff=37860</id>
		<title>Documentation/Nightly/Extensions/FinslerTractography</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/FinslerTractography&amp;diff=37860"/>
		<updated>2014-05-02T15:46:23Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
Supported by grant number FMECD-2010/71131616E from the Spanish Ministry of Education/Fulbright Committee &amp;lt;br&amp;gt;&lt;br /&gt;
Author:Greg Sharp&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Antonio Tristan Vega, Demian Wassermann and Carl-Fredrik Westin. The directional iterators were contributed by Luis Ibanez (Kitware).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
This module implements the Finsler tractography method with HARDI data described by J. Melonakos et al. From a set of seeding and target points, the paths are estimated as the shortest path taking into account a local, directional dependent cost.&lt;br /&gt;
&lt;br /&gt;
The output provided is the connectivity map from each voxel in the volume to the seeding points, plus a vector volume with the directions tangent to the fiber bundles at each point. If the Backtracing module within is built, these directions can be traced back to actually compute the fiber bundles&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/PlmBSplineDeformableRegistration|Plastimatch Automatic deformable image registration]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/PlmDICOMRTImport|Plastimatch DICOM-RT import]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/PlmLANDWARP|Plastimatch LANDWARP Landmark]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
[http://plastimatch.org/data_sources.html Sample data] to use with modules.&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:plastimatch_dicomrt_ss.png|DICOM-RT Structure Set&lt;br /&gt;
Image:plastimatch_dicomrt_dose.png|DICOM-RT Dose&lt;br /&gt;
Image:plastimatch_image_1.png|Before Registration&lt;br /&gt;
Image:plastimatch_image_2.png|After Registration&lt;br /&gt;
Image:before_reg.png|Before Registration&lt;br /&gt;
Image:after_reg.png|After Registration&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:plastimatch_tutorial_ppt.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1023/3D_Slicer_Plastimatch_Registration_Tutorial.ppt Download tutorial]&lt;br /&gt;
Image:plastimatch_tutorial_data.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/1004/rider-lung-images.tar.gz Download tutorial data]&lt;br /&gt;
Image:plastimatch_dicomrt_tutorial_ppt.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1568/3D_Slicer_Plastimatch_DICOM_RT_Tutorial_2010_12_28.pdf Download tutorial (PDF)]&lt;br /&gt;
Image:plastimatch_dicomrt_ss.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/934/chest-phantom-dicomrt-xio-4.33.02.tar.gz (Download tutorial data)]&lt;br /&gt;
Image:3D_Slicer_Plastimatch_Landmark_Registration_Tutorial.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1622/3D_Slicer_Plastimatch_Landmark_Registration_Tutorial.ppt Download tutorial]&lt;br /&gt;
Image:fixed.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/1619/synthetic_img.zip Download tutorial data]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
* G Sharp, N Kandasamy, H Singh, M Folkert, &amp;quot;GPU-based streaming architectures for fast cone-beam CT image reconstruction and demons deformable registration,&amp;quot; Physics in Medicine and Biology, 52(19), pp 5771-83, 2007. &lt;br /&gt;
* V Boldea, G Sharp, SB Jiang, D Sarrut, &amp;quot;4D-CT lung motion estimation with deformable registration: Quantification of motion nonlinearity and hysteresis,&amp;quot; Medical Physics, 33(3), pp 1008-18, 2008.&lt;br /&gt;
* Z Wu, E Rietzel, V Boldea, D Sarrut, G Sharp, &amp;quot;Evaluation of deformable registration of patient lung 4DCT with sub-anatomical region segmentations,&amp;quot; Medical Physics, 35(2), pp 775-81, 2008. &lt;br /&gt;
* G Sharp et al. &amp;quot;Plastimatch - An open source software suite for radiotherapy image processing,&amp;quot; Proceedings of the XVIth International Conference on the use of Computers in Radiotherapy, May, 2010.&lt;br /&gt;
* N. Shusharina, G. Sharp &amp;quot;Landmark-based image registration with analytic regularization&amp;quot;, IEEE Trans. Med. Imag., submitted, 2011.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/FinslerTractography&amp;diff=37859</id>
		<title>Documentation/Nightly/Extensions/FinslerTractography</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/FinslerTractography&amp;diff=37859"/>
		<updated>2014-05-02T15:44:10Z</updated>

		<summary type="html">&lt;p&gt;Alexy: Created page with '&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt; &amp;lt;!-- ---------------------------- --&amp;gt; {{documentation/{{documentation/version}}/module-header}} &amp;lt;!-- -----------------------…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work is part of the National Alliance for Medical Image Computing (NAMIC), funded by ... &amp;lt;br&amp;gt;&lt;br /&gt;
Author:Greg Sharp&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Jean-Christophe Fillion-Robin ({{collaborator|name|kitware}})&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Greg Sharp, &amp;lt;email&amp;gt;gcsharp@partners.org&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Website: http://plastimatch.org/&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://forge.abcd.harvard.edu/gf/project/plastimatch/scmsvn/?action=browse&amp;amp;path=%2F*checkout*%2Fplastimatch%2Ftrunk%2Fsrc%2Fplastimatch%2FLICENSE.TXT&amp;amp;revision=2388 BSD]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
Plastimatch is an open source software for image computation. Our main focus is high-performance volumetric registration of medical images, such as X-ray computed tomography (CT), magnetic resonance imaging (MRI), and positron emission tomography (PET). Software features include:&lt;br /&gt;
&lt;br /&gt;
*B-spline method for deformable image registration (GPU and multicore accelerated)&lt;br /&gt;
*Demons method for deformable image registration (GPU accelerated)&lt;br /&gt;
*ITK-based algorithms for translation, rigid, affine, demons, and B-spline registration&lt;br /&gt;
*Pipelined, multi-stage registration framework with seamless conversion between most algorithms and transform types&lt;br /&gt;
*Landmark-based deformable registration using thin-plate splines for global registration&lt;br /&gt;
*Landmark-based deformable registration using radial basis functions for local corrections&lt;br /&gt;
*Broad support for 3D image file formats (using ITK), including DICOM, Nifti, NRRD, MetaImage, and Analyze&lt;br /&gt;
*DICOM and DICOM-RT import and export&lt;br /&gt;
*XiO import and export&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/PlmBSplineDeformableRegistration|Plastimatch Automatic deformable image registration]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/PlmDICOMRTImport|Plastimatch DICOM-RT import]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/PlmLANDWARP|Plastimatch LANDWARP Landmark]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
[http://plastimatch.org/data_sources.html Sample data] to use with modules.&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:plastimatch_dicomrt_ss.png|DICOM-RT Structure Set&lt;br /&gt;
Image:plastimatch_dicomrt_dose.png|DICOM-RT Dose&lt;br /&gt;
Image:plastimatch_image_1.png|Before Registration&lt;br /&gt;
Image:plastimatch_image_2.png|After Registration&lt;br /&gt;
Image:before_reg.png|Before Registration&lt;br /&gt;
Image:after_reg.png|After Registration&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:plastimatch_tutorial_ppt.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1023/3D_Slicer_Plastimatch_Registration_Tutorial.ppt Download tutorial]&lt;br /&gt;
Image:plastimatch_tutorial_data.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/1004/rider-lung-images.tar.gz Download tutorial data]&lt;br /&gt;
Image:plastimatch_dicomrt_tutorial_ppt.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1568/3D_Slicer_Plastimatch_DICOM_RT_Tutorial_2010_12_28.pdf Download tutorial (PDF)]&lt;br /&gt;
Image:plastimatch_dicomrt_ss.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/934/chest-phantom-dicomrt-xio-4.33.02.tar.gz (Download tutorial data)]&lt;br /&gt;
Image:3D_Slicer_Plastimatch_Landmark_Registration_Tutorial.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1622/3D_Slicer_Plastimatch_Landmark_Registration_Tutorial.ppt Download tutorial]&lt;br /&gt;
Image:fixed.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/85/1619/synthetic_img.zip Download tutorial data]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
* G Sharp, N Kandasamy, H Singh, M Folkert, &amp;quot;GPU-based streaming architectures for fast cone-beam CT image reconstruction and demons deformable registration,&amp;quot; Physics in Medicine and Biology, 52(19), pp 5771-83, 2007. &lt;br /&gt;
* V Boldea, G Sharp, SB Jiang, D Sarrut, &amp;quot;4D-CT lung motion estimation with deformable registration: Quantification of motion nonlinearity and hysteresis,&amp;quot; Medical Physics, 33(3), pp 1008-18, 2008.&lt;br /&gt;
* Z Wu, E Rietzel, V Boldea, D Sarrut, G Sharp, &amp;quot;Evaluation of deformable registration of patient lung 4DCT with sub-anatomical region segmentations,&amp;quot; Medical Physics, 35(2), pp 775-81, 2008. &lt;br /&gt;
* G Sharp et al. &amp;quot;Plastimatch - An open source software suite for radiotherapy image processing,&amp;quot; Proceedings of the XVIth International Conference on the use of Computers in Radiotherapy, May, 2010.&lt;br /&gt;
* N. Shusharina, G. Sharp &amp;quot;Landmark-based image registration with analytic regularization&amp;quot;, IEEE Trans. Med. Imag., submitted, 2011.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Labs/NonlinearTransforms&amp;diff=36814</id>
		<title>Documentation/Labs/NonlinearTransforms</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Labs/NonlinearTransforms&amp;diff=36814"/>
		<updated>2013-12-10T22:31:25Z</updated>

		<summary type="html">&lt;p&gt;Alexy: /* Code branch on github */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Motivation: current state of non-linear transforms in Slicer 4.2 =&lt;br /&gt;
&lt;br /&gt;
Slicer 4.2 has a very limited non-linear transforms support.&lt;br /&gt;
&lt;br /&gt;
* MRML nodes exist for BSpline and Grid transforms&lt;br /&gt;
* There is a number of CLI modules that input and output non-linear transforms&lt;br /&gt;
* There is no support for import/export of non-linear transforms&lt;br /&gt;
* There is no support in Data module for applying non-linear transforms by dragging Volumes and Models&lt;br /&gt;
* There is no support in Data module for hardening of non-linear transforms for Volumes and Models&lt;br /&gt;
* CLI modules input and output &amp;quot;resampling&amp;quot; transform, which transforms from parent space, where linear transforms are stored as &amp;quot;modeling&amp;quot; transforms, which transforms to parent space&lt;br /&gt;
&lt;br /&gt;
= New features implemented in this project =&lt;br /&gt;
&lt;br /&gt;
* Support for import/export of non-linear transforms&lt;br /&gt;
* Support in Data module for applying non-linear transforms by dragging Volumes and Models&lt;br /&gt;
* Support in Data module for hardening of non-linear transforms for Volumes and Models&lt;br /&gt;
* Support for both &amp;quot;to parent&amp;quot; and &amp;quot;from parent&amp;quot; types of transforms in MRML nodes (both linear and non-linear)&lt;br /&gt;
* Support for both &amp;quot;to world&amp;quot; and &amp;quot;from world&amp;quot; types of transforms in MRML nodes (both linear and non-linear)&lt;br /&gt;
* Support for caching of &amp;quot;to parent&amp;quot; and &amp;quot;from parent&amp;quot; types of transforms in MRML nodes (both linear and non-linear)&lt;br /&gt;
* Maintain backward compatibility with existing CLI modules&lt;br /&gt;
= MRML API changes =&lt;br /&gt;
== vtkMRMLTransformNode ==&lt;br /&gt;
* new method virtual vtkGeneralTransform*GetTransformFromParent()&lt;br /&gt;
* new method void GetTransformFromWorld(vtkGeneralTransform* transformToWorld)&lt;br /&gt;
* new flag vtkMRMLTransformNode::ReadWriteAsTransformToParent which tells storage nodes wheather to read/write transform data as from parent or to parent. The flag is implemented in vtkMRMLTransformNode to maintain backward compatibility with CLI modules that read/write non-linear transforms as “resampling” , from parent space transforms.&lt;br /&gt;
== vtkMRMLLinearTransformNode ==&lt;br /&gt;
* changed signature of the method virtual void GetMatrixTransformToParent(vtkMatrix4x4*)&lt;br /&gt;
* new method virtual void GetMatrixTransformFromParent(vtkMatrix4x4*);&lt;br /&gt;
* new method void SetAndObserveMatrixTransformFromParent(vtkMatrix4x4 *matrix);&lt;br /&gt;
== vtkMRMLNonlinearTransformNode ==&lt;br /&gt;
* changed signature of the method virtual void GeWarpTransformToParent(vtkWarpTransform*)&lt;br /&gt;
* new method virtual void GeWarpTransformFromParent(vtkWarpTransform*);&lt;br /&gt;
* new method void SetAndObserveWarpTransformFromParent(vtkWarpTransform*matrix);&lt;br /&gt;
== Other MRML nodes ==&lt;br /&gt;
* implemented above APIs in vtkMRMLBSplineTransformNode and vtkMRMLGridTransformNode&lt;br /&gt;
*  added support for applying transforms (hardening) to Volume and Model nodes&lt;br /&gt;
= Support for dragging under non-linear transforms in Data module =&lt;br /&gt;
* vtkMRMLSliceLayerLogic class has been redesigned to deal with generic transforms rather than just vtkMatrix4x4&lt;br /&gt;
* vtkMRMLModelDisplayableManager class has been redesigned to deal with generic transforms rather than just vtkMatrix4x4&lt;br /&gt;
= Code branch on github =&lt;br /&gt;
https://github.com/ayarmarkovich/Slicer/tree/xform_branch&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Labs/NonlinearTransforms&amp;diff=36813</id>
		<title>Documentation/Labs/NonlinearTransforms</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Labs/NonlinearTransforms&amp;diff=36813"/>
		<updated>2013-12-10T22:31:00Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Motivation: current state of non-linear transforms in Slicer 4.2 =&lt;br /&gt;
&lt;br /&gt;
Slicer 4.2 has a very limited non-linear transforms support.&lt;br /&gt;
&lt;br /&gt;
* MRML nodes exist for BSpline and Grid transforms&lt;br /&gt;
* There is a number of CLI modules that input and output non-linear transforms&lt;br /&gt;
* There is no support for import/export of non-linear transforms&lt;br /&gt;
* There is no support in Data module for applying non-linear transforms by dragging Volumes and Models&lt;br /&gt;
* There is no support in Data module for hardening of non-linear transforms for Volumes and Models&lt;br /&gt;
* CLI modules input and output &amp;quot;resampling&amp;quot; transform, which transforms from parent space, where linear transforms are stored as &amp;quot;modeling&amp;quot; transforms, which transforms to parent space&lt;br /&gt;
&lt;br /&gt;
= New features implemented in this project =&lt;br /&gt;
&lt;br /&gt;
* Support for import/export of non-linear transforms&lt;br /&gt;
* Support in Data module for applying non-linear transforms by dragging Volumes and Models&lt;br /&gt;
* Support in Data module for hardening of non-linear transforms for Volumes and Models&lt;br /&gt;
* Support for both &amp;quot;to parent&amp;quot; and &amp;quot;from parent&amp;quot; types of transforms in MRML nodes (both linear and non-linear)&lt;br /&gt;
* Support for both &amp;quot;to world&amp;quot; and &amp;quot;from world&amp;quot; types of transforms in MRML nodes (both linear and non-linear)&lt;br /&gt;
* Support for caching of &amp;quot;to parent&amp;quot; and &amp;quot;from parent&amp;quot; types of transforms in MRML nodes (both linear and non-linear)&lt;br /&gt;
* Maintain backward compatibility with existing CLI modules&lt;br /&gt;
= MRML API changes =&lt;br /&gt;
== vtkMRMLTransformNode ==&lt;br /&gt;
* new method virtual vtkGeneralTransform*GetTransformFromParent()&lt;br /&gt;
* new method void GetTransformFromWorld(vtkGeneralTransform* transformToWorld)&lt;br /&gt;
* new flag vtkMRMLTransformNode::ReadWriteAsTransformToParent which tells storage nodes wheather to read/write transform data as from parent or to parent. The flag is implemented in vtkMRMLTransformNode to maintain backward compatibility with CLI modules that read/write non-linear transforms as “resampling” , from parent space transforms.&lt;br /&gt;
== vtkMRMLLinearTransformNode ==&lt;br /&gt;
* changed signature of the method virtual void GetMatrixTransformToParent(vtkMatrix4x4*)&lt;br /&gt;
* new method virtual void GetMatrixTransformFromParent(vtkMatrix4x4*);&lt;br /&gt;
* new method void SetAndObserveMatrixTransformFromParent(vtkMatrix4x4 *matrix);&lt;br /&gt;
== vtkMRMLNonlinearTransformNode ==&lt;br /&gt;
* changed signature of the method virtual void GeWarpTransformToParent(vtkWarpTransform*)&lt;br /&gt;
* new method virtual void GeWarpTransformFromParent(vtkWarpTransform*);&lt;br /&gt;
* new method void SetAndObserveWarpTransformFromParent(vtkWarpTransform*matrix);&lt;br /&gt;
== Other MRML nodes ==&lt;br /&gt;
* implemented above APIs in vtkMRMLBSplineTransformNode and vtkMRMLGridTransformNode&lt;br /&gt;
*  added support for applying transforms (hardening) to Volume and Model nodes&lt;br /&gt;
= Support for dragging under non-linear transforms in Data module =&lt;br /&gt;
* vtkMRMLSliceLayerLogic class has been redesigned to deal with generic transforms rather than just vtkMatrix4x4&lt;br /&gt;
* vtkMRMLModelDisplayableManager class has been redesigned to deal with generic transforms rather than just vtkMatrix4x4&lt;br /&gt;
== Code branch on github ==&lt;br /&gt;
https://github.com/ayarmarkovich/Slicer/tree/xform_branch&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Labs&amp;diff=36805</id>
		<title>Documentation/Labs</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Labs&amp;diff=36805"/>
		<updated>2013-12-10T15:29:25Z</updated>

		<summary type="html">&lt;p&gt;Alexy: /* Internals */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the place where we will keep track of our experiments.&lt;br /&gt;
&lt;br /&gt;
= On-going =&lt;br /&gt;
&lt;br /&gt;
== Internals ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/DeprecatedModules|DeprecatedModules extension]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/MultiDimensional Data Management|MultiDimensional Data Management]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/NonlinearTransforms|Full support for non-linear transforms]]&lt;br /&gt;
&lt;br /&gt;
== Libraries ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/VTK6|VTK6]]&lt;br /&gt;
&lt;br /&gt;
== Python ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/CallingPythonMethodsFromCpp|Calling Python methods from Cpp]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/IPython|IPython]]&lt;br /&gt;
&lt;br /&gt;
== Compilers &amp;amp; IDE ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/Ninja|Ninja]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/VS2012|VS2012]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/NUMPY171|Support for Numpy 1.7.1]]&lt;br /&gt;
&lt;br /&gt;
== Virtual Machines ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/GPU Virtualization|GPU Virtualization]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/DocumentationImprovments|Documentation Improvements (Wiki, website, ...)]]&lt;br /&gt;
&lt;br /&gt;
== Extension ==&lt;br /&gt;
&lt;br /&gt;
* [[{{FULLPAGENAME}}/EasyExtensionContribution|Easy Extension Contribution]]&lt;br /&gt;
&lt;br /&gt;
= Completed =&lt;br /&gt;
&lt;br /&gt;
== Internals ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/CMake-ified Python|CMake-ified Python]] - See [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21911 r21911], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21912 r21912], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21913 r21913]&lt;br /&gt;
&lt;br /&gt;
== Libraries ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/ITKv4|ITKv4]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/Qt484|Qt484]]&lt;br /&gt;
&lt;br /&gt;
== Python ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/DevelopmentWithGit|Development with Git]] - See [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21863 r21863], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21867 r21867], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21869 r21869], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21879 r21879], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21891 r21891]&lt;br /&gt;
&lt;br /&gt;
== Modules ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/SimpleFilters|Simple Filters]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/Editor|Editor]]&lt;br /&gt;
&lt;br /&gt;
== Tutorials testing ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/TutorialTesting/4.3-Release|4.3 Release]]&lt;br /&gt;
&lt;br /&gt;
== Debug ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/BRAINS_and_ITKv4_issue|BRAINS and ITKv4 issue]]&lt;br /&gt;
&lt;br /&gt;
== Internals ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/I18N|Internationalization]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/Units|Units]]&lt;br /&gt;
* [https://github.com/TubeTK/SlicerExecutionModel/wiki/SlicerExecutionModel-Parameter-Serialization SlicerExecutionModel Parameter Serialization]&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Labs/NonlinearTransforms&amp;diff=36804</id>
		<title>Documentation/Labs/NonlinearTransforms</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Labs/NonlinearTransforms&amp;diff=36804"/>
		<updated>2013-12-10T15:28:13Z</updated>

		<summary type="html">&lt;p&gt;Alexy: Created page with '= Motivation: current state of non-linear transforms in Slicer 4.2 =  Slicer 4.2 has a very limited non-linear transforms support.  * MRML nodes exist for BSpline and Grid transf…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Motivation: current state of non-linear transforms in Slicer 4.2 =&lt;br /&gt;
&lt;br /&gt;
Slicer 4.2 has a very limited non-linear transforms support.&lt;br /&gt;
&lt;br /&gt;
* MRML nodes exist for BSpline and Grid transforms&lt;br /&gt;
* There is a number of CLI modules that input and output non-linear transforms&lt;br /&gt;
* There is no support for import/export of non-linear transforms&lt;br /&gt;
* There is no support in Data module for applying non-linear transforms by dragging Volumes and Models&lt;br /&gt;
* There is no support in Data module for hardening of non-linear transforms for Volumes and Models&lt;br /&gt;
* CLI modules input and output &amp;quot;resampling&amp;quot; transform, which transforms from parent space, where linear transforms are stored as &amp;quot;modeling&amp;quot; transforms, which transforms to parent space&lt;br /&gt;
&lt;br /&gt;
= New features implemented in this project =&lt;br /&gt;
&lt;br /&gt;
* Support for import/export of non-linear transforms&lt;br /&gt;
* Support in Data module for applying non-linear transforms by dragging Volumes and Models&lt;br /&gt;
* Support in Data module for hardening of non-linear transforms for Volumes and Models&lt;br /&gt;
* Support for both &amp;quot;to parent&amp;quot; and &amp;quot;from parent&amp;quot; types of transforms in MRML nodes (both linear and non-linear)&lt;br /&gt;
* Support for both &amp;quot;to world&amp;quot; and &amp;quot;from world&amp;quot; types of transforms in MRML nodes (both linear and non-linear)&lt;br /&gt;
* Support for caching of &amp;quot;to parent&amp;quot; and &amp;quot;from parent&amp;quot; types of transforms in MRML nodes (both linear and non-linear)&lt;br /&gt;
* Maintain backward compatibility with existing CLI modules&lt;br /&gt;
= MRML API changes =&lt;br /&gt;
== vtkMRMLTransformNode ==&lt;br /&gt;
* new method virtual vtkGeneralTransform*GetTransformFromParent()&lt;br /&gt;
* new method void GetTransformFromWorld(vtkGeneralTransform* transformToWorld)&lt;br /&gt;
* new flag vtkMRMLTransformNode::ReadWriteAsTransformToParent which tells storage nodes wheather to read/write transform data as from parent or to parent. The flag is implemented in vtkMRMLTransformNode to maintain backward compatibility with CLI modules that read/write non-linear transforms as “resampling” , from parent space transforms.&lt;br /&gt;
== vtkMRMLLinearTransformNode ==&lt;br /&gt;
* changed signature of the method virtual void GetMatrixTransformToParent(vtkMatrix4x4*)&lt;br /&gt;
* new method virtual void GetMatrixTransformFromParent(vtkMatrix4x4*);&lt;br /&gt;
* new method void SetAndObserveMatrixTransformFromParent(vtkMatrix4x4 *matrix);&lt;br /&gt;
== vtkMRMLNonlinearTransformNode ==&lt;br /&gt;
* changed signature of the method virtual void GeWarpTransformToParent(vtkWarpTransform*)&lt;br /&gt;
* new method virtual void GeWarpTransformFromParent(vtkWarpTransform*);&lt;br /&gt;
* new method void SetAndObserveWarpTransformFromParent(vtkWarpTransform*matrix);&lt;br /&gt;
== Other MRML nodes ==&lt;br /&gt;
* implemented above APIs in vtkMRMLBSplineTransformNode and vtkMRMLGridTransformNode&lt;br /&gt;
*  added support for applying transforms (hardening) to Volume and Model nodes&lt;br /&gt;
= Support for dragging under non-linear transforms in Data module =&lt;br /&gt;
* vtkMRMLSliceLayerLogic class has been redesigned to deal with generic transforms rather than just vtkMatrix4x4&lt;br /&gt;
* vtkMRMLModelDisplayableManager class has been redesigned to deal with generic transforms rather than just vtkMatrix4x4&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Labs&amp;diff=36803</id>
		<title>Documentation/Labs</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Labs&amp;diff=36803"/>
		<updated>2013-12-10T14:27:45Z</updated>

		<summary type="html">&lt;p&gt;Alexy: /* Internals */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the place where we will keep track of our experiments.&lt;br /&gt;
&lt;br /&gt;
= On-going =&lt;br /&gt;
&lt;br /&gt;
== Internals ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/DeprecatedModules|DeprecatedModules extension]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/MultiDimensional Data Management|MultiDimensional Data Management]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/NonlinearTransforms|Incorporate non-linear transforms]]&lt;br /&gt;
&lt;br /&gt;
== Libraries ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/VTK6|VTK6]]&lt;br /&gt;
&lt;br /&gt;
== Python ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/CallingPythonMethodsFromCpp|Calling Python methods from Cpp]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/IPython|IPython]]&lt;br /&gt;
&lt;br /&gt;
== Compilers &amp;amp; IDE ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/Ninja|Ninja]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/VS2012|VS2012]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/NUMPY171|Support for Numpy 1.7.1]]&lt;br /&gt;
&lt;br /&gt;
== Virtual Machines ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/GPU Virtualization|GPU Virtualization]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/DocumentationImprovments|Documentation Improvements (Wiki, website, ...)]]&lt;br /&gt;
&lt;br /&gt;
== Extension ==&lt;br /&gt;
&lt;br /&gt;
* [[{{FULLPAGENAME}}/EasyExtensionContribution|Easy Extension Contribution]]&lt;br /&gt;
&lt;br /&gt;
= Completed =&lt;br /&gt;
&lt;br /&gt;
== Internals ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/CMake-ified Python|CMake-ified Python]] - See [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21911 r21911], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21912 r21912], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21913 r21913]&lt;br /&gt;
&lt;br /&gt;
== Libraries ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/ITKv4|ITKv4]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/Qt484|Qt484]]&lt;br /&gt;
&lt;br /&gt;
== Python ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/DevelopmentWithGit|Development with Git]] - See [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21863 r21863], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21867 r21867], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21869 r21869], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21879 r21879], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21891 r21891]&lt;br /&gt;
&lt;br /&gt;
== Modules ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/SimpleFilters|Simple Filters]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/Editor|Editor]]&lt;br /&gt;
&lt;br /&gt;
== Tutorials testing ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/TutorialTesting/4.3-Release|4.3 Release]]&lt;br /&gt;
&lt;br /&gt;
== Debug ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/BRAINS_and_ITKv4_issue|BRAINS and ITKv4 issue]]&lt;br /&gt;
&lt;br /&gt;
== Internals ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/I18N|Internationalization]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/Units|Units]]&lt;br /&gt;
* [https://github.com/TubeTK/SlicerExecutionModel/wiki/SlicerExecutionModel-Parameter-Serialization SlicerExecutionModel Parameter Serialization]&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.3/Announcements&amp;diff=35644</id>
		<title>Documentation/4.3/Announcements</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.3/Announcements&amp;diff=35644"/>
		<updated>2013-09-13T16:27:14Z</updated>

		<summary type="html">&lt;p&gt;Alexy: /* Other Improvements,  Additions &amp;amp; Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
[[image:Slicer4Announcement-HiRes.png|center|'''{{documentation/version}}''']]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;center&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;text-align:center; font-size:120%; border-spacing: 0; padding: 0px;&amp;quot; cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
|[[#Summary|Summary ]]&lt;br /&gt;
|[[#What is 3D Slicer|What is 3D Slicer]]&lt;br /&gt;
|[[#Slicer {{documentation/version}} Highlights|Slicer {{documentation/version}} Highlights]]&lt;br /&gt;
|[[#Slicer Extensions|Slicer Extensions]]&lt;br /&gt;
|[[#Other Improvements,  Additions &amp;amp; Documentation| Other Improvements,  Additions &amp;amp; Documentation]]&lt;br /&gt;
|}&lt;br /&gt;
=Summary= &lt;br /&gt;
&lt;br /&gt;
The [http://www.slicer.org/pages/Acknowledgments community] of Slicer developers is proud to announce the release of '''Slicer {{documentation/version}}'''.&lt;br /&gt;
&lt;br /&gt;
*Slicer {{documentation/version}} introduces &lt;br /&gt;
** a new App store, called the extension manager, for adding capabilities to Slicer. Close to 40 plug-ins are currently available.&lt;br /&gt;
** close to 500 feature improvements and bug fixes lead to improved performance and stability.&lt;br /&gt;
** augmentation of many modules.&lt;br /&gt;
** improved workflows in registration and dMRI&lt;br /&gt;
** the multivolume explorer allows interaction with time series and DCE data.&lt;br /&gt;
** major improvements to the DICOM module&lt;br /&gt;
** a new Markups module to streamline the use of fiducial lists&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Click here to [http://download.slicer.org/ download] Slicer {{documentation/version}} for different platforms and find pointers to the source code, mailing lists and bug tracker. &lt;br /&gt;
*Please note that Slicer continues to be a research package and is not intended for clinical use. Testing of functionality is an ongoing activity with high priority, however, some features of Slicer are not fully tested.&lt;br /&gt;
*The [[Documentation/{{documentation/version}}/Training|Slicer Training]] page provides a series of courses for learning how to use Slicer. The portfolio contains self-guided presentation and sample data sets. &lt;br /&gt;
&lt;br /&gt;
The main [http://www.slicer.org slicer.org] pages provide a guided tour to the application, training materials, and the development community.  New users should start there because we try to keep the pages organized and up to date.&lt;br /&gt;
&lt;br /&gt;
Find out more about Slicer {{documentation/version}} in the webinar held on [...]:&lt;br /&gt;
&lt;br /&gt;
[[Image:Webinar-Slicer-4.1.png|link=http://vimeo.com/41096643|400px|center]]&lt;br /&gt;
&lt;br /&gt;
=What is 3D Slicer=&lt;br /&gt;
Slicer is  a community platform created for the purpose of subject specific image analysis and visualization. &lt;br /&gt;
&lt;br /&gt;
* Multi-modality imaging including, MRI, CT, US, nuclear medicine, and microscopy&lt;br /&gt;
* Multi organ from head to toe&lt;br /&gt;
* Bidirectional interface for devices&lt;br /&gt;
* Expandable and interfaced to multiple toolkits&lt;br /&gt;
&lt;br /&gt;
There is no restriction on use, but permissions and compliance with rules are responsibility of users. For details on the license see [http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl here]&lt;br /&gt;
&lt;br /&gt;
=Slicer {{documentation/version}} Highlights=&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;New and Improved Toolkits and Modules&amp;quot; widths=&amp;quot;250px&amp;quot; heights=&amp;quot;150px&amp;quot; perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
Image:ITK_logo.png|Moved from ITKv3 to ITKv4&lt;br /&gt;
Image:SimpleITK_Logo.png|Added SimpleITK&lt;br /&gt;
Image:CLIAutoRun.png|Added AutoRun mode for CLI modules to interactively search in parameter space and to create pipelines of filters. Watch the [https://vimeo.com/64813350  demo]!&lt;br /&gt;
Image:Markups-GUI-Collapsed.png|The [[Documentation/{{documentation/version}}/Modules/Markups|Markups]] module replaces Annotation fiducials.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Slicer Extensions =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;New and Improved Extensions&amp;quot; widths=&amp;quot;250px&amp;quot; heights=&amp;quot;150px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:AirwaySegmentation-ICON.png|[[Documentation/{{documentation/version}}/Extensions/AirwaySegmentation|Airway Segmentation]] to segment the airway from chest CT images.{{new}}&lt;br /&gt;
Image:CMRTK-logo.png|[[Documentation/{{documentation/version}}/Extensions/CARMA|Cardiac MRI Toolkit]] to analyze cardiac LGE-MRI images. {{new}}&lt;br /&gt;
Image:ChangeTracker logo.png|[[Documentation/{{documentation/version}}/Extensions/ChangeTracker| Change Tracker]] for quantification of the subtle changes in pathology.{{new}}&lt;br /&gt;
Image:DiceSimilarityCoefficient.png|[[Documentation/{{documentation/version}}/Extensions/DiceComputation|Dice Computation]] to calculate the Dice Similarity Coefficient (DSC) between multiple label map images.{{new}}&lt;br /&gt;
Image:DTIAtlasBuilder.jpeg|[[Documentation/{{documentation/version}}/Extensions/DTIAtlasBuilder|DTI Atlas Builder]] to create an Atlas image as an average of several DTI images that will be registered.{{updated}}&lt;br /&gt;
Image:DTIPrep.png|[[Documentation/{{documentation/version}}/Extensions/DTIPrep|DTI Prep]].{{updated}}&lt;br /&gt;
Image:DTIProcess-mj.png|[[Documentation/{{documentation/version}}/Extensions/DTIProcess| DTI Process]].{{updated}}&lt;br /&gt;
Image:ErodeDilateLabelIcon.png|[[Documentation/{{documentation/version}}/Extensions/ErodeDilateLabel|Erode/Dilate Label]] to perform binary erosion and dilation on a specified label.{{new}}&lt;br /&gt;
Image:FacetedVisualizer.png|[[Documentation/{{documentation/version}}/Extensions/FacetedVisualizer|Faceted Visualizer]] to create flexible visualizations using Slicer by combining a 3D digital atlas and 3D scene models with an ontology.{{updated}}&lt;br /&gt;
Image:FiberViewerLight.png|[[Documentation/{{documentation/version}}/Extensions/FiberViewerLight| Fiber Viewer Light]] to create fiber clusters based on methods such as Length, Gravity, Hausdorff, or Mean Distribution and Normalized Cut.{{updated}}&lt;br /&gt;
Image:IASEM.png|[[Documentation/{{documentation/version}}/Extensions/IASEM| IASEM]] to segmentation and process of IASEM Electron Microscopy images.{{new}}&lt;br /&gt;
Image:QuickToolsLogo.png|[[Documentation/{{documentation/version}}/Extensions/ImageMaker|Image Maker]] to create volumes from scratch. {{new}}&lt;br /&gt;
Image:LAScarSegmenter.png|[[Documentation/{{documentation/version}}/Extensions/LAScarSegmenter|LA Scar Segmenter]] to perform segmentation of the left atrial scarring tissue from MR images. {{new}}&lt;br /&gt;
Image:LASegmenter.png|[[Documentation/{{documentation/version}}/Extensions/LASegmenter|LA Segmenter]] to perform segmentation of the left atrium from MR images.{{new}}&lt;br /&gt;
Image:LongitudinalPETCTLogo.png|[[Documentation/{{documentation/version}}/Extensions/LongitudinalPETCT| Longitudinal PET/CT]] to provide a user friendly Slicer interface for quantification of DICOM PET/CT image data.{{updated}&lt;br /&gt;
Image:MatlabBridgeLogo.png|[[Documentation/{{documentation/version}}/Extensions/MatlabBridge| Matlab Bridge]] to allow running Matlab functions directly in 3D Slicer.{{new}}&lt;br /&gt;
Image:ModelClipIcon.png|[[Documentation/{{documentation/version}}/Extensions/ModelClip| Model Clip]] to set osteotomy trajectory with multiple planes, and clip the model with just one click.{{new}}&lt;br /&gt;
Image:PathPlannerIcon.png|[[Documentation/{{documentation/version}}/Extensions/PathPlanner| Path Planner]]to facilitate the creation of trajectory.{{new}}&lt;br /&gt;
Image:PkModeling.png|[[Documentation/{{documentation/version}}/Extensions/PkModeling| Pk Modeling]] to calculate quantitative parameters from Dynamic Contrast Enhanced DCE-MRI images.{{new}}&lt;br /&gt;
Image:PlusRemoteLogo.png|[[Documentation/{{documentation/version}}/Extensions/PlusRemote|Plus Remote]] to send commands through OpenIGTLink Remote to PLUS.{{new}}&lt;br /&gt;
Image:Portplacement_icon.png|[[Documentation/{{documentation/version}}/Extensions/PortPlacement| Port Placement]]to assists in the planning of surgical port placement in laparoscopic procedures.{{new}}&lt;br /&gt;
Image:ReportingLogo.png|[[Documentation/{{documentation/version}}/Extensions/Reporting|Reporting]] to create image annotations/markup that are stored in a structured form.{{updated}}&lt;br /&gt;
Image:SkullStripper.png|[[Documentation/{{documentation/version}}/Extensions/SkullStripper|Skull Stripper]] to register an atlas image to the patient data.{{updated}}&lt;br /&gt;
Image:SlicerIGTLogo.png|[[Documentation/{{documentation/version}}/Extensions/SlicerIGT|SlicerIGT]] to use all the advanced features of 3D Slicer for real-time navigation.{{new}}&lt;br /&gt;
Image:SlicerRT Logo 2.0 128x128.png|[[Documentation/{{documentation/version}}/Extensions/SlicerRT|SlicerRT]] is a tool for powerful radiotherapy research. {{updated}}&lt;br /&gt;
Image:SlicerToKiwiExporterLogo.png|[[Documentation/{{documentation/version}}/Extensions/SlicerToKiwiExporter|Slicer To Kiwi Exporter]] to provide an easy way to export [[Documentation/{{documentation/version}}/Modules/Models|models]] into a [http://www.kiwiviewer.org/ KiwiViewer].{{new}} &lt;br /&gt;
Image:SobolevSegmenter.png|[[Documentation/{{documentation/version}}/Extensions/SobolevSegmenter|Sobolev Segmenter]] implements Sobolev inner product based active contour, using the Chan-Vese energy functional.{{updated}}&lt;br /&gt;
Image:SwissSkullStripper.png|[[Documentation/{{documentation/version}}/Extensions/SwissSkullStripper|Swiss Skull Stripper]] to register an atlas image to the patient data.{{new}}&lt;br /&gt;
Image:TrackerStabilizer.png|[[Documentation/{{documentation/version}}/Extensions/TrackerStabilizer|Tracker Stabilizer]] to output a filtered transform node based on an tracker input (transform node).{{new}}&lt;br /&gt;
Image:TransformVisualizerLogo.png|[[Documentation/{{documentation/version}}/Extensions/TransformVisualizer|Transform Visualizer]] to visualize any transform (linear transform, B-spline deformable transform, any other non-linear transform) or vector volume.{{new}}&lt;br /&gt;
Image:TubeTK-scaled.png|[[Documentation/{{documentation/version}}/Extensions/TubeTK| TubeTK]] is an open-source toolkit for the segmentation, registration, and analysis of tubes and surfaces in images.{{updated}}&lt;br /&gt;
Image:UKFTractography.png|[[Documentation/{{documentation/version}}/Extensions/UKFTractography|UKF Tractography]] a framework which uses an unscented Kalman filter for performing tractography.{{updated}}&lt;br /&gt;
Image:VisuaLine.png|[[Documentation/{{documentation/version}}/Extensions/VisuaLine|VisuaLine]] to display lines in Slicer.{{updated}}&lt;br /&gt;
Image:WindowLevelEffectLogo.png|[[Documentation/{{documentation/version}}/Extensions/WindowLevelEffect|Window/Level Effect]] to adjust window/level for volumes using mouse and/or region of interest.{{new}}&lt;br /&gt;
Image:XNATSlicerIcon.jpg|[[Documentation/{{documentation/version}}/Extensions/XNATSlicer| XNAT Slicer]] Secure GUI-based IO with any XNAT server.{{new}}&lt;br /&gt;
Image:PerkTutorLogo.png|[[Documentation/{{documentation/version}}/Extensions/PerkTutor|PerkTutor]] for training in image-guided needle interventions.{{new}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- You could user either {{new}} or {{updated}} macros.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Other Improvements,  Additions &amp;amp; Documentation =&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;&amp;quot; widths=&amp;quot;250px&amp;quot; heights=&amp;quot;150px&amp;quot; perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
Image:SlicerModels-Large.svg|Added advanced controls for the [[Documentation/{{documentation/version}}/Modules/Models|model display representation]]&lt;br /&gt;
Image:SlicerModels-Large.svg|Depth peeling option for translucent surface models in [[Documentation/{{documentation/version}}/SlicerApplication/MainApplicationGUI#3D_Viewer|3D views]]&lt;br /&gt;
&lt;br /&gt;
Image:Fiber select.PNG|Added [[Documentation/{{documentation/version}}/Modules/FiberBundleLabelSelect|fiber selection based on label map module]]&lt;br /&gt;
&lt;br /&gt;
Image:TractographyDisplayModule.PNG|Added individual fiber editing option in [[Documentation/{{documentation/version}}/Modules/TractographyDisplay|Tractography Display module]]&lt;br /&gt;
&lt;br /&gt;
Image:SlicerVolume-Large.svg|Added read/write support for [[Documentation/{{documentation/version}}/SlicerApplication/SupportedDataFormat|MRC files]]&lt;br /&gt;
Image:ctkDoubleSpinBox.gif|Improved support for image precision.&lt;br /&gt;
Image:QSlicerDarkStyle.png|Slicer theme for low intensity environment.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= For Developers: Looking at the Code Changes =&lt;br /&gt;
&lt;br /&gt;
From a git checkout you can easily see the all the commits since the time of the 4.4.2 release:&lt;br /&gt;
&lt;br /&gt;
 git log --since=&amp;quot;Sat Dec 8 03:32:53 2012&amp;quot;&lt;br /&gt;
&lt;br /&gt;
To see a summary of your own commits, you could use something like:&lt;br /&gt;
&lt;br /&gt;
 git log --since=&amp;quot;Sat Dec 8 03:32:53 2012&amp;quot;  --oneline --author=pieper&lt;br /&gt;
&lt;br /&gt;
see [https://www.kernel.org/pub/software/scm/git/docs/git-log.html the git log man page] for more options.&lt;br /&gt;
&lt;br /&gt;
[[Release_Details#Slicer_{{documentation/version}}.0|Commit stats and full changelog]]&lt;br /&gt;
&lt;br /&gt;
= Related Projects =&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;&amp;quot; widths=&amp;quot;250px&amp;quot; heights=&amp;quot;150px&amp;quot; perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/TractographyDisplay&amp;diff=35643</id>
		<title>Documentation/4.3/Modules/TractographyDisplay</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/TractographyDisplay&amp;diff=35643"/>
		<updated>2013-09-13T16:26:00Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
This work is part of the National Alliance for Medical Image Computing (NA-MIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on NA-MIC can be obtained from the [http://www.na-mic.org/ NA-MIC website].&amp;lt;br&amp;gt;&lt;br /&gt;
Author: Isaiah Norton, Goldby Lab&amp;lt;br&amp;gt;&lt;br /&gt;
Author: Demian Wassermann, SPL&amp;lt;br&amp;gt;&lt;br /&gt;
Contributor1: Steve Pieper, Isomics Inc.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributor2: Alex YarmarKovich, Isomics Inc.&amp;lt;br&amp;gt;&lt;br /&gt;
Contact:  Demian Wassermann, &amp;lt;email&amp;gt;demian@bwh.harvard.edu&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|Image:Logo-splnew.jpg|Surgical Planning Laboratory&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
Allows the user to manipulate several different characteristics of the traced white matter tracts. Examples are: change of color; display of the fractional anisotropy along the tract; display of the tracts as tubes or lines; interactive selection of the tracts; and cropping.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
Most frequently used for these scenarios:&lt;br /&gt;
&lt;br /&gt;
* Use Case 1: Change the scalar quantity displayed along the tract, like Fractional Anisotropy or Color By Orientation&lt;br /&gt;
* Use Case 2: Display the tracts as lines or tubes&lt;br /&gt;
* Use Case 3: Interactive selection or cropping of a certain bundle.&lt;br /&gt;
* Use Case 4: Interactive editing (selecting/deleting) or cropping of a certain bundle.&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
Links to tutorials that use this module&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
[[image:TractographyDisplayModule.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
* Simple Fiber Bundle Display Control panel&lt;br /&gt;
** Solid Tube Color: toggles on/off solid color for tubes&lt;br /&gt;
** Name: click to make a fiber bundle active&lt;br /&gt;
** Lines: Display the tracts as lines&lt;br /&gt;
** Tubes: Display the tracts as tubes&lt;br /&gt;
** Tubes Slices: Show the tracts intersection with slice planes in the 2D views&lt;br /&gt;
** Glyphs: Display glyphs representing the diffusion tensors along the tracts&lt;br /&gt;
** Tubes Color: Select solid color for tubes&lt;br /&gt;
** Percentage of Fibers Shown: Select how many of the total tracts in the bundle are shown. Useful for performance.&lt;br /&gt;
* Fiber Bundle Selection: Perform interactive selection and cropping of the tracts&lt;br /&gt;
** ROI for Fiber Selection: Select a ROI to use as an interactor with the tracts&lt;br /&gt;
** Disable/Positive/Negative ROI: Set the selection mode to '''Select everything'''; '''Select the tracts traversing the ROI'''; '''Select the tracts not traversing the ROI'''&lt;br /&gt;
** Interactive ROI: toggles on/off the interactive updates during manipulating the ROI&lt;br /&gt;
** ROI Visibility: toggles on/off the selected ROI's visibility&lt;br /&gt;
** Extract Bundle From ROI: Create a new fiber bundle which contains only the selected ones&lt;br /&gt;
** Update Bundle From ROI: Update the current fiber bundle leaving only the selected ones&lt;br /&gt;
** Enable Interactive Edit: Enables individual fiber selection/deletion. First click in 3D view to focus, then use:&lt;br /&gt;
*** 's' to toggle selecting/unselecting of the individual fiber under the mouse&lt;br /&gt;
*** 'd' for deleting all selected fibers or of the individual fiber under the mouse&lt;br /&gt;
*** 'x' for unselecting all selected fibers&lt;br /&gt;
* Advance Display: For the lines, tubes and glyphs&lt;br /&gt;
** Visibility: Toggle the visibility of the bundle&lt;br /&gt;
** Opacity: Change the transparency level of the bundle&lt;br /&gt;
** Color By: Change the way the bundle is colored; either by a tensor-derived property or by a group id&lt;br /&gt;
** Solid Color: Color the bundle of a single solid color&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
| align=&amp;quot;right&amp;quot; |&lt;br /&gt;
[[Image:screenshotBlankNotOptional.png|thumb|280px|Name of panel 1]]&lt;br /&gt;
| align=&amp;quot;right&amp;quot; |&lt;br /&gt;
[[Image:screenshotBlankNotOptional.png|thumb|280px|Name of panel 2]]&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
Publications related to this module go here. Links to pdfs would be useful.&lt;br /&gt;
For extensions: link to the source code repository and additional documentation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/TractographyDisplay&amp;diff=35642</id>
		<title>Documentation/4.3/Modules/TractographyDisplay</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/TractographyDisplay&amp;diff=35642"/>
		<updated>2013-09-13T16:11:30Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
This work is part of the National Alliance for Medical Image Computing (NA-MIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on NA-MIC can be obtained from the [http://www.na-mic.org/ NA-MIC website].&amp;lt;br&amp;gt;&lt;br /&gt;
Author: Isaiah Norton, Goldby Lab&amp;lt;br&amp;gt;&lt;br /&gt;
Author: Demian Wassermann, SPL&amp;lt;br&amp;gt;&lt;br /&gt;
Contributor1: Steve Pieper, Isomics Inc.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributor2: Alex YarmarKovich, Isomics Inc.&amp;lt;br&amp;gt;&lt;br /&gt;
Contact:  Demian Wassermann, &amp;lt;email&amp;gt;demian@bwh.harvard.edu&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|Image:Logo-splnew.jpg|Surgical Planning Laboratory&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
Allows the user to manipulate several different characteristics of the traced white matter tracts. Examples are: change of color; display of the fractional anisotropy along the tract; display of the tracts as tubes or lines; interactive selection of the tracts; and cropping.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
Most frequently used for these scenarios:&lt;br /&gt;
&lt;br /&gt;
* Use Case 1: Change the scalar quantity displayed along the tract, like Fractional Anisotropy or Color By Orientation&lt;br /&gt;
* Use Case 2: Display the tracts as lines or tubes&lt;br /&gt;
* Use Case 3: Interactive selection or cropping of a certain bundle.&lt;br /&gt;
* Use Case 4: Interactive editing (selecting/deleting) or cropping of a certain bundle.&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
Links to tutorials that use this module&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
[[image:TractographyDisplayModule.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
* &lt;br /&gt;
** Line: Display the tracts as lines&lt;br /&gt;
** Tube: Display the tracts as tubes&lt;br /&gt;
*** Slice Intersection: Show the tracts in the 2D view&lt;br /&gt;
** Glyph: Display glyphs representing the diffusion tensors along the tracts&lt;br /&gt;
** Percentage of Fibers Shown: Select how many of the total tracts in the bundle are shown. Useful for performance.&lt;br /&gt;
* Fiber Bundle Selection: Perform interactive selection and cropping of the tracts&lt;br /&gt;
** ROI for Fiber Selection: Select a ROI to use as an interactor with the tracts&lt;br /&gt;
** Disable/Positive/Negative ROI: Set the selection mode to '''Select everything'''; '''Select the tracts traversing the ROI'''; '''Select the tracts not traversing the ROI'''&lt;br /&gt;
** Create Bundle From ROI: Create a new fiber bundle which contains only the selected ones&lt;br /&gt;
** Update Bundle From ROI: Update the current fiber bundle leaving only the selected ones&lt;br /&gt;
* Advance Display: For the lines, tubes and glyphs&lt;br /&gt;
** Visibility: Toggle the visibility of the bundle&lt;br /&gt;
** Opacity: Change the transparency level of the bundle&lt;br /&gt;
** Color By: Change the way the bundle is colored; either by a tensor-derived property or by a group id&lt;br /&gt;
** Solid Color: Color the bundle of a single solid color&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
| align=&amp;quot;right&amp;quot; |&lt;br /&gt;
[[Image:screenshotBlankNotOptional.png|thumb|280px|Name of panel 1]]&lt;br /&gt;
| align=&amp;quot;right&amp;quot; |&lt;br /&gt;
[[Image:screenshotBlankNotOptional.png|thumb|280px|Name of panel 2]]&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
Publications related to this module go here. Links to pdfs would be useful.&lt;br /&gt;
For extensions: link to the source code repository and additional documentation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/TractographyDisplay&amp;diff=35641</id>
		<title>Documentation/4.3/Modules/TractographyDisplay</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/TractographyDisplay&amp;diff=35641"/>
		<updated>2013-09-13T16:09:54Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
This work is part of the National Alliance for Medical Image Computing (NA-MIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on NA-MIC can be obtained from the [http://www.na-mic.org/ NA-MIC website].&amp;lt;br&amp;gt;&lt;br /&gt;
Author: Isaiah Norton, Goldby Lab&amp;lt;br&amp;gt;&lt;br /&gt;
Author: Demian Wassermann, SPL&amp;lt;br&amp;gt;&lt;br /&gt;
Contributor1: Steve Pieper, Isomics Inc.&amp;lt;br&amp;gt;&lt;br /&gt;
Contributor2: Alex YarmarKovich, Isomics Inc.&amp;lt;br&amp;gt;&lt;br /&gt;
Contact:  Demian Wassermann, &amp;lt;email&amp;gt;demian@bwh.harvard.edu&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|Image:Logo-splnew.jpg|Surgical Planning Laboratory&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
Allows the user to manipulate several different characteristics of the traced white matter tracts. Examples are: change of color; display of the fractional anisotropy along the tract; display of the tracts as tubes or lines; interactive selection of the tracts; and cropping.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
Most frequently used for these scenarios:&lt;br /&gt;
&lt;br /&gt;
* Use Case 1: Change the scalar quantity displayed along the tract, like Fractional Anisotropy or Color By Orientation&lt;br /&gt;
* Use Case 2: Display the tracts as lines or tubes&lt;br /&gt;
* Use Case 3: Interactive selection or cropping of a certain bundle.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
Links to tutorials that use this module&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
[[image:TractographyDisplayModule.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
* &lt;br /&gt;
** Line: Display the tracts as lines&lt;br /&gt;
** Tube: Display the tracts as tubes&lt;br /&gt;
*** Slice Intersection: Show the tracts in the 2D view&lt;br /&gt;
** Glyph: Display glyphs representing the diffusion tensors along the tracts&lt;br /&gt;
** Percentage of Fibers Shown: Select how many of the total tracts in the bundle are shown. Useful for performance.&lt;br /&gt;
* Fiber Bundle Selection: Perform interactive selection and cropping of the tracts&lt;br /&gt;
** ROI for Fiber Selection: Select a ROI to use as an interactor with the tracts&lt;br /&gt;
** Disable/Positive/Negative ROI: Set the selection mode to '''Select everything'''; '''Select the tracts traversing the ROI'''; '''Select the tracts not traversing the ROI'''&lt;br /&gt;
** Create Bundle From ROI: Create a new fiber bundle which contains only the selected ones&lt;br /&gt;
** Update Bundle From ROI: Update the current fiber bundle leaving only the selected ones&lt;br /&gt;
* Advance Display: For the lines, tubes and glyphs&lt;br /&gt;
** Visibility: Toggle the visibility of the bundle&lt;br /&gt;
** Opacity: Change the transparency level of the bundle&lt;br /&gt;
** Color By: Change the way the bundle is colored; either by a tensor-derived property or by a group id&lt;br /&gt;
** Solid Color: Color the bundle of a single solid color&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
| align=&amp;quot;right&amp;quot; |&lt;br /&gt;
[[Image:screenshotBlankNotOptional.png|thumb|280px|Name of panel 1]]&lt;br /&gt;
| align=&amp;quot;right&amp;quot; |&lt;br /&gt;
[[Image:screenshotBlankNotOptional.png|thumb|280px|Name of panel 2]]&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
Publications related to this module go here. Links to pdfs would be useful.&lt;br /&gt;
For extensions: link to the source code repository and additional documentation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:TractographyDisplayModule.PNG&amp;diff=35639</id>
		<title>File:TractographyDisplayModule.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:TractographyDisplayModule.PNG&amp;diff=35639"/>
		<updated>2013-09-13T16:08:46Z</updated>

		<summary type="html">&lt;p&gt;Alexy: TractographyDisplayModule&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;TractographyDisplayModule&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.3/Announcements&amp;diff=35633</id>
		<title>Documentation/4.3/Announcements</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.3/Announcements&amp;diff=35633"/>
		<updated>2013-09-13T15:43:17Z</updated>

		<summary type="html">&lt;p&gt;Alexy: /* Other Improvements,  Additions &amp;amp; Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
[[image:Slicer4Announcement-HiRes.png|center|'''{{documentation/version}}''']]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;center&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;text-align:center; font-size:120%; border-spacing: 0; padding: 0px;&amp;quot; cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
|[[#Summary|Summary ]]&lt;br /&gt;
|[[#What is 3D Slicer|What is 3D Slicer]]&lt;br /&gt;
|[[#Slicer {{documentation/version}} Highlights|Slicer {{documentation/version}} Highlights]]&lt;br /&gt;
|[[#Slicer Extensions|Slicer Extensions]]&lt;br /&gt;
|[[#Other Improvements,  Additions &amp;amp; Documentation| Other Improvements,  Additions &amp;amp; Documentation]]&lt;br /&gt;
|}&lt;br /&gt;
=Summary= &lt;br /&gt;
&lt;br /&gt;
The [http://www.slicer.org/pages/Acknowledgments community] of Slicer developers is proud to announce the release of '''Slicer {{documentation/version}}'''.&lt;br /&gt;
&lt;br /&gt;
*Slicer {{documentation/version}} introduces &lt;br /&gt;
** a new App store, called the extension manager, for adding capabilities to Slicer. Close to 40 plug-ins are currently available.&lt;br /&gt;
** close to 500 feature improvements and bug fixes lead to improved performance and stability.&lt;br /&gt;
** augmentation of many modules.&lt;br /&gt;
** improved workflows in registration and dMRI&lt;br /&gt;
** the multivolume explorer allows interaction with time series and DCE data.&lt;br /&gt;
** major improvements to the DICOM module&lt;br /&gt;
** a new Markups module to streamline the use of fiducial lists&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Click here to [http://download.slicer.org/ download] Slicer {{documentation/version}} for different platforms and find pointers to the source code, mailing lists and bug tracker. &lt;br /&gt;
*Please note that Slicer continues to be a research package and is not intended for clinical use. Testing of functionality is an ongoing activity with high priority, however, some features of Slicer are not fully tested.&lt;br /&gt;
*The [[Documentation/{{documentation/version}}/Training|Slicer Training]] page provides a series of courses for learning how to use Slicer. The portfolio contains self-guided presentation and sample data sets. &lt;br /&gt;
&lt;br /&gt;
The main [http://www.slicer.org slicer.org] pages provide a guided tour to the application, training materials, and the development community.  New users should start there because we try to keep the pages organized and up to date.&lt;br /&gt;
&lt;br /&gt;
Find out more about Slicer {{documentation/version}} in the webinar held on [...]:&lt;br /&gt;
&lt;br /&gt;
[[Image:Webinar-Slicer-4.1.png|link=http://vimeo.com/41096643|400px|center]]&lt;br /&gt;
&lt;br /&gt;
=What is 3D Slicer=&lt;br /&gt;
Slicer is  a community platform created for the purpose of subject specific image analysis and visualization. &lt;br /&gt;
&lt;br /&gt;
* Multi-modality imaging including, MRI, CT, US, nuclear medicine, and microscopy&lt;br /&gt;
* Multi organ from head to toe&lt;br /&gt;
* Bidirectional interface for devices&lt;br /&gt;
* Expandable and interfaced to multiple toolkits&lt;br /&gt;
&lt;br /&gt;
There is no restriction on use, but permissions and compliance with rules are responsibility of users. For details on the license see [http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl here]&lt;br /&gt;
&lt;br /&gt;
=Slicer {{documentation/version}} Highlights=&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;New and Improved Toolkits and Modules&amp;quot; widths=&amp;quot;250px&amp;quot; heights=&amp;quot;150px&amp;quot; perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
Image:ITK_logo.png|Moved from ITKv3 to ITKv4&lt;br /&gt;
Image:SimpleITK_Logo.png|Added SimpleITK&lt;br /&gt;
Image:CLIAutoRun.png|Added AutoRun mode for CLI modules to interactively search in parameter space and to create pipelines of filters. Watch the [https://vimeo.com/64813350  demo]!&lt;br /&gt;
Image:Markups-GUI-Collapsed.png|The [[Documentation/{{documentation/version}}/Modules/Markups|Markups]] module replaces Annotation fiducials.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Slicer Extensions =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;New and Improved Extensions&amp;quot; widths=&amp;quot;250px&amp;quot; heights=&amp;quot;150px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:AirwaySegmentation-ICON.png|[[Documentation/{{documentation/version}}/Extensions/AirwaySegmentation|Airway Segmentation]] to segment the airway from chest CT images.{{new}}&lt;br /&gt;
Image:CMRTK-logo.png|[[Documentation/{{documentation/version}}/Extensions/CARMA|Cardiac MRI Toolkit]] to analyze cardiac LGE-MRI images. {{new}}&lt;br /&gt;
Image:ChangeTracker logo.png|[[Documentation/{{documentation/version}}/Extensions/ChangeTracker| Change Tracker]] for quantification of the subtle changes in pathology.{{new}}&lt;br /&gt;
Image:DiceSimilarityCoefficient.png|[[Documentation/{{documentation/version}}/Extensions/DiceComputation|Dice Computation]] to calculate the Dice Similarity Coefficient (DSC) between multiple label map images.{{new}}&lt;br /&gt;
Image:DTIAtlasBuilder.jpeg|[[Documentation/{{documentation/version}}/Extensions/DTIAtlasBuilder|DTI Atlas Builder]] to create an Atlas image as an average of several DTI images that will be registered.{{updated}}&lt;br /&gt;
Image:DTIPrep.png|[[Documentation/{{documentation/version}}/Extensions/DTIPrep|DTI Prep]].{{updated}}&lt;br /&gt;
Image:DTIProcess-mj.png|[[Documentation/{{documentation/version}}/Extensions/DTIProcess| DTI Process]].{{updated}}&lt;br /&gt;
Image:ErodeDilateLabelIcon.png|[[Documentation/{{documentation/version}}/Extensions/ErodeDilateLabel|Erode/Dilate Label]] to perform binary erosion and dilation on a specified label.{{new}}&lt;br /&gt;
Image:FacetedVisualizer.png|[[Documentation/{{documentation/version}}/Extensions/FacetedVisualizer|Faceted Visualizer]] to create flexible visualizations using Slicer by combining a 3D digital atlas and 3D scene models with an ontology.{{updated}}&lt;br /&gt;
Image:FiberViewerLight.png|[[Documentation/{{documentation/version}}/Extensions/FiberViewerLight| Fiber Viewer Light]] to create fiber clusters based on methods such as Length, Gravity, Hausdorff, or Mean Distribution and Normalized Cut.{{updated}}&lt;br /&gt;
Image:IASEM.png|[[Documentation/{{documentation/version}}/Extensions/IASEM| IASEM]] to segmentation and process of IASEM Electron Microscopy images.{{new}}&lt;br /&gt;
Image:QuickToolsLogo.png|[[Documentation/{{documentation/version}}/Extensions/ImageMaker|Image Maker]] to create volumes from scratch. {{new}}&lt;br /&gt;
Image:LAScarSegmenter.png|[[Documentation/{{documentation/version}}/Extensions/LAScarSegmenter|LA Scar Segmenter]] to perform segmentation of the left atrial scarring tissue from MR images. {{new}}&lt;br /&gt;
Image:LASegmenter.png|[[Documentation/{{documentation/version}}/Extensions/LASegmenter|LA Segmenter]] to perform segmentation of the left atrium from MR images.{{new}}&lt;br /&gt;
Image:LongitudinalPETCTLogo.png|[[Documentation/{{documentation/version}}/Extensions/LongitudinalPETCT| Longitudinal PET/CT]] to provide a user friendly Slicer interface for quantification of DICOM PET/CT image data.{{updated}&lt;br /&gt;
Image:MatlabBridgeLogo.png|[[Documentation/{{documentation/version}}/Extensions/MatlabBridge| Matlab Bridge]] to allow running Matlab functions directly in 3D Slicer.{{new}}&lt;br /&gt;
Image:ModelClipIcon.png|[[Documentation/{{documentation/version}}/Extensions/ModelClip| Model Clip]] to set osteotomy trajectory with multiple planes, and clip the model with just one click.{{new}}&lt;br /&gt;
Image:PathPlannerIcon.png|[[Documentation/{{documentation/version}}/Extensions/PathPlanner| Path Planner]]to facilitate the creation of trajectory.{{new}}&lt;br /&gt;
Image:PkModeling.png|[[Documentation/{{documentation/version}}/Extensions/PkModeling| Pk Modeling]] to calculate quantitative parameters from Dynamic Contrast Enhanced DCE-MRI images.{{new}}&lt;br /&gt;
Image:PlusRemoteLogo.png|[[Documentation/{{documentation/version}}/Extensions/PlusRemote|Plus Remote]] to send commands through OpenIGTLink Remote to PLUS.{{new}}&lt;br /&gt;
Image:Portplacement_icon.png|[[Documentation/{{documentation/version}}/Extensions/PortPlacement| Port Placement]]to assists in the planning of surgical port placement in laparoscopic procedures.{{new}}&lt;br /&gt;
Image:ReportingLogo.png|[[Documentation/{{documentation/version}}/Extensions/Reporting|Reporting]] to create image annotations/markup that are stored in a structured form.{{updated}}&lt;br /&gt;
Image:SkullStripper.png|[[Documentation/{{documentation/version}}/Extensions/SkullStripper|Skull Stripper]] to register an atlas image to the patient data.{{updated}}&lt;br /&gt;
Image:SlicerIGTLogo.png|[[Documentation/{{documentation/version}}/Extensions/SlicerIGT|SlicerIGT]] to use all the advanced features of 3D Slicer for real-time navigation.{{new}}&lt;br /&gt;
Image:SlicerRT Logo 2.0 128x128.png|[[Documentation/{{documentation/version}}/Extensions/SlicerRT|SlicerRT]] is a tool for powerful radiotherapy research. {{updated}}&lt;br /&gt;
Image:SlicerToKiwiExporterLogo.png|[[Documentation/{{documentation/version}}/Extensions/SlicerToKiwiExporter|Slicer To Kiwi Exporter]] to provide an easy way to export [[Documentation/{{documentation/version}}/Modules/Models|models]] into a [http://www.kiwiviewer.org/ KiwiViewer].{{new}} &lt;br /&gt;
Image:SobolevSegmenter.png|[[Documentation/{{documentation/version}}/Extensions/SobolevSegmenter|Sobolev Segmenter]] implements Sobolev inner product based active contour, using the Chan-Vese energy functional.{{updated}}&lt;br /&gt;
Image:SwissSkullStripper.png|[[Documentation/{{documentation/version}}/Extensions/SwissSkullStripper|Swiss Skull Stripper]] to register an atlas image to the patient data.{{new}}&lt;br /&gt;
Image:TrackerStabilizer.png|[[Documentation/{{documentation/version}}/Extensions/TrackerStabilizer|Tracker Stabilizer]] to output a filtered transform node based on an tracker input (transform node).{{new}}&lt;br /&gt;
Image:TransformVisualizerLogo.png|[[Documentation/{{documentation/version}}/Extensions/TransformVisualizer|Transform Visualizer]] to visualize any transform (linear transform, B-spline deformable transform, any other non-linear transform) or vector volume.{{new}}&lt;br /&gt;
Image:TubeTK-scaled.png|[[Documentation/{{documentation/version}}/Extensions/TubeTK| TubeTK]] is an open-source toolkit for the segmentation, registration, and analysis of tubes and surfaces in images.{{updated}}&lt;br /&gt;
Image:UKFTractography.png|[[Documentation/{{documentation/version}}/Extensions/UKFTractography|UKF Tractography]] a framework which uses an unscented Kalman filter for performing tractography.{{updated}}&lt;br /&gt;
Image:VisuaLine.png|[[Documentation/{{documentation/version}}/Extensions/VisuaLine|VisuaLine]] to display lines in Slicer.{{updated}}&lt;br /&gt;
Image:WindowLevelEffectLogo.png|[[Documentation/{{documentation/version}}/Extensions/WindowLevelEffect|Window/Level Effect]] to adjust window/level for volumes using mouse and/or region of interest.{{new}}&lt;br /&gt;
Image:XNATSlicerIcon.jpg|[[Documentation/{{documentation/version}}/Extensions/XNATSlicer| XNAT Slicer]] Secure GUI-based IO with any XNAT server.{{new}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- You could user either {{new}} or {{updated}} macros.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Other Improvements,  Additions &amp;amp; Documentation =&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;&amp;quot; widths=&amp;quot;250px&amp;quot; heights=&amp;quot;150px&amp;quot; perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
Image:SlicerModels-Large.svg|Added advanced controls for the [[Documentation/{{documentation/version}}/Modules/Models|model display representation]]&lt;br /&gt;
Image:SlicerModels-Large.svg|Depth peeling option for translucent surface models in [[Documentation/{{documentation/version}}/SlicerApplication/MainApplicationGUI#3D_Viewer|3D views]]&lt;br /&gt;
&lt;br /&gt;
Image:Fiber select.PNG|Added [[Documentation/{{documentation/version}}/Modules/FiberBundleLabelSelect|fiber selection based on label map module]]&lt;br /&gt;
&lt;br /&gt;
Image:Fiber select.PNG|Added individual fiber editing option in [[Documentation/{{documentation/version}}/Modules/TractographyDisplay|Tractography Display module]]&lt;br /&gt;
&lt;br /&gt;
Image:SlicerVolume-Large.svg|Added read/write support for [[Documentation/{{documentation/version}}/SlicerApplication/SupportedDataFormat|MRC files]]&lt;br /&gt;
Image:ctkDoubleSpinBox.gif|Improved support for image precision.&lt;br /&gt;
Image:QSlicerDarkStyle.png|Slicer theme for low intensity environment.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= For Developers: Looking at the Code Changes =&lt;br /&gt;
&lt;br /&gt;
From a git checkout you can easily see the all the commits since the time of the 4.4.2 release:&lt;br /&gt;
&lt;br /&gt;
 git log --since=&amp;quot;Sat Dec 8 03:32:53 2012&amp;quot;&lt;br /&gt;
&lt;br /&gt;
To see a summary of your own commits, you could use something like:&lt;br /&gt;
&lt;br /&gt;
 git log --since=&amp;quot;Sat Dec 8 03:32:53 2012&amp;quot;  --oneline --author=pieper&lt;br /&gt;
&lt;br /&gt;
see [https://www.kernel.org/pub/software/scm/git/docs/git-log.html the git log man page] for more options.&lt;br /&gt;
&lt;br /&gt;
[[Release_Details#Slicer_{{documentation/version}}.0|Commit stats and full changelog]]&lt;br /&gt;
&lt;br /&gt;
= Related Projects =&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;&amp;quot; widths=&amp;quot;250px&amp;quot; heights=&amp;quot;150px&amp;quot; perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.3/Announcements&amp;diff=35632</id>
		<title>Documentation/4.3/Announcements</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.3/Announcements&amp;diff=35632"/>
		<updated>2013-09-13T15:41:39Z</updated>

		<summary type="html">&lt;p&gt;Alexy: /* Other Improvements,  Additions &amp;amp; Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
[[image:Slicer4Announcement-HiRes.png|center|'''{{documentation/version}}''']]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;center&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;text-align:center; font-size:120%; border-spacing: 0; padding: 0px;&amp;quot; cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
|[[#Summary|Summary ]]&lt;br /&gt;
|[[#What is 3D Slicer|What is 3D Slicer]]&lt;br /&gt;
|[[#Slicer {{documentation/version}} Highlights|Slicer {{documentation/version}} Highlights]]&lt;br /&gt;
|[[#Slicer Extensions|Slicer Extensions]]&lt;br /&gt;
|[[#Other Improvements,  Additions &amp;amp; Documentation| Other Improvements,  Additions &amp;amp; Documentation]]&lt;br /&gt;
|}&lt;br /&gt;
=Summary= &lt;br /&gt;
&lt;br /&gt;
The [http://www.slicer.org/pages/Acknowledgments community] of Slicer developers is proud to announce the release of '''Slicer {{documentation/version}}'''.&lt;br /&gt;
&lt;br /&gt;
*Slicer {{documentation/version}} introduces &lt;br /&gt;
** a new App store, called the extension manager, for adding capabilities to Slicer. Close to 40 plug-ins are currently available.&lt;br /&gt;
** close to 500 feature improvements and bug fixes lead to improved performance and stability.&lt;br /&gt;
** augmentation of many modules.&lt;br /&gt;
** improved workflows in registration and dMRI&lt;br /&gt;
** the multivolume explorer allows interaction with time series and DCE data.&lt;br /&gt;
** major improvements to the DICOM module&lt;br /&gt;
** a new Markups module to streamline the use of fiducial lists&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Click here to [http://download.slicer.org/ download] Slicer {{documentation/version}} for different platforms and find pointers to the source code, mailing lists and bug tracker. &lt;br /&gt;
*Please note that Slicer continues to be a research package and is not intended for clinical use. Testing of functionality is an ongoing activity with high priority, however, some features of Slicer are not fully tested.&lt;br /&gt;
*The [[Documentation/{{documentation/version}}/Training|Slicer Training]] page provides a series of courses for learning how to use Slicer. The portfolio contains self-guided presentation and sample data sets. &lt;br /&gt;
&lt;br /&gt;
The main [http://www.slicer.org slicer.org] pages provide a guided tour to the application, training materials, and the development community.  New users should start there because we try to keep the pages organized and up to date.&lt;br /&gt;
&lt;br /&gt;
Find out more about Slicer {{documentation/version}} in the webinar held on [...]:&lt;br /&gt;
&lt;br /&gt;
[[Image:Webinar-Slicer-4.1.png|link=http://vimeo.com/41096643|400px|center]]&lt;br /&gt;
&lt;br /&gt;
=What is 3D Slicer=&lt;br /&gt;
Slicer is  a community platform created for the purpose of subject specific image analysis and visualization. &lt;br /&gt;
&lt;br /&gt;
* Multi-modality imaging including, MRI, CT, US, nuclear medicine, and microscopy&lt;br /&gt;
* Multi organ from head to toe&lt;br /&gt;
* Bidirectional interface for devices&lt;br /&gt;
* Expandable and interfaced to multiple toolkits&lt;br /&gt;
&lt;br /&gt;
There is no restriction on use, but permissions and compliance with rules are responsibility of users. For details on the license see [http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl here]&lt;br /&gt;
&lt;br /&gt;
=Slicer {{documentation/version}} Highlights=&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;New and Improved Toolkits and Modules&amp;quot; widths=&amp;quot;250px&amp;quot; heights=&amp;quot;150px&amp;quot; perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
Image:ITK_logo.png|Moved from ITKv3 to ITKv4&lt;br /&gt;
Image:SimpleITK_Logo.png|Added SimpleITK&lt;br /&gt;
Image:CLIAutoRun.png|Added AutoRun mode for CLI modules to interactively search in parameter space and to create pipelines of filters. Watch the [https://vimeo.com/64813350  demo]!&lt;br /&gt;
Image:Markups-GUI-Collapsed.png|The [[Documentation/{{documentation/version}}/Modules/Markups|Markups]] module replaces Annotation fiducials.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Slicer Extensions =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;New and Improved Extensions&amp;quot; widths=&amp;quot;250px&amp;quot; heights=&amp;quot;150px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:AirwaySegmentation-ICON.png|[[Documentation/{{documentation/version}}/Extensions/AirwaySegmentation|Airway Segmentation]] to segment the airway from chest CT images.{{new}}&lt;br /&gt;
Image:CMRTK-logo.png|[[Documentation/{{documentation/version}}/Extensions/CARMA|Cardiac MRI Toolkit]] to analyze cardiac LGE-MRI images. {{new}}&lt;br /&gt;
Image:ChangeTracker logo.png|[[Documentation/{{documentation/version}}/Extensions/ChangeTracker| Change Tracker]] for quantification of the subtle changes in pathology.{{new}}&lt;br /&gt;
Image:DiceSimilarityCoefficient.png|[[Documentation/{{documentation/version}}/Extensions/DiceComputation|Dice Computation]] to calculate the Dice Similarity Coefficient (DSC) between multiple label map images.{{new}}&lt;br /&gt;
Image:DTIAtlasBuilder.jpeg|[[Documentation/{{documentation/version}}/Extensions/DTIAtlasBuilder|DTI Atlas Builder]] to create an Atlas image as an average of several DTI images that will be registered.{{updated}}&lt;br /&gt;
Image:DTIPrep.png|[[Documentation/{{documentation/version}}/Extensions/DTIPrep|DTI Prep]].{{updated}}&lt;br /&gt;
Image:DTIProcess-mj.png|[[Documentation/{{documentation/version}}/Extensions/DTIProcess| DTI Process]].{{updated}}&lt;br /&gt;
Image:ErodeDilateLabelIcon.png|[[Documentation/{{documentation/version}}/Extensions/ErodeDilateLabel|Erode/Dilate Label]] to perform binary erosion and dilation on a specified label.{{new}}&lt;br /&gt;
Image:FacetedVisualizer.png|[[Documentation/{{documentation/version}}/Extensions/FacetedVisualizer|Faceted Visualizer]] to create flexible visualizations using Slicer by combining a 3D digital atlas and 3D scene models with an ontology.{{updated}}&lt;br /&gt;
Image:FiberViewerLight.png|[[Documentation/{{documentation/version}}/Extensions/FiberViewerLight| Fiber Viewer Light]] to create fiber clusters based on methods such as Length, Gravity, Hausdorff, or Mean Distribution and Normalized Cut.{{updated}}&lt;br /&gt;
Image:IASEM.png|[[Documentation/{{documentation/version}}/Extensions/IASEM| IASEM]] to segmentation and process of IASEM Electron Microscopy images.{{new}}&lt;br /&gt;
Image:QuickToolsLogo.png|[[Documentation/{{documentation/version}}/Extensions/ImageMaker|Image Maker]] to create volumes from scratch. {{new}}&lt;br /&gt;
Image:LAScarSegmenter.png|[[Documentation/{{documentation/version}}/Extensions/LAScarSegmenter|LA Scar Segmenter]] to perform segmentation of the left atrial scarring tissue from MR images. {{new}}&lt;br /&gt;
Image:LASegmenter.png|[[Documentation/{{documentation/version}}/Extensions/LASegmenter|LA Segmenter]] to perform segmentation of the left atrium from MR images.{{new}}&lt;br /&gt;
Image:LongitudinalPETCTLogo.png|[[Documentation/{{documentation/version}}/Extensions/LongitudinalPETCT| Longitudinal PET/CT]] to provide a user friendly Slicer interface for quantification of DICOM PET/CT image data.{{updated}&lt;br /&gt;
Image:MatlabBridgeLogo.png|[[Documentation/{{documentation/version}}/Extensions/MatlabBridge| Matlab Bridge]] to allow running Matlab functions directly in 3D Slicer.{{new}}&lt;br /&gt;
Image:ModelClipIcon.png|[[Documentation/{{documentation/version}}/Extensions/ModelClip| Model Clip]] to set osteotomy trajectory with multiple planes, and clip the model with just one click.{{new}}&lt;br /&gt;
Image:PathPlannerIcon.png|[[Documentation/{{documentation/version}}/Extensions/PathPlanner| Path Planner]]to facilitate the creation of trajectory.{{new}}&lt;br /&gt;
Image:PkModeling.png|[[Documentation/{{documentation/version}}/Extensions/PkModeling| Pk Modeling]] to calculate quantitative parameters from Dynamic Contrast Enhanced DCE-MRI images.{{new}}&lt;br /&gt;
Image:PlusRemoteLogo.png|[[Documentation/{{documentation/version}}/Extensions/PlusRemote|Plus Remote]] to send commands through OpenIGTLink Remote to PLUS.{{new}}&lt;br /&gt;
Image:Portplacement_icon.png|[[Documentation/{{documentation/version}}/Extensions/PortPlacement| Port Placement]]to assists in the planning of surgical port placement in laparoscopic procedures.{{new}}&lt;br /&gt;
Image:ReportingLogo.png|[[Documentation/{{documentation/version}}/Extensions/Reporting|Reporting]] to create image annotations/markup that are stored in a structured form.{{updated}}&lt;br /&gt;
Image:SkullStripper.png|[[Documentation/{{documentation/version}}/Extensions/SkullStripper|Skull Stripper]] to register an atlas image to the patient data.{{updated}}&lt;br /&gt;
Image:SlicerIGTLogo.png|[[Documentation/{{documentation/version}}/Extensions/SlicerIGT|SlicerIGT]] to use all the advanced features of 3D Slicer for real-time navigation.{{new}}&lt;br /&gt;
Image:SlicerRT Logo 2.0 128x128.png|[[Documentation/{{documentation/version}}/Extensions/SlicerRT|SlicerRT]] is a tool for powerful radiotherapy research. {{updated}}&lt;br /&gt;
Image:SlicerToKiwiExporterLogo.png|[[Documentation/{{documentation/version}}/Extensions/SlicerToKiwiExporter|Slicer To Kiwi Exporter]] to provide an easy way to export [[Documentation/{{documentation/version}}/Modules/Models|models]] into a [http://www.kiwiviewer.org/ KiwiViewer].{{new}} &lt;br /&gt;
Image:SobolevSegmenter.png|[[Documentation/{{documentation/version}}/Extensions/SobolevSegmenter|Sobolev Segmenter]] implements Sobolev inner product based active contour, using the Chan-Vese energy functional.{{updated}}&lt;br /&gt;
Image:SwissSkullStripper.png|[[Documentation/{{documentation/version}}/Extensions/SwissSkullStripper|Swiss Skull Stripper]] to register an atlas image to the patient data.{{new}}&lt;br /&gt;
Image:TrackerStabilizer.png|[[Documentation/{{documentation/version}}/Extensions/TrackerStabilizer|Tracker Stabilizer]] to output a filtered transform node based on an tracker input (transform node).{{new}}&lt;br /&gt;
Image:TransformVisualizerLogo.png|[[Documentation/{{documentation/version}}/Extensions/TransformVisualizer|Transform Visualizer]] to visualize any transform (linear transform, B-spline deformable transform, any other non-linear transform) or vector volume.{{new}}&lt;br /&gt;
Image:TubeTK-scaled.png|[[Documentation/{{documentation/version}}/Extensions/TubeTK| TubeTK]] is an open-source toolkit for the segmentation, registration, and analysis of tubes and surfaces in images.{{updated}}&lt;br /&gt;
Image:UKFTractography.png|[[Documentation/{{documentation/version}}/Extensions/UKFTractography|UKF Tractography]] a framework which uses an unscented Kalman filter for performing tractography.{{updated}}&lt;br /&gt;
Image:VisuaLine.png|[[Documentation/{{documentation/version}}/Extensions/VisuaLine|VisuaLine]] to display lines in Slicer.{{updated}}&lt;br /&gt;
Image:WindowLevelEffectLogo.png|[[Documentation/{{documentation/version}}/Extensions/WindowLevelEffect|Window/Level Effect]] to adjust window/level for volumes using mouse and/or region of interest.{{new}}&lt;br /&gt;
Image:XNATSlicerIcon.jpg|[[Documentation/{{documentation/version}}/Extensions/XNATSlicer| XNAT Slicer]] Secure GUI-based IO with any XNAT server.{{new}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- You could user either {{new}} or {{updated}} macros.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Other Improvements,  Additions &amp;amp; Documentation =&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;&amp;quot; widths=&amp;quot;250px&amp;quot; heights=&amp;quot;150px&amp;quot; perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
Image:SlicerModels-Large.svg|Added advanced controls for the [[Documentation/{{documentation/version}}/Modules/Models|model display representation]]&lt;br /&gt;
Image:SlicerModels-Large.svg|Depth peeling option for translucent surface models in [[Documentation/{{documentation/version}}/SlicerApplication/MainApplicationGUI#3D_Viewer|3D views]]&lt;br /&gt;
&lt;br /&gt;
Image:fiber_select.png|Added [[Documentation/{{documentation/version}}/Modules/FiberBundleLabelSelect|fiber selection based on label map module]]&lt;br /&gt;
&lt;br /&gt;
Image:fiber_select.png|Added individual fiber editing option in [[Documentation/{{documentation/version}}/Modules/TractographyDisplay|Tractography Display module]]&lt;br /&gt;
&lt;br /&gt;
Image:SlicerVolume-Large.svg|Added read/write support for [[Documentation/{{documentation/version}}/SlicerApplication/SupportedDataFormat|MRC files]]&lt;br /&gt;
Image:ctkDoubleSpinBox.gif|Improved support for image precision.&lt;br /&gt;
Image:QSlicerDarkStyle.png|Slicer theme for low intensity environment.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= For Developers: Looking at the Code Changes =&lt;br /&gt;
&lt;br /&gt;
From a git checkout you can easily see the all the commits since the time of the 4.4.2 release:&lt;br /&gt;
&lt;br /&gt;
 git log --since=&amp;quot;Sat Dec 8 03:32:53 2012&amp;quot;&lt;br /&gt;
&lt;br /&gt;
To see a summary of your own commits, you could use something like:&lt;br /&gt;
&lt;br /&gt;
 git log --since=&amp;quot;Sat Dec 8 03:32:53 2012&amp;quot;  --oneline --author=pieper&lt;br /&gt;
&lt;br /&gt;
see [https://www.kernel.org/pub/software/scm/git/docs/git-log.html the git log man page] for more options.&lt;br /&gt;
&lt;br /&gt;
[[Release_Details#Slicer_{{documentation/version}}.0|Commit stats and full changelog]]&lt;br /&gt;
&lt;br /&gt;
= Related Projects =&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;&amp;quot; widths=&amp;quot;250px&amp;quot; heights=&amp;quot;150px&amp;quot; perrow=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/FiberBundleLabelSelect&amp;diff=35631</id>
		<title>Documentation/4.3/Modules/FiberBundleLabelSelect</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/FiberBundleLabelSelect&amp;diff=35631"/>
		<updated>2013-09-13T15:33:52Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
This work is part of the National Alliance for Medical Image Computing (NA-MIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on NA-MIC can be obtained from the [http://www.na-mic.org/ NA-MIC website].&amp;lt;br&amp;gt;&lt;br /&gt;
Author: Alex Yarmarkovich, Isomics, SPL&amp;lt;br&amp;gt;&lt;br /&gt;
Contributor1: Demian Wassermann, SPL&amp;lt;br&amp;gt;&lt;br /&gt;
Contact:  Alex Yarmarkovich, &amp;lt;email&amp;gt;alexy@bwh.harvard.edu&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|Image:Logo-splnew.jpg|Surgical Planning Laboratory&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
This module is used for selecting a subset of DTI fiber tracts including or excluding certain fibers passing through a selected set of labels in the label map volume.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
Most frequently used for these scenarios:&lt;br /&gt;
&lt;br /&gt;
* Use Case 1: Filter out a subset of DTI fiber tracts which are passing through selected region(s) defined in the label map volume.&lt;br /&gt;
* Use Case 2: Filter out a subset of DTI fiber tracts which are NOT passing through selected region(s) defined in the label map volume.&lt;br /&gt;
* Use Case 3: A combination of Case 1 and Case 2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
[http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.0/Training#Slicer4_Diffusion_Tensor_Imaging_Tutorial Slicer 4 Diffusion Tensor Tutorial]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
A list of all the panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
* Parameters panel:&lt;br /&gt;
** Parameters: select an existing setting for the module or create a new one.&lt;br /&gt;
[[Image:Fiber select.PNG|thumb|280px|FiberBundleLabelSelect]]&lt;br /&gt;
* IO panel:&lt;br /&gt;
** Input Label Map: select an existing label map volume.&lt;br /&gt;
** Input FiberBundle: Select the fibers that you want to filter.&lt;br /&gt;
** Output FiberBundle: Select the bundle that you want to create or modify from a list.&lt;br /&gt;
* Label Regions Definition panel :&lt;br /&gt;
** Labels to include: A comma separated list of label values to include in the output fiber bundles set.&lt;br /&gt;
** Combine Include Labels: OR or AND logical operation to combine individual label values in the above list.&lt;br /&gt;
** Labels to exclude: A comma separated list of label values to exclude from the output fiber bundles set.&lt;br /&gt;
** Combine Exclude Labels: OR or AND logical operation to combine individual label values in the above list.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
* Tractography Label Map Seeding&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
Publications related to this module go here. Links to pdfs would be useful.&lt;br /&gt;
For extensions: link to the source code repository and additional documentation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/FiberBundleLabelSelect&amp;diff=35630</id>
		<title>Documentation/4.3/Modules/FiberBundleLabelSelect</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/FiberBundleLabelSelect&amp;diff=35630"/>
		<updated>2013-09-13T15:32:54Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
This work is part of the National Alliance for Medical Image Computing (NA-MIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on NA-MIC can be obtained from the [http://www.na-mic.org/ NA-MIC website].&amp;lt;br&amp;gt;&lt;br /&gt;
Author: Alex Yarmarkovich, Isomics, SPL&amp;lt;br&amp;gt;&lt;br /&gt;
Contributor1: Demian Wassermann, SPL&amp;lt;br&amp;gt;&lt;br /&gt;
Contact:  Alex Yarmarkovich, &amp;lt;email&amp;gt;alexy@bwh.harvard.edu&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|Image:Logo-splnew.jpg|Surgical Planning Laboratory&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
This module is used for selecting a subset of DTI fiber tracts including or excluding certain fibers passing through a selected set of labels in the label map volume.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
Most frequently used for these scenarios:&lt;br /&gt;
&lt;br /&gt;
* Use Case 1: Filter out a subset of DTI fiber tracts which are passing through selected region(s) defined in the label map volume.&lt;br /&gt;
* Use Case 2: Filter out a subset of DTI fiber tracts which are NOT passing through selected region(s) defined in the label map volume.&lt;br /&gt;
* Use Case 3: A combination of Case 1 and Case 2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
[http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.0/Training#Slicer4_Diffusion_Tensor_Imaging_Tutorial Slicer 4 Diffusion Tensor Tutorial]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
A list of all the panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
* Parameters panel:&lt;br /&gt;
** Parameters: select an existing setting for the module or create a new one.&lt;br /&gt;
* IO panel:&lt;br /&gt;
** Input Label Map: select an existing label map volume.&lt;br /&gt;
** Input FiberBundle: Select the fibers that you want to filter.&lt;br /&gt;
** Output FiberBundle: Select the bundle that you want to create or modify from a list.&lt;br /&gt;
* Label Regions Definition panel :&lt;br /&gt;
** Labels to include: A comma separated list of label values to include in the output fiber bundles set.&lt;br /&gt;
** Combine Include Labels: OR or AND logical operation to combine individual label values in the above list.&lt;br /&gt;
** Labels to exclude: A comma separated list of label values to exclude from the output fiber bundles set.&lt;br /&gt;
** Combine Exclude Labels: OR or AND logical operation to combine individual label values in the above list.&lt;br /&gt;
[[Image:Fiber select.PNG|thumb|280px|FiberBundleLabelSelect]]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
* Tractography Label Map Seeding&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
Publications related to this module go here. Links to pdfs would be useful.&lt;br /&gt;
For extensions: link to the source code repository and additional documentation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/FiberBundleLabelSelect&amp;diff=35629</id>
		<title>Documentation/4.3/Modules/FiberBundleLabelSelect</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/FiberBundleLabelSelect&amp;diff=35629"/>
		<updated>2013-09-13T15:29:25Z</updated>

		<summary type="html">&lt;p&gt;Alexy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
This work is part of the National Alliance for Medical Image Computing (NA-MIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on NA-MIC can be obtained from the [http://www.na-mic.org/ NA-MIC website].&amp;lt;br&amp;gt;&lt;br /&gt;
Author: Alex Yarmarkovich, Isomics, SPL&amp;lt;br&amp;gt;&lt;br /&gt;
Contributor1: Demian Wassermann, SPL&amp;lt;br&amp;gt;&lt;br /&gt;
Contact:  Alex Yarmarkovich, &amp;lt;email&amp;gt;alexy@bwh.harvard.edu&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|Image:Logo-splnew.jpg|Surgical Planning Laboratory&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
This module is used for selecting a subset of DTI fiber tracts including or excluding certain fibers passing through a selected set of labels in the label map volume.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
Most frequently used for these scenarios:&lt;br /&gt;
&lt;br /&gt;
* Use Case 1: Filter out a subset of DTI fiber tracts which are passing through selected region(s) defined in the label map volume.&lt;br /&gt;
* Use Case 2: Filter out a subset of DTI fiber tracts which are NOT passing through selected region(s) defined in the label map volume.&lt;br /&gt;
* Use Case 3: A combination of Case 1 and Case 2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
[http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.0/Training#Slicer4_Diffusion_Tensor_Imaging_Tutorial Slicer 4 Diffusion Tensor Tutorial]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
A list of all the panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
* Parameters panel:&lt;br /&gt;
** Parameters: select an existing setting for the module or create a new one.&lt;br /&gt;
* IO panel:&lt;br /&gt;
** Input Label Map: select an existing label map volume.&lt;br /&gt;
** Input FiberBundle: Select the fibers that you want to filter.&lt;br /&gt;
** Output FiberBundle: Select the bundle that you want to create or modify from a list.&lt;br /&gt;
* Label Regions Definition panel :&lt;br /&gt;
** Labels to include: A comma separated list of label values to include in the output fiber bundles set.&lt;br /&gt;
** Fiducail Seeding Step Size: Step between the seeding samples in the box (mm).&lt;br /&gt;
** Seed Selected Fiducials: Flag indicating whether to use only selected fiducials for seeding or all of them.&lt;br /&gt;
** Maximum Number of Seeds: Used with models to specify the limit of the number of vertices to be used for seeding.&lt;br /&gt;
| align=&amp;quot;right&amp;quot; |&lt;br /&gt;
[[Image:Fiber select.PNG|thumb|280px|FiberBundleLabelSelect]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* Label Map Options panel:&lt;br /&gt;
** Use Index Space: if selected seed at IJK voxel grid&lt;br /&gt;
** Seed Spacing: spacing in between seed points within in the labelmap (in mm), only matters if use Use Index Space is off.&lt;br /&gt;
** Random Grid: use random placement.&lt;br /&gt;
** Linear Measure Start Threshold: place seeds only if linear measure (cl) is above this threshold.&lt;br /&gt;
** ROI Labels: a comma separated list of label to start seeding&lt;br /&gt;
** Write Fibers to Disk: option to save the results to disk for further analysis.&lt;br /&gt;
** Output Directory: path where the results are saved.&lt;br /&gt;
** File Prefix Name: name that would be used for each output bundle.&lt;br /&gt;
| align=&amp;quot;right&amp;quot; |&lt;br /&gt;
[[Image:Tractography_LabelMap_Seeding.PNG|thumb|280px|Label Map Tractography Seeding]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Tractography Seeding Parameters panel:&lt;br /&gt;
** Minimum Path Length: Select only tracts that are longer than this value (mm).&lt;br /&gt;
** Maximum Path Length: Select only tracts that are shorter than this value (mm).&lt;br /&gt;
** Stopping Criteria: Select Linear Measure or FA to be used as stopping criteria.&lt;br /&gt;
** Stopping Value: Select Linear Measure or FA stopping value, tracking will stop when the value drops below this one.&lt;br /&gt;
** Stopping Track Curvature: Select the curvature stopping value in degree per mm, tracking will stop when the radius of curvature is smaller than this one.&lt;br /&gt;
&lt;br /&gt;
* Enabling Options panel:&lt;br /&gt;
** Create Tracts Initially As: Select Tubes or Lines&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
* Tractography Label Map Seeding&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
Publications related to this module go here. Links to pdfs would be useful.&lt;br /&gt;
For extensions: link to the source code repository and additional documentation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Fiber_select.PNG&amp;diff=35628</id>
		<title>File:Fiber select.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Fiber_select.PNG&amp;diff=35628"/>
		<updated>2013-09-13T15:27:38Z</updated>

		<summary type="html">&lt;p&gt;Alexy: FiberBundleLableSelect module&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;FiberBundleLableSelect module&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/FiberBundleLabelSelect&amp;diff=35627</id>
		<title>Documentation/4.3/Modules/FiberBundleLabelSelect</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules/FiberBundleLabelSelect&amp;diff=35627"/>
		<updated>2013-09-13T15:26:08Z</updated>

		<summary type="html">&lt;p&gt;Alexy: Created page with '&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt; &amp;lt;!-- ---------------------------- --&amp;gt; {{documentation/{{documentation/version}}/module-header}} &amp;lt;!-- -----------------------…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
This work is part of the National Alliance for Medical Image Computing (NA-MIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on NA-MIC can be obtained from the [http://www.na-mic.org/ NA-MIC website].&amp;lt;br&amp;gt;&lt;br /&gt;
Author: Alex Yarmarkovich, Isomics, SPL&amp;lt;br&amp;gt;&lt;br /&gt;
Contributor1: Demian Wassermann, SPL&amp;lt;br&amp;gt;&lt;br /&gt;
Contact:  Alex Yarmarkovich, &amp;lt;email&amp;gt;alexy@bwh.harvard.edu&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|Image:Logo-splnew.jpg|Surgical Planning Laboratory&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
This module is used for selecting a subset of DTI fiber tracts including or excluding certain fibers passing through a selected set of labels in the label map volume.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
Most frequently used for these scenarios:&lt;br /&gt;
&lt;br /&gt;
* Use Case 1: Filter out a subset of DTI fiber tracts which are passing through selected region(s) defined in the label map volume.&lt;br /&gt;
* Use Case 2: Filter out a subset of DTI fiber tracts which are NOT passing through selected region(s) defined in the label map volume.&lt;br /&gt;
* Use Case 3: A combination of Case 1 and Case 2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
[http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.0/Training#Slicer4_Diffusion_Tensor_Imaging_Tutorial Slicer 4 Diffusion Tensor Tutorial]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
A list of all the panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
* Parameters panel:&lt;br /&gt;
** Parameters: select an existing setting for the module or create a new one.&lt;br /&gt;
* IO panel:&lt;br /&gt;
** Input Label Map: select an existing label map volume.&lt;br /&gt;
** Input FiberBundle: Select the fibers that you want to filter.&lt;br /&gt;
** Output FiberBundle: Select the bundle that you want to create or modify from a list.&lt;br /&gt;
* Label Regions Definition panel :&lt;br /&gt;
** Labels to include: A comma separated list of label values to include in the output fiber bundles set.&lt;br /&gt;
** Fiducail Seeding Step Size: Step between the seeding samples in the box (mm).&lt;br /&gt;
** Seed Selected Fiducials: Flag indicating whether to use only selected fiducials for seeding or all of them.&lt;br /&gt;
** Maximum Number of Seeds: Used with models to specify the limit of the number of vertices to be used for seeding.&lt;br /&gt;
| align=&amp;quot;right&amp;quot; |&lt;br /&gt;
[[Image:Tractography_Fiducial_Seeding.PNG|thumb|280px|Fiducial Tractography Seeding]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* Label Map Options panel:&lt;br /&gt;
** Use Index Space: if selected seed at IJK voxel grid&lt;br /&gt;
** Seed Spacing: spacing in between seed points within in the labelmap (in mm), only matters if use Use Index Space is off.&lt;br /&gt;
** Random Grid: use random placement.&lt;br /&gt;
** Linear Measure Start Threshold: place seeds only if linear measure (cl) is above this threshold.&lt;br /&gt;
** ROI Labels: a comma separated list of label to start seeding&lt;br /&gt;
** Write Fibers to Disk: option to save the results to disk for further analysis.&lt;br /&gt;
** Output Directory: path where the results are saved.&lt;br /&gt;
** File Prefix Name: name that would be used for each output bundle.&lt;br /&gt;
| align=&amp;quot;right&amp;quot; |&lt;br /&gt;
[[Image:Tractography_LabelMap_Seeding.PNG|thumb|280px|Label Map Tractography Seeding]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Tractography Seeding Parameters panel:&lt;br /&gt;
** Minimum Path Length: Select only tracts that are longer than this value (mm).&lt;br /&gt;
** Maximum Path Length: Select only tracts that are shorter than this value (mm).&lt;br /&gt;
** Stopping Criteria: Select Linear Measure or FA to be used as stopping criteria.&lt;br /&gt;
** Stopping Value: Select Linear Measure or FA stopping value, tracking will stop when the value drops below this one.&lt;br /&gt;
** Stopping Track Curvature: Select the curvature stopping value in degree per mm, tracking will stop when the radius of curvature is smaller than this one.&lt;br /&gt;
&lt;br /&gt;
* Enabling Options panel:&lt;br /&gt;
** Create Tracts Initially As: Select Tubes or Lines&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
* Tractography Label Map Seeding&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
Publications related to this module go here. Links to pdfs would be useful.&lt;br /&gt;
For extensions: link to the source code repository and additional documentation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules&amp;diff=35626</id>
		<title>Documentation/4.3/Modules</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.3/Modules&amp;diff=35626"/>
		<updated>2013-09-13T15:14:08Z</updated>

		<summary type="html">&lt;p&gt;Alexy: /* Diffusion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
=Modules by Category=&lt;br /&gt;
==Core Modules==&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/Developers/random-image}}&lt;br /&gt;
&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Annotations|Annotations]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Colors|Colors]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Data|Data]] (Julien Finet)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/DICOM|DICOM]] (Steve Pieper)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Editor|Editor]] (Steve Pieper)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/Editor/WatershedFromMarkers|WatershedFromMarkers]] (Bradley Lowekamp) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Markups|Markups]] (Nicole Aucoin)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Models|Models]] (Nicole Aucoin)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SceneViews|SceneViews]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Transforms|Transforms]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ViewControllers|View Controllers]] (Jim Miller) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Volumes|Volumes]] (Steve Pieper)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/VolumeRendering|Volume Rendering]] (Julien Finet)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SlicerWelcome|Welcome to Slicer]] (Wendy Plesniak)&lt;br /&gt;
&lt;br /&gt;
==Wizards==&lt;br /&gt;
&lt;br /&gt;
==Informatics==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SampleData|Sample Data]] (Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Registration==&lt;br /&gt;
*[[:Category:Documentation/{{documentation/version}}/Modules/Registration|Introduction to Registration]] (Dominik Meier)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/BRAINSFit|General Brainsfit Registration]] (Hans Johnson)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/BRAINSResample|Resample Image (BRAINS)]] (Hans Johnson)&lt;br /&gt;
*Specialized&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ACPCTransform|ACPC Transform]] (Nicole Aucoin)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/BRAINSDemonWarp|Demon Registration (BRAINS)]] (Hans Johnson)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/FiducialRegistration|Fiducial Registration]] (Stephen Aylward) {{wip}}&lt;br /&gt;
**Vector Demon Registration (Hans Johnson)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/Reformat|Reformat]] (Michael Jeulin-Lagarrigue)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/SegmentationAidedRegistration|Segmentation Aided Registration]] (Yi Gao) {{wip}}&lt;br /&gt;
&lt;br /&gt;
==Segmentation==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/EMSegment Easy|EMSegment Easy (no atlas)]] (Kilian Pohl) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/EMSegmenter|EMSegment (with atlas)]] (Kilian Pohl) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SimpleRegionGrowingSegmentation|Simple Region Growing Segmentation]] (Jim Miller, Harini Veeraraghavan) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/KSliceInteractiveSegmenter|KSlice Interactive Segmenter]] (Ivan Kolesov, Peter Karasev, Patricio Vela, Allen Tannenbaum, Karl Fritscher, Steve Pieper )&lt;br /&gt;
*Specialized&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/EMSegment Command-line | EMSegment Command-line]] (Kilian Pohl)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ForegroundMasking|Foreground Masking (BRAINS)]] (Hans Johnson)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/RobustStatisticsSegmenter|Robust Statistics Segmenter]] (Yi Gao)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/LAScarSegmenter|Left Atrial Scar Segmenter]] (LiangJia Zhu)  {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/LASegmenter|Left Atrium Segmenter]] (LiangJia Zhu)  {{wip}}&lt;br /&gt;
==Quantification==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/DataProbe|Data Probe]] (Steve Pieper)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/LabelStatistics|Label Statistics]] (Steve Pieper)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/PETStandardUptakeValueComputation|PET Standard Uptake Value Computation]] (Nicole Aucoin)&lt;br /&gt;
* Change quantification&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/IntensityDifferenceMetric|Intensity Difference Metric]] (Andrey Fedorov)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SNR Measurement|SNR Measurement]] (Babak Matinfar)&lt;br /&gt;
&lt;br /&gt;
==Diffusion== &lt;br /&gt;
*DWI to Full Brain Tractography (Demian Wasserman) {{wip}}&lt;br /&gt;
*Denoising&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DWIJointRicianLMMSEFilter|DWI Joint Rician LMMSE Image Filter]] (Demian Wasserman) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DWIRicianLMMSEFilter|DWI Rician LMMSE Filter]] (Demian Wasserman) {{wip}}&lt;br /&gt;
*Tractography&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/TractographyDisplay|Tractography Display]] (Demian Wasserman) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/TractographyFiducialSeeding|Tractography Interactive Seeding]] (Alex Yarmarkovich)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/TractographyLabelMapSeeding|Tractography Label Map Seeding]] (Demian Wasserman) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/UKFTractography|UKF Tractography]]&lt;br /&gt;
*Utilities&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DWIToDTIEstimation|DWI To DTI Estimation]] (Demian Wasserman) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DiffusionTensorScalarMeasurements|Diffusion Tensor Scalar Measurements]] (Demian Wasserman) &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DiffusionWeightedVolumeMasking|Diffusion Weighted Volume Masking]] (Demian Wasserman) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/FiberBundleLabelSelect|FiberBundleLabelSelect]] (Alex Yarmarkovich) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ResampleDTIVolume|Resample DTI Volume]] (Demian Wasserman) {{wip}}&lt;br /&gt;
*Data Conversion&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DTIImport|DTIImport]] {{wip}} (Sonia Pujol) &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DTIExport|DTIExport]] {{wip}} (Sonia Pujol)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/FiberBundleToLabelMap|Fiber Bundle to Label Map]] (Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==IGT==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/OpenIGTLinkIF| OpenIGTLink IF]] (Junichi Tokuda) {{wip}}&lt;br /&gt;
&lt;br /&gt;
==Filtering==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/N4ITKBiasFieldCorrection | N4ITK Bias Field Correction]] (Andrey Fedorov)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/CheckerBoardFilter|CheckerBoard Filter]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ExtractSkeleton|Extract Skeleton]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/HistogramMatching|Histogram Matching]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ImageLabelCombine|Image Label Combine]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ResampleScalarVectorDWIVolume|Resample Scalar/Vector/DWI Volume]] (Francois Budin) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ThresholdScalarVolume|Threshold Scalar Volume]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/VotingBinaryHoleFillingImageFilter|Voting Binary Hole Filling Image Filter]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SimpleFilters|Simple Filters]] (Bradley Lowekamp) {{wip}}&lt;br /&gt;
*Arithmetic &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/AddScalarVolumes|Add Scalar Volumes]] (Jim Miller) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/CastScalarVolume| Cast Scalar Volume]] (Nicole Aucoin) &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MaskScalarVolume| Mask Scalar Volume]] (Nicole Aucoin) &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MultiplyScalarVolumes| Multiply Scalar Volumes]] (Jim Miller) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/SubtractScalarVolumes| Subtract Scalar Volumes]] (Jim Miller) {{wip}}&lt;br /&gt;
*Denoising&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/GradientAnisotropicDiffusion |Gradient Anisotropic Diffusion]] (Jim Miller) {{wip}} &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/CurvatureAnisotropicDiffusion|Curvature Anisotropic Diffusion]] (Jim Miller) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/GaussianBlurImageFilter|Gaussian Blur Image Filter]] (Stephen Aylward) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MedianImageFilter|Median Image Filter]] (Jim Miller) {{wip}}&lt;br /&gt;
*Morphology&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/GrayscaleFillHoleImageFilter|Grayscale Fill Hole Image Filter]] (Jim Miller)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/GrayscaleGrindPeakImageFilter|Grayscale Grind Peak Image Filter]] (Jim Miller) {{wip}}&lt;br /&gt;
&lt;br /&gt;
==Surface Models==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/GrayscaleModelMaker| Grayscale Model Maker]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/LabelMapSmoothing|Label Map Smoothing]] {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/MergeModels| Merge Models]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ModelMaker| Model Maker]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ModelToLabelMap| Model To LabelMap]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ProbeVolumeWithModel| Probe Volume With Model]] (Lauren O'Donnell) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SurfaceToolbox| SurfaceToolbox]] (Luca Antiga)&lt;br /&gt;
&lt;br /&gt;
==Converters==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/CreateDICOMSeries|Create DICOM Series]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Crop Volume|Crop Volume]] (Andrey Fedorov)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/DicomToNrrdConverter|Dicom to Nrrd Converter]] (Jim Miller) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/OrientScalarVolume| Orient Scalar Volume]] (Jim Miller) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/VectorToScalarVolume| Vector to Scalar Volume]] (Steve Pieper) &lt;br /&gt;
{{wip}}&lt;br /&gt;
&lt;br /&gt;
==Endoscopy==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Endoscopy|Endoscopy]] (Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
=={{wip}} Work in Progress {{wip}}==&lt;br /&gt;
* MultiVolume Support&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MultiVolumeImporter|MultiVolume Importer]] (Andrey Fedorov)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MultiVolumeExplorer|MultiVolume Explorer]] (Andrey Fedorov)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/DataStore|Data Store]] (Charles Marion)&lt;br /&gt;
&lt;br /&gt;
==Developer Tools==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Cameras|Cameras]] (Julien Finet) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/EventBroker|Event Broker]] (Julien Finet) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ExecutionModelTour |Execution Model Tour]] (JC Fillion-Robin)  {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/YOURMODULENAME|Module Template]] (JC Fillion-Robin)&lt;br /&gt;
*Performance Tests&lt;br /&gt;
*Tractography&lt;br /&gt;
&lt;br /&gt;
==Legacy==&lt;br /&gt;
*Converters&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/BSplineToDeformationField|BSpline To Deformation Field]]&lt;br /&gt;
*Diffusion&lt;br /&gt;
**Denoising&lt;br /&gt;
***[[Documentation/{{documentation/version}}/Modules/DWIUnbiasedNonLocalMeansFilter|DWI Unbiased Non Local Means Filter]]&lt;br /&gt;
*Filtering&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MRIBiasFieldCorrection|MRI Bias Field Correction]] (Sylvain Jaume) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/OtsuThresholdImageFilter|Otsu Threshold Image Filter]] (Bill Lorensen) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ResampleScalarVolume|Resample Scalar Volume]] (Jim Miller) {{wip}}&lt;br /&gt;
*Registration&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/RigidRegistration|Rigid Registration]] (Jim Miller)  {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/AffineRegistration|Affine Registration]] (Daniel Blezek) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/BSplineDeformableRegistration|BSpline Deformable Registration]] {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ExpertAutomatedRegistration|Expert Automated Registration]] {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/LinearRegistration|Linear Registration]] {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MultiResolutionAffineRegistration|MultiResolution Affine Registration]] (Casey Goodlett){{wip}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/TestGridTransformRegistration|Test Grid Transform Registration]] {{wip}}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*Segmentation&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/OtsuThresholdSegmentation|Otsu Threshold Segmentation]] (Bill Lorensen) {{wip}}&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules&amp;diff=34382</id>
		<title>Documentation/Nightly/Modules</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules&amp;diff=34382"/>
		<updated>2013-08-13T21:45:03Z</updated>

		<summary type="html">&lt;p&gt;Alexy: /* Diffusion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
=Modules by Category=&lt;br /&gt;
==Core Modules==&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/Developers/random-image}}&lt;br /&gt;
&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Annotations|Annotations]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Colors|Colors]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Data|Data]] (Julien Finet)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/DICOM|DICOM]] (Steve Pieper)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Editor|Editor]] (Steve Pieper)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/Editor/WatershedFromMarkers|WatershedFromMarkers]] (Bradley Lowekamp) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Models|Models]] (Nicole Aucoin)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SceneViews|SceneViews]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Transforms|Transforms]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ViewControllers|View Controllers]] (Jim Miller) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Volumes|Volumes]] (Steve Pieper)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/VolumeRendering|Volume Rendering]] (Julien Finet)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SlicerWelcome|Welcome to Slicer]] (Wendy Plesniak)&lt;br /&gt;
&lt;br /&gt;
==Wizards==&lt;br /&gt;
&lt;br /&gt;
==Informatics==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SampleData|Sample Data]] (Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Registration==&lt;br /&gt;
*[[:Category:Documentation/{{documentation/version}}/Modules/Registration|Introduction to Registration]] (Dominik Meier)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/BRAINSFit|General Brainsfit Registration]] (Hans Johnson)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/BRAINSResample|Resample Image (BRAINS)]] (Hans Johnson)&lt;br /&gt;
*Specialized&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ACPCTransform|ACPC Transform]] (Nicole Aucoin)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/BRAINSDemonWarp|Demon Registration (BRAINS)]] (Hans Johnson)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/FiducialRegistration|Fiducial Registration]] (Stephen Aylward) {{wip}}&lt;br /&gt;
**Vector Demon Registration (Hans Johnson)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/Reformat|Reformat]] (Michael Jeulin-Lagarrigue)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/SegmentationAidedRegistration|Segmentation Aided Registration]] (Yi Gao) {{wip}}&lt;br /&gt;
&lt;br /&gt;
==Segmentation==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/EMSegment Easy|EMSegment Easy (no atlas)]] (Kilian Pohl) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/EMSegmenter|EMSegment (with atlas)]] (Kilian Pohl) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SimpleRegionGrowingSegmentation|Simple Region Growing Segmentation]] (Jim Miller, Harini Veeraraghavan) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/KSliceInteractiveSegmenter|KSlice Interactive Segmenter]] (Ivan Kolesov, Peter Karasev, Patricio Vela, Allen Tannenbaum, Karl Fritscher, Steve Pieper )&lt;br /&gt;
*Specialized&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/EMSegment Command-line | EMSegment Command-line]] (Kilian Pohl)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ForegroundMasking|Foreground Masking (BRAINS)]] (Hans Johnson)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/RobustStatisticsSegmenter|Robust Statistics Segmenter]] (Yi Gao)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/LAScarSegmenter|Left Atrial Scar Segmenter]] (LiangJia Zhu)  {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/LASegmenter|Left Atrium Segmenter]] (LiangJia Zhu)  {{wip}}&lt;br /&gt;
==Quantification==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/DataProbe|Data Probe]] (Steve Pieper)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/LabelStatistics|Label Statistics]] (Steve Pieper)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/PETStandardUptakeValueComputation|PET Standard Uptake Value Computation]] (Nicole Aucoin)&lt;br /&gt;
* Change quantification&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/IntensityDifferenceMetric|Intensity Difference Metric]] (Andrey Fedorov)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SNR Measurement|SNR Measurement]] (Babak Matinfar)&lt;br /&gt;
&lt;br /&gt;
==Diffusion== &lt;br /&gt;
*DWI to Full Brain Tractography (Demian Wasserman) {{wip}}&lt;br /&gt;
*Denoising&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DWIJointRicianLMMSEFilter|DWI Joint Rician LMMSE Image Filter]] (Demian Wasserman) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DWIRicianLMMSEFilter|DWI Rician LMMSE Filter]] (Demian Wasserman) {{wip}}&lt;br /&gt;
*Tractography&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/TractographyDisplay|Tractography Display]] (Demian Wasserman) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/TractographyFiducialSeeding|Tractography Interactive Seeding]] (Alex Yarmarkovich)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/TractographyLabelMapSeeding|Tractography Label Map Seeding]] (Demian Wasserman) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/UKFTractography|UKF Tractography]]&lt;br /&gt;
*Utilities&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DWIToDTIEstimation|DWI To DTI Estimation]] (Demian Wasserman) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DiffusionTensorScalarMeasurements|Diffusion Tensor Scalar Measurements]] (Demian Wasserman) &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DiffusionWeightedVolumeMasking|Diffusion Weighted Volume Masking]] (Demian Wasserman) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ResampleDTIVolume|Resample DTI Volume]] (Demian Wasserman) {{wip}}&lt;br /&gt;
*Data Conversion&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DTIImport|DTIImport]] {{wip}} (Sonia Pujol) &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DTIExport|DTIExport]] {{wip}} (Sonia Pujol)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/FiberBundleToLabelMap|Fiber Bundle to Label Map]] (Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==IGT==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/OpenIGTLinkIF| OpenIGTLink IF]] (Junichi Tokuda) {{wip}}&lt;br /&gt;
&lt;br /&gt;
==Filtering==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/N4ITKBiasFieldCorrection | N4ITK Bias Field Correction]] (Andrey Fedorov)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/CheckerBoardFilter|CheckerBoard Filter]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ExtractSkeleton|Extract Skeleton]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/HistogramMatching|Histogram Matching]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ImageLabelCombine|Image Label Combine]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ResampleScalarVectorDWIVolume|Resample Scalar/Vector/DWI Volume]] (Francois Budin) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ThresholdScalarVolume|Threshold Scalar Volume]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/VotingBinaryHoleFillingImageFilter|Voting Binary Hole Filling Image Filter]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SimpleFilters|Simple Filters]] (Bradley Lowekamp) {{wip}}&lt;br /&gt;
*Arithmetic &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/AddScalarVolumes|Add Scalar Volumes]] (Jim Miller) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/CastScalarVolume| Cast Scalar Volume]] (Nicole Aucoin) &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MaskScalarVolume| Mask Scalar Volume]] (Nicole Aucoin) &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MultiplyScalarVolumes| Multiply Scalar Volumes]] (Jim Miller) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/SubtractScalarVolumes| Subtract Scalar Volumes]] (Jim Miller) {{wip}}&lt;br /&gt;
*Denoising&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/GradientAnisotropicDiffusion |Gradient Anisotropic Diffusion]] (Jim Miller) {{wip}} &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/CurvatureAnisotropicDiffusion|Curvature Anisotropic Diffusion]] (Jim Miller) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/GaussianBlurImageFilter|Gaussian Blur Image Filter]] (Stephen Aylward) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MedianImageFilter|Median Image Filter]] (Jim Miller) {{wip}}&lt;br /&gt;
*Morphology&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/GrayscaleFillHoleImageFilter|Grayscale Fill Hole Image Filter]] (Jim Miller)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/GrayscaleGrindPeakImageFilter|Grayscale Grind Peak Image Filter]] (Jim Miller) {{wip}}&lt;br /&gt;
&lt;br /&gt;
==Surface Models==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/GrayscaleModelMaker| Grayscale Model Maker]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/LabelMapSmoothing|Label Map Smoothing]] {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/MergeModels| Merge Models]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ModelMaker| Model Maker]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ModelToLabelMap| Model To LabelMap]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ProbeVolumeWithModel| Probe Volume With Model]] (Lauren O'Donnell) {{wip}}&lt;br /&gt;
&lt;br /&gt;
==Converters==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/CreateDICOMSeries|Create DICOM Series]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Crop Volume|Crop Volume]] (Andrey Fedorov)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/DicomToNrrdConverter|Dicom to Nrrd Converter]] (Jim Miller) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/OrientScalarVolume| Orient Scalar Volume]] (Jim Miller) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/VectorToScalarVolume| Vector to Scalar Volume]] (Steve Pieper) &lt;br /&gt;
{{wip}}&lt;br /&gt;
&lt;br /&gt;
==Endoscopy==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Endoscopy|Endoscopy]] (Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
=={{wip}} Work in Progress {{wip}}==&lt;br /&gt;
* MultiVolume Support&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MultiVolumeImporter|MultiVolume Importer]] (Andrey Fedorov)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MultiVolumeExplorer|MultiVolume Explorer]] (Andrey Fedorov)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/DataStore|Data Store]] (Charles Marion)&lt;br /&gt;
&lt;br /&gt;
==Developer Tools==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Cameras|Cameras]] (Julien Finet) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/EventBroker|Event Broker]] (Julien Finet) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ExecutionModelTour |Execution Model Tour]] (JC Fillion-Robin)  {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/YOURMODULENAME|Module Template]] (JC Fillion-Robin)&lt;br /&gt;
*Performance Tests&lt;br /&gt;
*Tractography&lt;br /&gt;
&lt;br /&gt;
==Legacy==&lt;br /&gt;
*Converters&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/BSplineToDeformationField|BSpline To Deformation Field]]&lt;br /&gt;
*Diffusion&lt;br /&gt;
**Denoising&lt;br /&gt;
***[[Documentation/{{documentation/version}}/Modules/DWIUnbiasedNonLocalMeansFilter|DWI Unbiased Non Local Means Filter]]&lt;br /&gt;
*Filtering&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MRIBiasFieldCorrection|MRI Bias Field Correction]] (Sylvain Jaume) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/OtsuThresholdImageFilter|Otsu Threshold Image Filter]] (Bill Lorensen) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ResampleScalarVolume|Resample Scalar Volume]] (Jim Miller) {{wip}}&lt;br /&gt;
*Registration&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/RigidRegistration|Rigid Registration]] (Jim Miller)  {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/AffineRegistration|Affine Registration]] (Daniel Blezek) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/BSplineDeformableRegistration|BSpline Deformable Registration]] {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ExpertAutomatedRegistration|Expert Automated Registration]] {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/LinearRegistration|Linear Registration]] {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MultiResolutionAffineRegistration|MultiResolution Affine Registration]] (Casey Goodlett){{wip}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/TestGridTransformRegistration|Test Grid Transform Registration]] {{wip}}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*Segmentation&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/OtsuThresholdSegmentation|Otsu Threshold Segmentation]] (Bill Lorensen) {{wip}}&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules&amp;diff=34381</id>
		<title>Documentation/Nightly/Modules</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules&amp;diff=34381"/>
		<updated>2013-08-13T21:44:08Z</updated>

		<summary type="html">&lt;p&gt;Alexy: /* Diffusion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
=Modules by Category=&lt;br /&gt;
==Core Modules==&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/Developers/random-image}}&lt;br /&gt;
&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Annotations|Annotations]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Colors|Colors]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Data|Data]] (Julien Finet)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/DICOM|DICOM]] (Steve Pieper)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Editor|Editor]] (Steve Pieper)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/Editor/WatershedFromMarkers|WatershedFromMarkers]] (Bradley Lowekamp) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Models|Models]] (Nicole Aucoin)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SceneViews|SceneViews]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Transforms|Transforms]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ViewControllers|View Controllers]] (Jim Miller) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Volumes|Volumes]] (Steve Pieper)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/VolumeRendering|Volume Rendering]] (Julien Finet)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SlicerWelcome|Welcome to Slicer]] (Wendy Plesniak)&lt;br /&gt;
&lt;br /&gt;
==Wizards==&lt;br /&gt;
&lt;br /&gt;
==Informatics==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SampleData|Sample Data]] (Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Registration==&lt;br /&gt;
*[[:Category:Documentation/{{documentation/version}}/Modules/Registration|Introduction to Registration]] (Dominik Meier)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/BRAINSFit|General Brainsfit Registration]] (Hans Johnson)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/BRAINSResample|Resample Image (BRAINS)]] (Hans Johnson)&lt;br /&gt;
*Specialized&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ACPCTransform|ACPC Transform]] (Nicole Aucoin)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/BRAINSDemonWarp|Demon Registration (BRAINS)]] (Hans Johnson)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/FiducialRegistration|Fiducial Registration]] (Stephen Aylward) {{wip}}&lt;br /&gt;
**Vector Demon Registration (Hans Johnson)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/Reformat|Reformat]] (Michael Jeulin-Lagarrigue)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/SegmentationAidedRegistration|Segmentation Aided Registration]] (Yi Gao) {{wip}}&lt;br /&gt;
&lt;br /&gt;
==Segmentation==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/EMSegment Easy|EMSegment Easy (no atlas)]] (Kilian Pohl) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/EMSegmenter|EMSegment (with atlas)]] (Kilian Pohl) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SimpleRegionGrowingSegmentation|Simple Region Growing Segmentation]] (Jim Miller, Harini Veeraraghavan) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/KSliceInteractiveSegmenter|KSlice Interactive Segmenter]] (Ivan Kolesov, Peter Karasev, Patricio Vela, Allen Tannenbaum, Karl Fritscher, Steve Pieper )&lt;br /&gt;
*Specialized&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/EMSegment Command-line | EMSegment Command-line]] (Kilian Pohl)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ForegroundMasking|Foreground Masking (BRAINS)]] (Hans Johnson)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/RobustStatisticsSegmenter|Robust Statistics Segmenter]] (Yi Gao)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/LAScarSegmenter|Left Atrial Scar Segmenter]] (LiangJia Zhu)  {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/LASegmenter|Left Atrium Segmenter]] (LiangJia Zhu)  {{wip}}&lt;br /&gt;
==Quantification==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/DataProbe|Data Probe]] (Steve Pieper)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/LabelStatistics|Label Statistics]] (Steve Pieper)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/PETStandardUptakeValueComputation|PET Standard Uptake Value Computation]] (Nicole Aucoin)&lt;br /&gt;
* Change quantification&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/IntensityDifferenceMetric|Intensity Difference Metric]] (Andrey Fedorov)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SNR Measurement|SNR Measurement]] (Babak Matinfar)&lt;br /&gt;
&lt;br /&gt;
==Diffusion== &lt;br /&gt;
*DWI to Full Brain Tractography (Demian Wasserman) {{wip}}&lt;br /&gt;
*Denoising&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DWIJointRicianLMMSEFilter|DWI Joint Rician LMMSE Image Filter]] (Demian Wasserman) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DWIRicianLMMSEFilter|DWI Rician LMMSE Filter]] (Demian Wasserman) {{wip}}&lt;br /&gt;
*Tractography&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/TractographyDisplay|Tractography Display]] (Demian Wasserman) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/TractographyFiducialSeeding|Tractography Interactive Seeding]] (Alex Yarmarkovich)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/TractographyLabelMapSeeding|Tractography Label Map Seeding]] (Demian Wasserman) &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/UKFTractography|UKF Tractography]]&lt;br /&gt;
*Utilities&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DWIToDTIEstimation|DWI To DTI Estimation]] (Demian Wasserman) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DiffusionTensorScalarMeasurements|Diffusion Tensor Scalar Measurements]] (Demian Wasserman) &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DiffusionWeightedVolumeMasking|Diffusion Weighted Volume Masking]] (Demian Wasserman) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ResampleDTIVolume|Resample DTI Volume]] (Demian Wasserman) {{wip}}&lt;br /&gt;
*Data Conversion&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DTIImport|DTIImport]] {{wip}} (Sonia Pujol) &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DTIExport|DTIExport]] {{wip}} (Sonia Pujol)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/FiberBundleToLabelMap|Fiber Bundle to Label Map]] (Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==IGT==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/OpenIGTLinkIF| OpenIGTLink IF]] (Junichi Tokuda) {{wip}}&lt;br /&gt;
&lt;br /&gt;
==Filtering==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/N4ITKBiasFieldCorrection | N4ITK Bias Field Correction]] (Andrey Fedorov)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/CheckerBoardFilter|CheckerBoard Filter]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ExtractSkeleton|Extract Skeleton]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/HistogramMatching|Histogram Matching]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ImageLabelCombine|Image Label Combine]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ResampleScalarVectorDWIVolume|Resample Scalar/Vector/DWI Volume]] (Francois Budin) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ThresholdScalarVolume|Threshold Scalar Volume]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/VotingBinaryHoleFillingImageFilter|Voting Binary Hole Filling Image Filter]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SimpleFilters|Simple Filters]] (Bradley Lowekamp) {{wip}}&lt;br /&gt;
*Arithmetic &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/AddScalarVolumes|Add Scalar Volumes]] (Jim Miller) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/CastScalarVolume| Cast Scalar Volume]] (Nicole Aucoin) &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MaskScalarVolume| Mask Scalar Volume]] (Nicole Aucoin) &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MultiplyScalarVolumes| Multiply Scalar Volumes]] (Jim Miller) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/SubtractScalarVolumes| Subtract Scalar Volumes]] (Jim Miller) {{wip}}&lt;br /&gt;
*Denoising&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/GradientAnisotropicDiffusion |Gradient Anisotropic Diffusion]] (Jim Miller) {{wip}} &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/CurvatureAnisotropicDiffusion|Curvature Anisotropic Diffusion]] (Jim Miller) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/GaussianBlurImageFilter|Gaussian Blur Image Filter]] (Stephen Aylward) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MedianImageFilter|Median Image Filter]] (Jim Miller) {{wip}}&lt;br /&gt;
*Morphology&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/GrayscaleFillHoleImageFilter|Grayscale Fill Hole Image Filter]] (Jim Miller)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/GrayscaleGrindPeakImageFilter|Grayscale Grind Peak Image Filter]] (Jim Miller) {{wip}}&lt;br /&gt;
&lt;br /&gt;
==Surface Models==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/GrayscaleModelMaker| Grayscale Model Maker]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/LabelMapSmoothing|Label Map Smoothing]] {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/MergeModels| Merge Models]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ModelMaker| Model Maker]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ModelToLabelMap| Model To LabelMap]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ProbeVolumeWithModel| Probe Volume With Model]] (Lauren O'Donnell) {{wip}}&lt;br /&gt;
&lt;br /&gt;
==Converters==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/CreateDICOMSeries|Create DICOM Series]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Crop Volume|Crop Volume]] (Andrey Fedorov)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/DicomToNrrdConverter|Dicom to Nrrd Converter]] (Jim Miller) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/OrientScalarVolume| Orient Scalar Volume]] (Jim Miller) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/VectorToScalarVolume| Vector to Scalar Volume]] (Steve Pieper) &lt;br /&gt;
{{wip}}&lt;br /&gt;
&lt;br /&gt;
==Endoscopy==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Endoscopy|Endoscopy]] (Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
=={{wip}} Work in Progress {{wip}}==&lt;br /&gt;
* MultiVolume Support&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MultiVolumeImporter|MultiVolume Importer]] (Andrey Fedorov)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MultiVolumeExplorer|MultiVolume Explorer]] (Andrey Fedorov)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/DataStore|Data Store]] (Charles Marion)&lt;br /&gt;
&lt;br /&gt;
==Developer Tools==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Cameras|Cameras]] (Julien Finet) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/EventBroker|Event Broker]] (Julien Finet) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ExecutionModelTour |Execution Model Tour]] (JC Fillion-Robin)  {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/YOURMODULENAME|Module Template]] (JC Fillion-Robin)&lt;br /&gt;
*Performance Tests&lt;br /&gt;
*Tractography&lt;br /&gt;
&lt;br /&gt;
==Legacy==&lt;br /&gt;
*Converters&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/BSplineToDeformationField|BSpline To Deformation Field]]&lt;br /&gt;
*Diffusion&lt;br /&gt;
**Denoising&lt;br /&gt;
***[[Documentation/{{documentation/version}}/Modules/DWIUnbiasedNonLocalMeansFilter|DWI Unbiased Non Local Means Filter]]&lt;br /&gt;
*Filtering&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MRIBiasFieldCorrection|MRI Bias Field Correction]] (Sylvain Jaume) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/OtsuThresholdImageFilter|Otsu Threshold Image Filter]] (Bill Lorensen) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ResampleScalarVolume|Resample Scalar Volume]] (Jim Miller) {{wip}}&lt;br /&gt;
*Registration&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/RigidRegistration|Rigid Registration]] (Jim Miller)  {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/AffineRegistration|Affine Registration]] (Daniel Blezek) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/BSplineDeformableRegistration|BSpline Deformable Registration]] {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ExpertAutomatedRegistration|Expert Automated Registration]] {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/LinearRegistration|Linear Registration]] {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MultiResolutionAffineRegistration|MultiResolution Affine Registration]] (Casey Goodlett){{wip}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/TestGridTransformRegistration|Test Grid Transform Registration]] {{wip}}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*Segmentation&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/OtsuThresholdSegmentation|Otsu Threshold Segmentation]] (Bill Lorensen) {{wip}}&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules&amp;diff=34380</id>
		<title>Documentation/Nightly/Modules</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules&amp;diff=34380"/>
		<updated>2013-08-13T21:43:17Z</updated>

		<summary type="html">&lt;p&gt;Alexy: /* Diffusion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
=Modules by Category=&lt;br /&gt;
==Core Modules==&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/Developers/random-image}}&lt;br /&gt;
&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Annotations|Annotations]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Colors|Colors]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Data|Data]] (Julien Finet)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/DICOM|DICOM]] (Steve Pieper)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Editor|Editor]] (Steve Pieper)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/Editor/WatershedFromMarkers|WatershedFromMarkers]] (Bradley Lowekamp) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Models|Models]] (Nicole Aucoin)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SceneViews|SceneViews]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Transforms|Transforms]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ViewControllers|View Controllers]] (Jim Miller) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Volumes|Volumes]] (Steve Pieper)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/VolumeRendering|Volume Rendering]] (Julien Finet)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SlicerWelcome|Welcome to Slicer]] (Wendy Plesniak)&lt;br /&gt;
&lt;br /&gt;
==Wizards==&lt;br /&gt;
&lt;br /&gt;
==Informatics==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SampleData|Sample Data]] (Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Registration==&lt;br /&gt;
*[[:Category:Documentation/{{documentation/version}}/Modules/Registration|Introduction to Registration]] (Dominik Meier)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/BRAINSFit|General Brainsfit Registration]] (Hans Johnson)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/BRAINSResample|Resample Image (BRAINS)]] (Hans Johnson)&lt;br /&gt;
*Specialized&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ACPCTransform|ACPC Transform]] (Nicole Aucoin)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/BRAINSDemonWarp|Demon Registration (BRAINS)]] (Hans Johnson)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/FiducialRegistration|Fiducial Registration]] (Stephen Aylward) {{wip}}&lt;br /&gt;
**Vector Demon Registration (Hans Johnson)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/Reformat|Reformat]] (Michael Jeulin-Lagarrigue)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/SegmentationAidedRegistration|Segmentation Aided Registration]] (Yi Gao) {{wip}}&lt;br /&gt;
&lt;br /&gt;
==Segmentation==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/EMSegment Easy|EMSegment Easy (no atlas)]] (Kilian Pohl) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/EMSegmenter|EMSegment (with atlas)]] (Kilian Pohl) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SimpleRegionGrowingSegmentation|Simple Region Growing Segmentation]] (Jim Miller, Harini Veeraraghavan) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/KSliceInteractiveSegmenter|KSlice Interactive Segmenter]] (Ivan Kolesov, Peter Karasev, Patricio Vela, Allen Tannenbaum, Karl Fritscher, Steve Pieper )&lt;br /&gt;
*Specialized&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/EMSegment Command-line | EMSegment Command-line]] (Kilian Pohl)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ForegroundMasking|Foreground Masking (BRAINS)]] (Hans Johnson)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/RobustStatisticsSegmenter|Robust Statistics Segmenter]] (Yi Gao)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/LAScarSegmenter|Left Atrial Scar Segmenter]] (LiangJia Zhu)  {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/LASegmenter|Left Atrium Segmenter]] (LiangJia Zhu)  {{wip}}&lt;br /&gt;
==Quantification==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/DataProbe|Data Probe]] (Steve Pieper)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/LabelStatistics|Label Statistics]] (Steve Pieper)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/PETStandardUptakeValueComputation|PET Standard Uptake Value Computation]] (Nicole Aucoin)&lt;br /&gt;
* Change quantification&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/IntensityDifferenceMetric|Intensity Difference Metric]] (Andrey Fedorov)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SNR Measurement|SNR Measurement]] (Babak Matinfar)&lt;br /&gt;
&lt;br /&gt;
==Diffusion== &lt;br /&gt;
*DWI to Full Brain Tractography (Demian Wasserman) {{wip}}&lt;br /&gt;
*Denoising&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DWIJointRicianLMMSEFilter|DWI Joint Rician LMMSE Image Filter]] (Demian Wasserman) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DWIRicianLMMSEFilter|DWI Rician LMMSE Filter]] (Demian Wasserman) {{wip}}&lt;br /&gt;
*Tractography&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/TractographyDisplay|Tractography Display]] (Demian Wasserman) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/TractographyFiducialSeeding|Tractography Interactive Seeding]] (Alex Yarmarkovich) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/TractographyLabelMapSeeding|Tractography Label Map Seeding]] (Demian Wasserman) &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/UKFTractography|UKF Tractography]]&lt;br /&gt;
*Utilities&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DWIToDTIEstimation|DWI To DTI Estimation]] (Demian Wasserman) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DiffusionTensorScalarMeasurements|Diffusion Tensor Scalar Measurements]] (Demian Wasserman) &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DiffusionWeightedVolumeMasking|Diffusion Weighted Volume Masking]] (Demian Wasserman) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ResampleDTIVolume|Resample DTI Volume]] (Demian Wasserman) {{wip}}&lt;br /&gt;
*Data Conversion&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DTIImport|DTIImport]] {{wip}} (Sonia Pujol) &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/DTIExport|DTIExport]] {{wip}} (Sonia Pujol)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/FiberBundleToLabelMap|Fiber Bundle to Label Map]] (Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==IGT==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/OpenIGTLinkIF| OpenIGTLink IF]] (Junichi Tokuda) {{wip}}&lt;br /&gt;
&lt;br /&gt;
==Filtering==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/N4ITKBiasFieldCorrection | N4ITK Bias Field Correction]] (Andrey Fedorov)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/CheckerBoardFilter|CheckerBoard Filter]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ExtractSkeleton|Extract Skeleton]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/HistogramMatching|Histogram Matching]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ImageLabelCombine|Image Label Combine]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ResampleScalarVectorDWIVolume|Resample Scalar/Vector/DWI Volume]] (Francois Budin) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ThresholdScalarVolume|Threshold Scalar Volume]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/VotingBinaryHoleFillingImageFilter|Voting Binary Hole Filling Image Filter]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SimpleFilters|Simple Filters]] (Bradley Lowekamp) {{wip}}&lt;br /&gt;
*Arithmetic &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/AddScalarVolumes|Add Scalar Volumes]] (Jim Miller) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/CastScalarVolume| Cast Scalar Volume]] (Nicole Aucoin) &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MaskScalarVolume| Mask Scalar Volume]] (Nicole Aucoin) &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MultiplyScalarVolumes| Multiply Scalar Volumes]] (Jim Miller) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/SubtractScalarVolumes| Subtract Scalar Volumes]] (Jim Miller) {{wip}}&lt;br /&gt;
*Denoising&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/GradientAnisotropicDiffusion |Gradient Anisotropic Diffusion]] (Jim Miller) {{wip}} &lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/CurvatureAnisotropicDiffusion|Curvature Anisotropic Diffusion]] (Jim Miller) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/GaussianBlurImageFilter|Gaussian Blur Image Filter]] (Stephen Aylward) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MedianImageFilter|Median Image Filter]] (Jim Miller) {{wip}}&lt;br /&gt;
*Morphology&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/GrayscaleFillHoleImageFilter|Grayscale Fill Hole Image Filter]] (Jim Miller)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/GrayscaleGrindPeakImageFilter|Grayscale Grind Peak Image Filter]] (Jim Miller) {{wip}}&lt;br /&gt;
&lt;br /&gt;
==Surface Models==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/GrayscaleModelMaker| Grayscale Model Maker]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/LabelMapSmoothing|Label Map Smoothing]] {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/MergeModels| Merge Models]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ModelMaker| Model Maker]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ModelToLabelMap| Model To LabelMap]] (Nicole Aucoin) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ProbeVolumeWithModel| Probe Volume With Model]] (Lauren O'Donnell) {{wip}}&lt;br /&gt;
&lt;br /&gt;
==Converters==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/CreateDICOMSeries|Create DICOM Series]] (Jim Miller) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Crop Volume|Crop Volume]] (Andrey Fedorov)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/DicomToNrrdConverter|Dicom to Nrrd Converter]] (Jim Miller) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/OrientScalarVolume| Orient Scalar Volume]] (Jim Miller) &lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/VectorToScalarVolume| Vector to Scalar Volume]] (Steve Pieper) &lt;br /&gt;
{{wip}}&lt;br /&gt;
&lt;br /&gt;
==Endoscopy==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Endoscopy|Endoscopy]] (Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
=={{wip}} Work in Progress {{wip}}==&lt;br /&gt;
* MultiVolume Support&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MultiVolumeImporter|MultiVolume Importer]] (Andrey Fedorov)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MultiVolumeExplorer|MultiVolume Explorer]] (Andrey Fedorov)&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/DataStore|Data Store]] (Charles Marion)&lt;br /&gt;
&lt;br /&gt;
==Developer Tools==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/Cameras|Cameras]] (Julien Finet) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/EventBroker|Event Broker]] (Julien Finet) {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/ExecutionModelTour |Execution Model Tour]] (JC Fillion-Robin)  {{wip}}&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/YOURMODULENAME|Module Template]] (JC Fillion-Robin)&lt;br /&gt;
*Performance Tests&lt;br /&gt;
*Tractography&lt;br /&gt;
&lt;br /&gt;
==Legacy==&lt;br /&gt;
*Converters&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/BSplineToDeformationField|BSpline To Deformation Field]]&lt;br /&gt;
*Diffusion&lt;br /&gt;
**Denoising&lt;br /&gt;
***[[Documentation/{{documentation/version}}/Modules/DWIUnbiasedNonLocalMeansFilter|DWI Unbiased Non Local Means Filter]]&lt;br /&gt;
*Filtering&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MRIBiasFieldCorrection|MRI Bias Field Correction]] (Sylvain Jaume) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/OtsuThresholdImageFilter|Otsu Threshold Image Filter]] (Bill Lorensen) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ResampleScalarVolume|Resample Scalar Volume]] (Jim Miller) {{wip}}&lt;br /&gt;
*Registration&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/RigidRegistration|Rigid Registration]] (Jim Miller)  {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/AffineRegistration|Affine Registration]] (Daniel Blezek) {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/BSplineDeformableRegistration|BSpline Deformable Registration]] {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/ExpertAutomatedRegistration|Expert Automated Registration]] {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/LinearRegistration|Linear Registration]] {{wip}}&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/MultiResolutionAffineRegistration|MultiResolution Affine Registration]] (Casey Goodlett){{wip}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/TestGridTransformRegistration|Test Grid Transform Registration]] {{wip}}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*Segmentation&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/OtsuThresholdSegmentation|Otsu Threshold Segmentation]] (Bill Lorensen) {{wip}}&lt;/div&gt;</summary>
		<author><name>Alexy</name></author>
		
	</entry>
</feed>