<?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=Lpascal</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=Lpascal"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/wiki/Special:Contributions/Lpascal"/>
	<updated>2026-06-14T02:24:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/ShapeRegressionExtension&amp;diff=58387</id>
		<title>Documentation/Nightly/Extensions/ShapeRegressionExtension</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/ShapeRegressionExtension&amp;diff=58387"/>
		<updated>2018-02-06T21:29:23Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &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;
{{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;
'''''Extensions:''''' ShapeRegressionExtension&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Author:''''' Laura Pascal (Kitware Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Contributors:''''' Beatriz Paniagua (Kitware Inc), James Fishbaugh (University of North Carolina)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Contact:''''' Laura Pascal, &amp;lt;email&amp;gt;laura.pascal@kitware.com&amp;lt;/email&amp;gt;, Beatriz Paniagua, &amp;lt;email&amp;gt;beatriz.paniagua@kitware.com &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Acknowledgments:''''' NIH NIBIB R01EB021391 (Shape Analysis Toolbox for Medical Image Computing Projects)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''License:''''' [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery class=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kitware-logo.png|Kitware Inc.&lt;br /&gt;
Image:UofM-logo.png|University of Michigan&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Extension Description}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This extension is composed by two modules :&lt;br /&gt;
* RegressionComputation: &lt;br /&gt;
** Computation of time-regressed shapes in a collection of 3D shape inputs associated to a linear variable thanks to [https://github.com/laurapascal/shape4D shape4D] CLI. &lt;br /&gt;
* RegressionVisualization: &lt;br /&gt;
** Plotting of the time-regressed shape volume evolution according to a linear variable&lt;br /&gt;
** Visualization of the sequence of the time-regressed shapes generated (using [[Documentation/{{documentation/version}}/Extensions/Sequences|Sequences]] module)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Interface}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
Regression Computation module:&lt;br /&gt;
&lt;br /&gt;
[[Image:RegressionComputation-Interface.png|550px|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
Regression Visualization module: &lt;br /&gt;
&lt;br /&gt;
[[Image:RegressionVisualization-Interface.png|550px|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
==Regression Computation Module==&lt;br /&gt;
This module is a user-friendly interface allowing to easily use [https://github.com/laurapascal/shape4D shape4D] CLI in order to compute time-regressed shapes in a collection of 3D shape inputs associated to a linear variable. &lt;br /&gt;
&lt;br /&gt;
===Shape4D Inputs===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-InputShapeParameters.png|thumb|500px|Regression Computation Input Shape Parameters]]&lt;br /&gt;
|This section allows the user to specify the input shapes for each time point as well as their associated parameters. &lt;br /&gt;
To do so,  the user can either specify :&lt;br /&gt;
* A folder containing the input shapes. The user would then have to specify the parameters associated to each input shape. A CSV file (''CSVInputshapeparameters.csv'') containing all these information will be automatically created in the output folder specified by the user.&lt;br /&gt;
* A CSV files containing in each row the input shape file path followed by the shape parameters &amp;quot;Time Point&amp;quot; , &amp;quot;Sigma W&amp;quot; , &amp;quot;Tris&amp;quot; and &amp;quot;Weight&amp;quot; .&lt;br /&gt;
[[Image:RegressionComputation-ExampleInputShapeParametersCSVfile.png|500px|thumb|center|Example of Regression Computation Input CSV file]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Shape4D Parameters===&lt;br /&gt;
&lt;br /&gt;
====Time Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-TimeParameters.png|thumb|500px|Regression Computation Time Parameters]]&lt;br /&gt;
|This section allows the user to specify: &lt;br /&gt;
* The first and last time points of the input shapes&lt;br /&gt;
* The number of time-regressed shapes that will be computed between the first and last input shapes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Output Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
Shape4D CLI will compute several sets of time-regressed shapes where the basename of each shape will be: ''&amp;lt;prefix&amp;gt;_iter_n_time_00i'' with: &lt;br /&gt;
*&amp;lt;prefix&amp;gt;: the prefix can be specified by the user &lt;br /&gt;
* n: the iteration number of the shape regression process (i.e. represents the number of the time-regressed shape serie)&lt;br /&gt;
* i: the time-regressed shape number&lt;br /&gt;
The last iteration will create the final time-regressed shape set where the basename of the shapes will be ''&amp;lt;prefix&amp;gt;_final_time_00i''. &lt;br /&gt;
|[[Image:RegressionComputation-OutputParameters.png|thumb|500px|Regression Computation Output Parameters]]&lt;br /&gt;
|This section allows the user to specify : &lt;br /&gt;
* The output folder where the computed time-regressed shape sets will be stored&lt;br /&gt;
* The prefix of the basename of each time-regressed shapes&lt;br /&gt;
* The occurrence at which the time-regressed shapes set will be saved&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Optimal Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-OptimalParameters.png|thumb|500px|Regression Computation Optimal Parameters]]&lt;br /&gt;
|This section allows the user to specify: &lt;br /&gt;
* The optimal method used by Shape4D CLI&lt;br /&gt;
* The minimum distance that will stopped the shape regression process&lt;br /&gt;
* The maximum number of iteration&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Regression Visualization Module==&lt;br /&gt;
&lt;br /&gt;
This module allows to easily visualize the results obtained by the RegressionComputation module by using severals slicer extensions ([[Documentation/{{documentation/version}}/Extensions/Sequences|Sequences]], [[Documentation/{{documentation/version}}/Modules/Colors|Colors]], [[Documentation/{{documentation/version}}/Modules/Tables|Tables]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Inputs===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
This section allows the user to create a sequence containing the time-regressed shapes computed by RegressionComputation module. &lt;br /&gt;
|[[Image:RegressionVisualization-ShapeRegressionInputs.png|thumb|500px|Shape Regression Inputs]]&lt;br /&gt;
| In order to do that, the user would have to specify:&lt;br /&gt;
* The input directory which should contain the time-regressed shape sets computed by RegressionComputation module&lt;br /&gt;
* The rootname of the time-regressed shape set that should be ''&amp;lt;prefix&amp;gt;_iter_n_time_'' with: &lt;br /&gt;
** The prefix specified by the user in the RegressionComputation module &lt;br /&gt;
**  n the iteration number of the shape regression process that the user want to visualize (''iter_n'' will be replaced by ''final'' if the user wants to display the final results computed)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Visualization===&lt;br /&gt;
&lt;br /&gt;
====Sequence Visualization====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionVisualization-SequenceVisualizationOptions.png|thumb|500px|Sequence Visualization Options]]&lt;br /&gt;
| In this tab, the user could: &lt;br /&gt;
* customize the color maps of the shapes contained in the sequence&lt;br /&gt;
* navigate through the sequence thanks to a browser&lt;br /&gt;
[[Image:BrainGrowth_RegressionSequence.gif|450px|thumb|center|Example of a brain growth sequence]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Regression Plot====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
This tab allows the user to plot the time-regressed shape volume evolution according to the time. &lt;br /&gt;
|[[Image:RegressionVisualization-RegressionPlot.png|thumb|500px|Regression Plot]] &lt;br /&gt;
| To do so, the user will have to specify the path of a CSV file containing the following information used to compute the set of time-regressed shapes in RegressionComputation module: &lt;br /&gt;
* The path of each input shape &lt;br /&gt;
* The time-point associated &lt;br /&gt;
|[[Image:BrainModelVolume_RegressionPlot.png|200px|thumb|center|Example of Regression Plot]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Additional Information}}&lt;br /&gt;
&lt;br /&gt;
This extension is available on [https://www.slicer.org/ 3DSlicer] and on [http://salt.slicer.org/ SlicerSALT]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
The source code is available on [https://github.com/KitwareMedical/ShapeRegressionExtension github]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/ShapeAnalysis]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.8/Extensions/ShapeRegressionExtension&amp;diff=58384</id>
		<title>Documentation/4.8/Extensions/ShapeRegressionExtension</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.8/Extensions/ShapeRegressionExtension&amp;diff=58384"/>
		<updated>2018-02-06T21:29:16Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &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;
{{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;
'''''Extensions:''''' ShapeRegressionExtension&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Author:''''' Laura Pascal (Kitware Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Contributors:''''' Beatriz Paniagua (Kitware Inc), James Fishbaugh (University of North Carolina)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Contact:''''' Laura Pascal, &amp;lt;email&amp;gt;laura.pascal@kitware.com&amp;lt;/email&amp;gt;, Beatriz Paniagua, &amp;lt;email&amp;gt;beatriz.paniagua@kitware.com &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Acknowledgments:''''' NIH NIBIB R01EB021391 (Shape Analysis Toolbox for Medical Image Computing Projects)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''License:''''' [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery class=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kitware-logo.png|Kitware Inc.&lt;br /&gt;
Image:UofM-logo.png|University of Michigan&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Extension Description}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This extension is composed by two modules :&lt;br /&gt;
* RegressionComputation: &lt;br /&gt;
** Computation of time-regressed shapes in a collection of 3D shape inputs associated to a linear variable thanks to [https://github.com/laurapascal/shape4D shape4D] CLI. &lt;br /&gt;
* RegressionVisualization: &lt;br /&gt;
** Plotting of the time-regressed shape volume evolution according to a linear variable&lt;br /&gt;
** Visualization of the sequence of the time-regressed shapes generated (using [[Documentation/{{documentation/version}}/Extensions/Sequences|Sequences]] module)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Interface}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
Regression Computation module:&lt;br /&gt;
&lt;br /&gt;
[[Image:RegressionComputation-Interface.png|550px|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
Regression Visualization module: &lt;br /&gt;
&lt;br /&gt;
[[Image:RegressionVisualization-Interface.png|550px|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
==Regression Computation Module==&lt;br /&gt;
This module is a user-friendly interface allowing to easily use [https://github.com/laurapascal/shape4D shape4D] CLI in order to compute time-regressed shapes in a collection of 3D shape inputs associated to a linear variable. &lt;br /&gt;
&lt;br /&gt;
===Shape4D Inputs===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-InputShapeParameters.png|thumb|500px|Regression Computation Input Shape Parameters]]&lt;br /&gt;
|This section allows the user to specify the input shapes for each time point as well as their associated parameters. &lt;br /&gt;
To do so,  the user can either specify :&lt;br /&gt;
* A folder containing the input shapes. The user would then have to specify the parameters associated to each input shape. A CSV file (''CSVInputshapeparameters.csv'') containing all these information will be automatically created in the output folder specified by the user.&lt;br /&gt;
* A CSV files containing in each row the input shape file path followed by the shape parameters &amp;quot;Time Point&amp;quot; , &amp;quot;Sigma W&amp;quot; , &amp;quot;Tris&amp;quot; and &amp;quot;Weight&amp;quot; .&lt;br /&gt;
[[Image:RegressionComputation-ExampleInputShapeParametersCSVfile.png|500px|thumb|center|Example of RegressionComputation Input CSV file]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Shape4D Parameters===&lt;br /&gt;
&lt;br /&gt;
====Time Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-TimeParameters.png|thumb|500px|Regression Computation Time Parameters]]&lt;br /&gt;
|This section allows the user to specify: &lt;br /&gt;
* The first and last time points of the input shapes&lt;br /&gt;
* The number of time-regressed shapes that will be computed between the first and last input shapes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Output Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
Shape4D CLI will compute several sets of time-regressed shapes where the basename of each shape will be: ''&amp;lt;prefix&amp;gt;_iter_n_time_00i'' with: &lt;br /&gt;
*&amp;lt;prefix&amp;gt;: the prefix can be specified by the user &lt;br /&gt;
* n: the iteration number of the shape regression process (i.e. represents the number of the time-regressed shape serie)&lt;br /&gt;
* i: the time-regressed shape number&lt;br /&gt;
The last iteration will create the final time-regressed shape set where the basename of the shapes will be ''&amp;lt;prefix&amp;gt;_final_time_00i''. &lt;br /&gt;
|[[Image:RegressionComputation-OutputParameters.png|thumb|500px|Regression Computation Output Parameters]]&lt;br /&gt;
|This section allows the user to specify : &lt;br /&gt;
* The output folder where the computed time-regressed shape sets will be stored&lt;br /&gt;
* The prefix of the basename of each time-regressed shapes&lt;br /&gt;
* The occurrence at which the time-regressed shapes set will be saved&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Optimal Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-OptimalParameters.png|thumb|500px|Regression Computation Optimal Parameters]]&lt;br /&gt;
|This section allows the user to specify: &lt;br /&gt;
* The optimal method used by Shape4D CLI&lt;br /&gt;
* The minimum distance that will stopped the shape regression process&lt;br /&gt;
* The maximum number of iteration&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Regression Visualization Module==&lt;br /&gt;
&lt;br /&gt;
This module allows to easily visualize the results obtained by the RegressionComputation module by using severals slicer extensions ([[Documentation/{{documentation/version}}/Extensions/Sequences|Sequences]], [[Documentation/{{documentation/version}}/Modules/Colors|Colors]], [[Documentation/{{documentation/version}}/Modules/Tables|Tables]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Inputs===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
This section allows the user to create a sequence containing the time-regressed shapes computed by RegressionComputation module. &lt;br /&gt;
|[[Image:RegressionVisualization-ShapeRegressionInputs.png|thumb|500px|Shape Regression Inputs]]&lt;br /&gt;
| In order to do that, the user would have to specify:&lt;br /&gt;
* The input directory which should contain the time-regressed shape sets computed by RegressionComputation module&lt;br /&gt;
* The rootname of the time-regressed shape set that should be ''&amp;lt;prefix&amp;gt;_iter_n_time_'' with: &lt;br /&gt;
** The prefix specified by the user in the RegressionComputation module &lt;br /&gt;
**  n the iteration number of the shape regression process that the user want to visualize (''iter_n'' will be replaced by ''final'' if the user wants to display the final results computed)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Visualization===&lt;br /&gt;
&lt;br /&gt;
====Sequence Visualization====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionVisualization-SequenceVisualizationOptions.png|thumb|500px|Sequence Visualization Options]]&lt;br /&gt;
| In this tab, the user could: &lt;br /&gt;
* customize the color maps of the shapes contained in the sequence&lt;br /&gt;
* navigate through the sequence thanks to a browser&lt;br /&gt;
[[Image:BrainGrowth_RegressionSequence.gif|450px|thumb|center|Example of a brain growth sequence]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Regression Plot====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
This tab allows the user to plot the time-regressed shape volume evolution according to the time. &lt;br /&gt;
|[[Image:RegressionVisualization-RegressionPlot.png|thumb|500px|Regression Plot]] &lt;br /&gt;
| To do so, the user will have to specify the path of a CSV file containing the following information used to compute the set of time-regressed shapes in RegressionComputation module: &lt;br /&gt;
* The path of each input shape &lt;br /&gt;
* The time-point associated &lt;br /&gt;
|[[Image:BrainModelVolume_RegressionPlot.png|200px|thumb|center|Example of Regression Plot]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Additional Information}}&lt;br /&gt;
&lt;br /&gt;
This extension is available on [https://www.slicer.org/ 3DSlicer] and on [http://salt.slicer.org/ SlicerSALT]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
The source code is available on [https://github.com/KitwareMedical/ShapeRegressionExtension github]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/ShapeAnalysis]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.8/Extensions/ShapeRegressionExtension&amp;diff=58341</id>
		<title>Documentation/4.8/Extensions/ShapeRegressionExtension</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.8/Extensions/ShapeRegressionExtension&amp;diff=58341"/>
		<updated>2018-01-31T15:43:17Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &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;
{{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;
'''''Extensions:''''' ShapeRegressionExtension&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Author:''''' Laura Pascal (Kitware Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Contributors:''''' Beatriz Paniagua (Kitware Inc), James Fishbaugh (University of North Carolina)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Contact:''''' Laura Pascal, &amp;lt;email&amp;gt;laura.pascal@kitware.com&amp;lt;/email&amp;gt;, Beatriz Paniagua, &amp;lt;email&amp;gt;beatriz.paniagua@kitware.com &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Acknowledgments:''''' NIH NIBIB R01EB021391 (Shape Analysis Toolbox for Medical Image Computing Projects)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''License:''''' [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery class=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kitware-logo.png|Kitware Inc.&lt;br /&gt;
Image:UofM-logo.png|University of Michigan&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Extension Description}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This extension is composed by two modules :&lt;br /&gt;
* RegressionComputation: &lt;br /&gt;
** Computation of time-regressed shapes in a collection of 3D shape inputs associated to a linear variable thanks to [https://github.com/laurapascal/shape4D shape4D] CLI. &lt;br /&gt;
* RegressionVisualization: &lt;br /&gt;
** Plotting of the time-regressed shape volume evolution according to a linear variable&lt;br /&gt;
** Visualization of the sequence of the time-regressed shapes generated (using [[Documentation/{{documentation/version}}/Extensions/Sequences|Sequences]] module)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Interface}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
Regression Computation module:&lt;br /&gt;
&lt;br /&gt;
[[Image:RegressionComputation-Interface.png|550px|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
Regression Visualization module: &lt;br /&gt;
&lt;br /&gt;
[[Image:RegressionVisualization-Interface.png|550px|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
==Regression Computation Module==&lt;br /&gt;
This module is a user-friendly interface allowing to easily use [https://github.com/laurapascal/shape4D shape4D] CLI in order to compute time-regressed shapes in a collection of 3D shape inputs associated to a linear variable. &lt;br /&gt;
&lt;br /&gt;
===Shape4D Inputs===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-InputShapeParameters.png|thumb|500px|Regression Computation Input Shape Parameters]]&lt;br /&gt;
|This section allows the user to specify the input shapes for each time point as well as their associated parameters. &lt;br /&gt;
To do so,  the user can either specify :&lt;br /&gt;
* A folder containing the input shapes. The user would then have to specify the parameters associated to each input shape. A CSV file (''CSVInputshapeparameters.csv'') containing all these information will be automatically created in the output folder specified by the user.&lt;br /&gt;
* A CSV files containing in each row the input shape file path followed by the shape parameters &amp;quot;Time Point&amp;quot; , &amp;quot;Sigma W&amp;quot; , &amp;quot;Tris&amp;quot; and &amp;quot;Weight&amp;quot; .&lt;br /&gt;
[[Image:RegressionComputation-ExampleInputShapeParametersCSVfile.png|500px|thumb|center|Example of CSV files]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Shape4D Parameters===&lt;br /&gt;
&lt;br /&gt;
====Time Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-TimeParameters.png|thumb|500px|Regression Computation Time Parameters]]&lt;br /&gt;
|This section allows the user to specify: &lt;br /&gt;
* The first and last time points of the input shapes&lt;br /&gt;
* The number of time-regressed shapes that will be computed between the first and last input shapes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Output Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
Shape4D CLI will compute several sets of time-regressed shapes where the basename of each shape will be: ''&amp;lt;prefix&amp;gt;_iter_n_time_00i'' with: &lt;br /&gt;
*&amp;lt;prefix&amp;gt;: the prefix can be specified by the user &lt;br /&gt;
* n: the iteration number of the shape regression process (i.e. represents the number of the time-regressed shape serie)&lt;br /&gt;
* i: the time-regressed shape number&lt;br /&gt;
The last iteration will create the final time-regressed shape set where the basename of the shapes will be ''&amp;lt;prefix&amp;gt;_final_time_00i''. &lt;br /&gt;
|[[Image:RegressionComputation-OutputParameters.png|thumb|500px|Regression Computation Output Parameters]]&lt;br /&gt;
|This section allows the user to specify : &lt;br /&gt;
* The output folder where the computed time-regressed shape sets will be stored&lt;br /&gt;
* The prefix of the basename of each time-regressed shapes&lt;br /&gt;
* The occurrence at which the time-regressed shapes set will be saved&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Optimal Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-OptimalParameters.png|thumb|500px|Regression Computation Optimal Parameters]]&lt;br /&gt;
|This section allows the user to specify: &lt;br /&gt;
* the optimal method used by Shape4D CLI&lt;br /&gt;
* The minimum distance that will stopped the shape regression process&lt;br /&gt;
* The maximum number of iteration&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Regression Visualization Module==&lt;br /&gt;
&lt;br /&gt;
This module allows to easily visualize the results obtained by the RegressionComputation module by using severals slicer extensions ([[Documentation/{{documentation/version}}/Extensions/Sequences|Sequences]], [[Documentation/{{documentation/version}}/Modules/Colors|Colors]], [[Documentation/{{documentation/version}}/Modules/Tables|Tables]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Inputs===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
This section allows the user to create a sequence containing the time-regressed shapes computed by RegressionComputation module. &lt;br /&gt;
|[[Image:RegressionVisualization-ShapeRegressionInputs.png|thumb|500px|Shape Regression Inputs]]&lt;br /&gt;
| In order to do that, the user would have to specify:&lt;br /&gt;
* The input directory which should contain the time-regressed shape sets computed by RegressionComputation module&lt;br /&gt;
* The rootname of the time-regressed shape set that should be ''&amp;lt;prefix&amp;gt;_iter_n_time_'' with: &lt;br /&gt;
** the prefix specified by the user in the RegressionComputation module &lt;br /&gt;
**  n the iteration number of the shape regression process that the user want to visualize (''iter_n'' will be replaced by ''final'' if the user wants to display the final results computed)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Visualization===&lt;br /&gt;
&lt;br /&gt;
====Sequence Visualization====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionVisualization-SequenceVisualizationOptions.png|thumb|500px|Sequence Visualization Options]]&lt;br /&gt;
| In this tab, the user could: &lt;br /&gt;
* customize the color maps of the shapes contained in the sequence&lt;br /&gt;
* navigate through the sequence thanks to a browser&lt;br /&gt;
[[Image:BrainGrowth_RegressionSequence.gif|450px|thumb|center|Example of a brain growth sequence]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Regression Plot====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
This tab allows the user to plot the time-regressed shape volume evolution according to the time. &lt;br /&gt;
|[[Image:RegressionVisualization-RegressionPlot.png|thumb|500px|Regression Plot]] &lt;br /&gt;
| To do so, the user will have to specify the path of a CSV file containing the following information used to compute the set of time-regressed shapes in RegressionComputation module: &lt;br /&gt;
* the path of each input shape &lt;br /&gt;
* the time-point associated &lt;br /&gt;
|[[Image:BrainModelVolume_RegressionPlot.png|200px|thumb|center|Example of Regression Plot]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Additional Information}}&lt;br /&gt;
&lt;br /&gt;
This extension is available on [https://www.slicer.org/ 3DSlicer] and on [http://salt.slicer.org/ SlicerSALT]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
The source code is available on [https://github.com/KitwareMedical/ShapeRegressionExtension github]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/ShapeAnalysis]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/ShapeRegressionExtension&amp;diff=58338</id>
		<title>Documentation/Nightly/Extensions/ShapeRegressionExtension</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/ShapeRegressionExtension&amp;diff=58338"/>
		<updated>2018-01-31T15:43:10Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &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;
{{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;
'''''Extensions:''''' ShapeRegressionExtension&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Author:''''' Laura Pascal (Kitware Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Contributors:''''' Beatriz Paniagua (Kitware Inc), James Fishbaugh (University of North Carolina)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Contact:''''' Laura Pascal, &amp;lt;email&amp;gt;laura.pascal@kitware.com&amp;lt;/email&amp;gt;, Beatriz Paniagua, &amp;lt;email&amp;gt;beatriz.paniagua@kitware.com &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Acknowledgments:''''' NIH NIBIB R01EB021391 (Shape Analysis Toolbox for Medical Image Computing Projects)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''License:''''' [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery class=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kitware-logo.png|Kitware Inc.&lt;br /&gt;
Image:UofM-logo.png|University of Michigan&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Extension Description}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This extension is composed by two modules :&lt;br /&gt;
* RegressionComputation: &lt;br /&gt;
** Computation of time-regressed shapes in a collection of 3D shape inputs associated to a linear variable thanks to [https://github.com/laurapascal/shape4D shape4D] CLI. &lt;br /&gt;
* RegressionVisualization: &lt;br /&gt;
** Plotting of the time-regressed shape volume evolution according to a linear variable&lt;br /&gt;
** Visualization of the sequence of the time-regressed shapes generated (using [[Documentation/{{documentation/version}}/Extensions/Sequences|Sequences]] module)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Interface}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
Regression Computation module:&lt;br /&gt;
&lt;br /&gt;
[[Image:RegressionComputation-Interface.png|550px|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
Regression Visualization module: &lt;br /&gt;
&lt;br /&gt;
[[Image:RegressionVisualization-Interface.png|550px|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
==Regression Computation Module==&lt;br /&gt;
This module is a user-friendly interface allowing to easily use [https://github.com/laurapascal/shape4D shape4D] CLI in order to compute time-regressed shapes in a collection of 3D shape inputs associated to a linear variable. &lt;br /&gt;
&lt;br /&gt;
===Shape4D Inputs===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-InputShapeParameters.png|thumb|500px|Regression Computation Input Shape Parameters]]&lt;br /&gt;
|This section allows the user to specify the input shapes for each time point as well as their associated parameters. &lt;br /&gt;
To do so,  the user can either specify :&lt;br /&gt;
* A folder containing the input shapes. The user would then have to specify the parameters associated to each input shape. A CSV file (''CSVInputshapeparameters.csv'') containing all these information will be automatically created in the output folder specified by the user.&lt;br /&gt;
* A CSV files containing in each row the input shape file path followed by the shape parameters &amp;quot;Time Point&amp;quot; , &amp;quot;Sigma W&amp;quot; , &amp;quot;Tris&amp;quot; and &amp;quot;Weight&amp;quot; .&lt;br /&gt;
[[Image:RegressionComputation-ExampleInputShapeParametersCSVfile.png|500px|thumb|center|Example of CSV files]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Shape4D Parameters===&lt;br /&gt;
&lt;br /&gt;
====Time Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-TimeParameters.png|thumb|500px|Regression Computation Time Parameters]]&lt;br /&gt;
|This section allows the user to specify: &lt;br /&gt;
* The first and last time points of the input shapes&lt;br /&gt;
* The number of time-regressed shapes that will be computed between the first and last input shapes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Output Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
Shape4D CLI will compute several sets of time-regressed shapes where the basename of each shape will be: ''&amp;lt;prefix&amp;gt;_iter_n_time_00i'' with: &lt;br /&gt;
*&amp;lt;prefix&amp;gt;: the prefix can be specified by the user &lt;br /&gt;
* n: the iteration number of the shape regression process (i.e. represents the number of the time-regressed shape serie)&lt;br /&gt;
* i: the time-regressed shape number&lt;br /&gt;
The last iteration will create the final time-regressed shape set where the basename of the shapes will be ''&amp;lt;prefix&amp;gt;_final_time_00i''. &lt;br /&gt;
|[[Image:RegressionComputation-OutputParameters.png|thumb|500px|Regression Computation Output Parameters]]&lt;br /&gt;
|This section allows the user to specify : &lt;br /&gt;
* The output folder where the computed time-regressed shape sets will be stored&lt;br /&gt;
* The prefix of the basename of each time-regressed shapes&lt;br /&gt;
* The occurrence at which the time-regressed shapes set will be saved&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Optimal Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-OptimalParameters.png|thumb|500px|Regression Computation Optimal Parameters]]&lt;br /&gt;
|This section allows the user to specify: &lt;br /&gt;
* the optimal method used by Shape4D CLI&lt;br /&gt;
* The minimum distance that will stopped the shape regression process&lt;br /&gt;
* The maximum number of iteration&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Regression Visualization Module==&lt;br /&gt;
&lt;br /&gt;
This module allows to easily visualize the results obtained by the RegressionComputation module by using severals slicer extensions ([[Documentation/{{documentation/version}}/Extensions/Sequences|Sequences]], [[Documentation/{{documentation/version}}/Modules/Colors|Colors]], [[Documentation/{{documentation/version}}/Modules/Tables|Tables]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Inputs===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
This section allows the user to create a sequence containing the time-regressed shapes computed by RegressionComputation module. &lt;br /&gt;
|[[Image:RegressionVisualization-ShapeRegressionInputs.png|thumb|500px|Shape Regression Inputs]]&lt;br /&gt;
| In order to do that, the user would have to specify:&lt;br /&gt;
* The input directory which should contain the time-regressed shape sets computed by RegressionComputation module&lt;br /&gt;
* The rootname of the time-regressed shape set that should be ''&amp;lt;prefix&amp;gt;_iter_n_time_'' with: &lt;br /&gt;
** the prefix specified by the user in the RegressionComputation module &lt;br /&gt;
**  n the iteration number of the shape regression process that the user want to visualize (''iter_n'' will be replaced by ''final'' if the user wants to display the final results computed)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Visualization===&lt;br /&gt;
&lt;br /&gt;
====Sequence Visualization====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionVisualization-SequenceVisualizationOptions.png|thumb|500px|Sequence Visualization Options]]&lt;br /&gt;
| In this tab, the user could: &lt;br /&gt;
* customize the color maps of the shapes contained in the sequence&lt;br /&gt;
* navigate through the sequence thanks to a browser&lt;br /&gt;
[[Image:BrainGrowth_RegressionSequence.gif|450px|thumb|center|Example of a brain growth sequence]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Regression Plot====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
This tab allows the user to plot the time-regressed shape volume evolution according to the time. &lt;br /&gt;
|[[Image:RegressionVisualization-RegressionPlot.png|thumb|500px|Regression Plot]] &lt;br /&gt;
| To do so, the user will have to specify the path of a CSV file containing the following information used to compute the set of time-regressed shapes in RegressionComputation module: &lt;br /&gt;
* the path of each input shape &lt;br /&gt;
* the time-point associated &lt;br /&gt;
|[[Image:BrainModelVolume_RegressionPlot.png|200px|thumb|center|Example of Regression Plot]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Additional Information}}&lt;br /&gt;
&lt;br /&gt;
This extension is available on [https://www.slicer.org/ 3DSlicer] and on [http://salt.slicer.org/ SlicerSALT]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
The source code is available on [https://github.com/KitwareMedical/ShapeRegressionExtension github]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/ShapeAnalysis]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/ShapeRegressionExtension&amp;diff=58328</id>
		<title>Documentation/Nightly/Extensions/ShapeRegressionExtension</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/ShapeRegressionExtension&amp;diff=58328"/>
		<updated>2018-01-30T23:21:39Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &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;
{{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;
'''''Extensions:''''' ShapeRegressionExtension&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Author:''''' Laura Pascal (Kitware Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Contributors:''''' Beatriz Paniagua (Kitware Inc), James Fishbaugh (University of North Carolina)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Contact:''''' Laura Pascal, &amp;lt;email&amp;gt;laura.pascal@kitware.com&amp;lt;/email&amp;gt;, Beatriz Paniagua, &amp;lt;email&amp;gt;beatriz.paniagua@kitware.com &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Acknowledgments:''''' NIH NIBIB R01EB021391 (Shape Analysis Toolbox for Medical Image Computing Projects)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''License:''''' [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery class=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kitware-logo.png|Kitware Inc.&lt;br /&gt;
Image:UofM-logo.png|University of Michigan&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Extension Description}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This extension is composed by two modules :&lt;br /&gt;
* RegressionComputation: &lt;br /&gt;
** Computation of time-regressed shapes in a collection of 3D shape inputs associated to a linear variable thanks to [https://github.com/laurapascal/shape4D shape4D] CLI. &lt;br /&gt;
* RegressionVisualization: &lt;br /&gt;
** Plotting of the time-regressed shape volume evolution according to a linear variable&lt;br /&gt;
** Visualization of the sequence of the time-regressed shapes generated (using [[Documentation/{{documentation/version}}/Extensions/Sequences|Sequences]] module)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Interface}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
Regression Computation module:&lt;br /&gt;
&lt;br /&gt;
[[Image:RegressionComputation-Interface.png|550px|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
Regression Visualization module: &lt;br /&gt;
&lt;br /&gt;
[[Image:RegressionVisualization-Interface.png|550px|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
==Regression Computation Module==&lt;br /&gt;
This module is a user-friendly interface allowing to easily use [https://github.com/laurapascal/shape4D shape4D] CLI in order to compute time-regressed shapes in a collection of 3D shape inputs associated to a linear variable. &lt;br /&gt;
&lt;br /&gt;
===Shape4D Inputs===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-InputShapeParameters.png|thumb|500px|Regression Computation Input Shape Parameters]]&lt;br /&gt;
|This section allows the user to specify the input shapes for each time point as well as their associated parameters. &lt;br /&gt;
To do so,  the user can either specify :&lt;br /&gt;
* A folder containing the input shapes. The user would then have to specify the parameters associated to each input shape. A CSV file (''CSVInputshapeparameters.csv'') containing all these information will be automatically created in the output folder specified by the user.&lt;br /&gt;
* A CSV files containing in each row the input shape file path followed by the shape parameters &amp;quot;Time Point&amp;quot; , &amp;quot;Sigma W&amp;quot; , &amp;quot;Tris&amp;quot; and &amp;quot;Weight&amp;quot; .&lt;br /&gt;
[[Image:RegressionComputation-ExampleInputShapeParametersCSVfile.png|500px|thumb|center|Example of CSV files]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Shape4D Parameters===&lt;br /&gt;
&lt;br /&gt;
====Time Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-TimeParameters.png|thumb|500px|Regression Computation Time Parameters]]&lt;br /&gt;
|This section allows the user to specify: &lt;br /&gt;
* The first and last time points of the input shapes&lt;br /&gt;
* The number of time-regressed shapes that will be computed between the first and last input shapes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Output Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
Shape4D CLI will compute several sets of time-regressed shapes where the basename of each shape will be: ''&amp;lt;prefix&amp;gt;_n_time_00i'' with: &lt;br /&gt;
*&amp;lt;prefix&amp;gt;: the prefix can be specified by the user &lt;br /&gt;
* n: the iteration number of the shape regression process (i.e. represents the number of the time-regressed shape serie)&lt;br /&gt;
* i: the time-regressed shape number&lt;br /&gt;
The last iteration will create the final time-regressed shape set where the basename of the shapes will be ''&amp;lt;prefix&amp;gt;_final_time_00i''. &lt;br /&gt;
|[[Image:RegressionComputation-OutputParameters.png|thumb|500px|Regression Computation Output Parameters]]&lt;br /&gt;
|This section allows the user to specify : &lt;br /&gt;
* The output folder where the computed time-regressed shape sets will be stored&lt;br /&gt;
* The prefix of the basename of each time-regressed shapes&lt;br /&gt;
* The occurrence at which the time-regressed shapes set will be saved&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Optimal Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-OptimalParameters.png|thumb|500px|Regression Computation Optimal Parameters]]&lt;br /&gt;
|This section allows the user to specify: &lt;br /&gt;
* the optimal method used by Shape4D CLI&lt;br /&gt;
* The minimum distance that will stopped the shape regression process&lt;br /&gt;
* The maximum number of iteration&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Regression Visualization Module==&lt;br /&gt;
&lt;br /&gt;
This module allows to easily visualize the results obtained by the RegressionComputation module by using severals slicer extensions ([[Documentation/{{documentation/version}}/Extensions/Sequences|Sequences]], [[Documentation/{{documentation/version}}/Modules/Colors|Colors]], [[Documentation/{{documentation/version}}/Modules/Tables|Tables]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Inputs===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
This section allows the user to create a sequence containing the time-regressed shapes computed by RegressionComputation module. &lt;br /&gt;
|[[Image:RegressionVisualization-ShapeRegressionInputs.png|thumb|500px|Shape Regression Inputs]]&lt;br /&gt;
| In order to do that, the user would have to specify:&lt;br /&gt;
* The input directory which should contain the time-regressed shape sets computed by RegressionComputation module&lt;br /&gt;
* The rootname of the time-regressed shape set that should be ''&amp;lt;prefix&amp;gt;_n_time_'' with: &lt;br /&gt;
** the prefix specified by the user in the RegressionComputation module &lt;br /&gt;
**  n the iteration number of the shape regression process that the user want to visualize (n will be ''final'' if the user wants to display the final results computed)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Visualization===&lt;br /&gt;
&lt;br /&gt;
====Sequence Visualization====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionVisualization-SequenceVisualizationOptions.png|thumb|500px|Sequence Visualization Options]]&lt;br /&gt;
| In this tab, the user could: &lt;br /&gt;
* customize the color maps of the shapes contained in the sequence&lt;br /&gt;
* navigate through the sequence thanks to a browser&lt;br /&gt;
[[Image:BrainGrowth_RegressionSequence.gif|450px|thumb|center|Example of a brain growth sequence]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Regression Plot====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
This tab allows the user to plot the time-regressed shape volume evolution according to the time. &lt;br /&gt;
|[[Image:RegressionVisualization-RegressionPlot.png|thumb|500px|Regression Plot]] &lt;br /&gt;
| To do so, the user will have to specify the path of a CSV file containing the following information used to compute the set of time-regressed shapes in RegressionComputation module: &lt;br /&gt;
* the path of each input shape &lt;br /&gt;
* the time-point associated &lt;br /&gt;
|[[Image:BrainModelVolume_RegressionPlot.png|200px|thumb|center|Example of Regression Plot]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Additional Information}}&lt;br /&gt;
&lt;br /&gt;
This extension is available on [https://www.slicer.org/ 3DSlicer] and on [http://salt.slicer.org/ SlicerSALT]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
The source code is available on [https://github.com/KitwareMedical/ShapeRegressionExtension github]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/ShapeAnalysis]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.8/Extensions/ShapeRegressionExtension&amp;diff=58325</id>
		<title>Documentation/4.8/Extensions/ShapeRegressionExtension</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.8/Extensions/ShapeRegressionExtension&amp;diff=58325"/>
		<updated>2018-01-30T23:21:17Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &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;
{{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;
'''''Extensions:''''' ShapeRegressionExtension&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Author:''''' Laura Pascal (Kitware Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Contributors:''''' Beatriz Paniagua (Kitware Inc), James Fishbaugh (University of North Carolina)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Contact:''''' Laura Pascal, &amp;lt;email&amp;gt;laura.pascal@kitware.com&amp;lt;/email&amp;gt;, Beatriz Paniagua, &amp;lt;email&amp;gt;beatriz.paniagua@kitware.com &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Acknowledgments:''''' NIH NIBIB R01EB021391 (Shape Analysis Toolbox for Medical Image Computing Projects)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''License:''''' [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery class=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kitware-logo.png|Kitware Inc.&lt;br /&gt;
Image:UofM-logo.png|University of Michigan&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Extension Description}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This extension is composed by two modules :&lt;br /&gt;
* RegressionComputation: &lt;br /&gt;
** Computation of time-regressed shapes in a collection of 3D shape inputs associated to a linear variable thanks to [https://github.com/laurapascal/shape4D shape4D] CLI. &lt;br /&gt;
* RegressionVisualization: &lt;br /&gt;
** Plotting of the time-regressed shape volume evolution according to a linear variable&lt;br /&gt;
** Visualization of the sequence of the time-regressed shapes generated (using [[Documentation/{{documentation/version}}/Extensions/Sequences|Sequences]] module)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Interface}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
Regression Computation module:&lt;br /&gt;
&lt;br /&gt;
[[Image:RegressionComputation-Interface.png|550px|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
Regression Visualization module: &lt;br /&gt;
&lt;br /&gt;
[[Image:RegressionVisualization-Interface.png|550px|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
==Regression Computation Module==&lt;br /&gt;
This module is a user-friendly interface allowing to easily use [https://github.com/laurapascal/shape4D shape4D] CLI in order to compute time-regressed shapes in a collection of 3D shape inputs associated to a linear variable. &lt;br /&gt;
&lt;br /&gt;
===Shape4D Inputs===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-InputShapeParameters.png|thumb|500px|Regression Computation Input Shape Parameters]]&lt;br /&gt;
|This section allows the user to specify the input shapes for each time point as well as their associated parameters. &lt;br /&gt;
To do so,  the user can either specify :&lt;br /&gt;
* A folder containing the input shapes. The user would then have to specify the parameters associated to each input shape. A CSV file (''CSVInputshapeparameters.csv'') containing all these information will be automatically created in the output folder specified by the user.&lt;br /&gt;
* A CSV files containing in each row the input shape file path followed by the shape parameters &amp;quot;Time Point&amp;quot; , &amp;quot;Sigma W&amp;quot; , &amp;quot;Tris&amp;quot; and &amp;quot;Weight&amp;quot; .&lt;br /&gt;
[[Image:RegressionComputation-ExampleInputShapeParametersCSVfile.png|500px|thumb|center|Example of CSV files]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Shape4D Parameters===&lt;br /&gt;
&lt;br /&gt;
====Time Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-TimeParameters.png|thumb|500px|Regression Computation Time Parameters]]&lt;br /&gt;
|This section allows the user to specify: &lt;br /&gt;
* The first and last time points of the input shapes&lt;br /&gt;
* The number of time-regressed shapes that will be computed between the first and last input shapes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Output Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
Shape4D CLI will compute several sets of time-regressed shapes where the basename of each shape will be: ''&amp;lt;prefix&amp;gt;_n_time_00i'' with: &lt;br /&gt;
*&amp;lt;prefix&amp;gt;: the prefix can be specified by the user &lt;br /&gt;
* n: the iteration number of the shape regression process (i.e. represents the number of the time-regressed shape serie)&lt;br /&gt;
* i: the time-regressed shape number&lt;br /&gt;
The last iteration will create the final time-regressed shape set where the basename of the shapes will be ''&amp;lt;prefix&amp;gt;_final_time_00i''. &lt;br /&gt;
|[[Image:RegressionComputation-OutputParameters.png|thumb|500px|Regression Computation Output Parameters]]&lt;br /&gt;
|This section allows the user to specify : &lt;br /&gt;
* The output folder where the computed time-regressed shape sets will be stored&lt;br /&gt;
* The prefix of the basename of each time-regressed shapes&lt;br /&gt;
* The occurrence at which the time-regressed shapes set will be saved&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Optimal Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-OptimalParameters.png|thumb|500px|Regression Computation Optimal Parameters]]&lt;br /&gt;
|This section allows the user to specify: &lt;br /&gt;
* the optimal method used by Shape4D CLI&lt;br /&gt;
* The minimum distance that will stopped the shape regression process&lt;br /&gt;
* The maximum number of iteration&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Regression Visualization Module==&lt;br /&gt;
&lt;br /&gt;
This module allows to easily visualize the results obtained by the RegressionComputation module by using severals slicer extensions ([[Documentation/{{documentation/version}}/Extensions/Sequences|Sequences]], [[Documentation/{{documentation/version}}/Modules/Colors|Colors]], [[Documentation/{{documentation/version}}/Modules/Tables|Tables]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Inputs===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
This section allows the user to create a sequence containing the time-regressed shapes computed by RegressionComputation module. &lt;br /&gt;
|[[Image:RegressionVisualization-ShapeRegressionInputs.png|thumb|500px|Shape Regression Inputs]]&lt;br /&gt;
| In order to do that, the user would have to specify:&lt;br /&gt;
* The input directory which should contain the time-regressed shape sets computed by RegressionComputation module&lt;br /&gt;
* The rootname of the time-regressed shape set that should be ''&amp;lt;prefix&amp;gt;_n_time_'' with: &lt;br /&gt;
** the prefix specified by the user in the RegressionComputation module &lt;br /&gt;
**  n the iteration number of the shape regression process that the user want to visualize (n will be ''final'' if the user wants to display the final results computed)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Visualization===&lt;br /&gt;
&lt;br /&gt;
====Sequence Visualization====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionVisualization-SequenceVisualizationOptions.png|thumb|500px|Sequence Visualization Options]]&lt;br /&gt;
| In this tab, the user could: &lt;br /&gt;
* customize the color maps of the shapes contained in the sequence&lt;br /&gt;
* navigate through the sequence thanks to a browser&lt;br /&gt;
[[Image:BrainGrowth_RegressionSequence.gif|450px|thumb|center|Example of a brain growth sequence]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Regression Plot====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
This tab allows the user to plot the time-regressed shape volume evolution according to the time. &lt;br /&gt;
|[[Image:RegressionVisualization-RegressionPlot.png|thumb|500px|Regression Plot]] &lt;br /&gt;
| To do so, the user will have to specify the path of a CSV file containing the following information used to compute the set of time-regressed shapes in RegressionComputation module: &lt;br /&gt;
* the path of each input shape &lt;br /&gt;
* the time-point associated &lt;br /&gt;
|[[Image:BrainModelVolume_RegressionPlot.png|200px|thumb|center|Example of Regression Plot]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Additional Information}}&lt;br /&gt;
&lt;br /&gt;
This extension is available on [https://www.slicer.org/ 3DSlicer] and on [http://salt.slicer.org/ SlicerSALT]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
The source code is available on [https://github.com/KitwareMedical/ShapeRegressionExtension github]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/ShapeAnalysis]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.8/Extensions/ShapeRegressionExtension&amp;diff=58322</id>
		<title>Documentation/4.8/Extensions/ShapeRegressionExtension</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.8/Extensions/ShapeRegressionExtension&amp;diff=58322"/>
		<updated>2018-01-30T23:05:26Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: Created page with &amp;quot;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt; &amp;lt;!-- ---------------------------- --&amp;gt; {{documentation/{{documentation/version}}/module-header}} &amp;lt;!-- --------------------...&amp;quot;&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;
{{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;
'''''Extensions:''''' ShapeRegressionExtension&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Author:''''' Laura Pascal (Kitware Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Contributors:''''' Beatriz Paniagua (Kitware Inc), James Fishbaugh (University of North Carolina)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Contact:''''' Laura Pascal, &amp;lt;email&amp;gt;laura.pascal@kitware.com&amp;lt;/email&amp;gt;, Beatriz Paniagua, &amp;lt;email&amp;gt;beatriz.paniagua@kitware.com &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Acknowledgments:''''' NIH NIBIB R01EB021391 (Shape Analysis Toolbox for Medical Image Computing Projects)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''License:''''' [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery class=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kitware-logo.png|Kitware Inc.&lt;br /&gt;
Image:UofM-logo.png|University of Michigan&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Extension Description}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This extension is composed by two modules :&lt;br /&gt;
* RegressionComputation: &lt;br /&gt;
** Computation of time-regressed shapes in a collection of 3D shape inputs associated to a linear variable thanks to [https://github.com/laurapascal/shape4D shape4D] CLI. &lt;br /&gt;
* RegressionVisualization: &lt;br /&gt;
** Plotting of the time-regressed shape volume evolution according to a linear variable&lt;br /&gt;
** Visualization of the sequence of the time-regressed shapes generated (using [https://www.slicer.org/wiki/Documentation/Nightly/Extensions/Sequences Sequences] module)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Interface}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
Regression Computation module:&lt;br /&gt;
&lt;br /&gt;
[[Image:RegressionComputation-Interface.png|550px|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
Regression Visualization module: &lt;br /&gt;
&lt;br /&gt;
[[Image:RegressionVisualization-Interface.png|550px|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
==Regression Computation Module==&lt;br /&gt;
This module is a user-friendly interface allowing to easily use [https://github.com/laurapascal/shape4D shape4D] CLI in order to compute time-regressed shapes in a collection of 3D shape inputs associated to a linear variable. &lt;br /&gt;
&lt;br /&gt;
===Shape4D Inputs===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-InputShapeParameters.png|thumb|500px|Regression Computation Input Shape Parameters]]&lt;br /&gt;
|This section allows the user to specify the input shapes for each time point as well as their associated parameters. &lt;br /&gt;
To do so,  the user can either specify :&lt;br /&gt;
* A folder containing the input shapes. The user would then have to specify the parameters associated to each input shape. A CSV file (''CSVInputshapeparameters.csv'') containing all these information will be automatically created in the output folder specified by the user.&lt;br /&gt;
* A CSV files containing in each row the input shape file path followed by the shape parameters &amp;quot;Time Point&amp;quot; , &amp;quot;Sigma W&amp;quot; , &amp;quot;Tris&amp;quot; and &amp;quot;Weight&amp;quot; .&lt;br /&gt;
[[Image:RegressionComputation-ExampleInputShapeParametersCSVfile.png|500px|thumb|center|Example of CSV files]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Shape4D Parameters===&lt;br /&gt;
&lt;br /&gt;
====Time Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-TimeParameters.png|thumb|500px|Regression Computation Time Parameters]]&lt;br /&gt;
|This section allows the user to specify: &lt;br /&gt;
* The first and last time points of the input shapes&lt;br /&gt;
* The number of time-regressed shapes that will be computed between the first and last input shapes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Output Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
Shape4D CLI will compute several sets of time-regressed shapes where the basename of each shape will be: ''&amp;lt;prefix&amp;gt;_n_time_00i'' with: &lt;br /&gt;
*&amp;lt;prefix&amp;gt;: the prefix can be specified by the user &lt;br /&gt;
* n: the iteration number of the shape regression process (i.e. represents the number of the time-regressed shape serie)&lt;br /&gt;
* i: the time-regressed shape number&lt;br /&gt;
The last iteration will create the final time-regressed shape set where the basename of the shapes will be ''&amp;lt;prefix&amp;gt;_final_time_00i''. &lt;br /&gt;
|[[Image:RegressionComputation-OutputParameters.png|thumb|500px|Regression Computation Output Parameters]]&lt;br /&gt;
|This section allows the user to specify : &lt;br /&gt;
* The output folder where the computed time-regressed shape sets will be stored&lt;br /&gt;
* The prefix of the basename of each time-regressed shapes&lt;br /&gt;
* The occurrence at which the time-regressed shapes set will be saved&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Optimal Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-OptimalParameters.png|thumb|500px|Regression Computation Optimal Parameters]]&lt;br /&gt;
|This section allows the user to specify: &lt;br /&gt;
* the optimal method used by Shape4D CLI&lt;br /&gt;
* The minimum distance that will stopped the shape regression process&lt;br /&gt;
* The maximum number of iteration&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Regression Visualization Module==&lt;br /&gt;
&lt;br /&gt;
This module allows to easily visualize the results obtained by the RegressionComputation module by using severals slicer extensions ([https://www.slicer.org/wiki/Documentation/Nightly/Extensions/Sequences Sequences], [https://www.slicer.org/wiki/Documentation/4.8/Modules/Colors Colors], [https://www.slicer.org/wiki/Documentation/Nightly/Modules/Tables Tables]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Inputs===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
This section allows the user to create a sequence containing the time-regressed shapes computed by RegressionComputation module. &lt;br /&gt;
|[[Image:RegressionVisualization-ShapeRegressionInputs.png|thumb|500px|Shape Regression Inputs]]&lt;br /&gt;
| In order to do that, the user would have to specify:&lt;br /&gt;
* The input directory which should contain the time-regressed shape sets computed by RegressionComputation module&lt;br /&gt;
* The rootname of the time-regressed shape set that should be ''&amp;lt;prefix&amp;gt;_n_time_'' with: &lt;br /&gt;
** the prefix specified by the user in the RegressionComputation module &lt;br /&gt;
**  n the iteration number of the shape regression process that the user want to visualize (n will be ''final'' if the user wants to display the final results computed)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Visualization===&lt;br /&gt;
&lt;br /&gt;
====Sequence Visualization====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionVisualization-SequenceVisualizationOptions.png|thumb|500px|Sequence Visualization Options]]&lt;br /&gt;
| In this tab, the user could: &lt;br /&gt;
* customize the color maps of the shapes contained in the sequence&lt;br /&gt;
* navigate through the sequence thanks to a browser&lt;br /&gt;
[[Image:BrainGrowth_RegressionSequence.gif|450px|thumb|center|Example of a brain growth sequence]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Regression Plot====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
This tab allows the user to plot the time-regressed shape volume evolution according to the time. &lt;br /&gt;
|[[Image:RegressionVisualization-RegressionPlot.png|thumb|500px|Regression Plot]] &lt;br /&gt;
| To do so, the user will have to specify the path of a CSV file containing the following information used to compute the set of time-regressed shapes in RegressionComputation module: &lt;br /&gt;
* the path of each input shape &lt;br /&gt;
* the time-point associated &lt;br /&gt;
|[[Image:BrainModelVolume_RegressionPlot.png|200px|thumb|center|Example of Regression Plot]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Additional Information}}&lt;br /&gt;
&lt;br /&gt;
This extension is available on [https://www.slicer.org/ 3DSlicer] and on [http://salt.slicer.org/ SlicerSALT]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
The source code is available on [https://github.com/KitwareMedical/ShapeRegressionExtension github]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/ShapeAnalysis]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/ShapeRegressionExtension&amp;diff=58319</id>
		<title>Documentation/Nightly/Extensions/ShapeRegressionExtension</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/ShapeRegressionExtension&amp;diff=58319"/>
		<updated>2018-01-30T23:04:54Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: Created page with &amp;quot;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt; &amp;lt;!-- ---------------------------- --&amp;gt; {{documentation/{{documentation/version}}/module-header}} &amp;lt;!-- --------------------...&amp;quot;&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;
{{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;
'''''Extensions:''''' ShapeRegressionExtension&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Author:''''' Laura Pascal (Kitware Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Contributors:''''' Beatriz Paniagua (Kitware Inc), James Fishbaugh (University of North Carolina)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Contact:''''' Laura Pascal, &amp;lt;email&amp;gt;laura.pascal@kitware.com&amp;lt;/email&amp;gt;, Beatriz Paniagua, &amp;lt;email&amp;gt;beatriz.paniagua@kitware.com &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Acknowledgments:''''' NIH NIBIB R01EB021391 (Shape Analysis Toolbox for Medical Image Computing Projects)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''License:''''' [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery class=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
Image:Kitware-logo.png|Kitware Inc.&lt;br /&gt;
Image:UofM-logo.png|University of Michigan&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Extension Description}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This extension is composed by two modules :&lt;br /&gt;
* RegressionComputation: &lt;br /&gt;
** Computation of time-regressed shapes in a collection of 3D shape inputs associated to a linear variable thanks to [https://github.com/laurapascal/shape4D shape4D] CLI. &lt;br /&gt;
* RegressionVisualization: &lt;br /&gt;
** Plotting of the time-regressed shape volume evolution according to a linear variable&lt;br /&gt;
** Visualization of the sequence of the time-regressed shapes generated (using [https://www.slicer.org/wiki/Documentation/Nightly/Extensions/Sequences Sequences] module)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Interface}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
Regression Computation module:&lt;br /&gt;
&lt;br /&gt;
[[Image:RegressionComputation-Interface.png|550px|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
Regression Visualization module: &lt;br /&gt;
&lt;br /&gt;
[[Image:RegressionVisualization-Interface.png|550px|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
==Regression Computation Module==&lt;br /&gt;
This module is a user-friendly interface allowing to easily use [https://github.com/laurapascal/shape4D shape4D] CLI in order to compute time-regressed shapes in a collection of 3D shape inputs associated to a linear variable. &lt;br /&gt;
&lt;br /&gt;
===Shape4D Inputs===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-InputShapeParameters.png|thumb|500px|Regression Computation Input Shape Parameters]]&lt;br /&gt;
|This section allows the user to specify the input shapes for each time point as well as their associated parameters. &lt;br /&gt;
To do so,  the user can either specify :&lt;br /&gt;
* A folder containing the input shapes. The user would then have to specify the parameters associated to each input shape. A CSV file (''CSVInputshapeparameters.csv'') containing all these information will be automatically created in the output folder specified by the user.&lt;br /&gt;
* A CSV files containing in each row the input shape file path followed by the shape parameters &amp;quot;Time Point&amp;quot; , &amp;quot;Sigma W&amp;quot; , &amp;quot;Tris&amp;quot; and &amp;quot;Weight&amp;quot; .&lt;br /&gt;
[[Image:RegressionComputation-ExampleInputShapeParametersCSVfile.png|500px|thumb|center|Example of CSV files]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Shape4D Parameters===&lt;br /&gt;
&lt;br /&gt;
====Time Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-TimeParameters.png|thumb|500px|Regression Computation Time Parameters]]&lt;br /&gt;
|This section allows the user to specify: &lt;br /&gt;
* The first and last time points of the input shapes&lt;br /&gt;
* The number of time-regressed shapes that will be computed between the first and last input shapes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Output Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
Shape4D CLI will compute several sets of time-regressed shapes where the basename of each shape will be: ''&amp;lt;prefix&amp;gt;_n_time_00i'' with: &lt;br /&gt;
*&amp;lt;prefix&amp;gt;: the prefix can be specified by the user &lt;br /&gt;
* n: the iteration number of the shape regression process (i.e. represents the number of the time-regressed shape serie)&lt;br /&gt;
* i: the time-regressed shape number&lt;br /&gt;
The last iteration will create the final time-regressed shape set where the basename of the shapes will be ''&amp;lt;prefix&amp;gt;_final_time_00i''. &lt;br /&gt;
|[[Image:RegressionComputation-OutputParameters.png|thumb|500px|Regression Computation Output Parameters]]&lt;br /&gt;
|This section allows the user to specify : &lt;br /&gt;
* The output folder where the computed time-regressed shape sets will be stored&lt;br /&gt;
* The prefix of the basename of each time-regressed shapes&lt;br /&gt;
* The occurrence at which the time-regressed shapes set will be saved&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Optimal Parameters====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionComputation-OptimalParameters.png|thumb|500px|Regression Computation Optimal Parameters]]&lt;br /&gt;
|This section allows the user to specify: &lt;br /&gt;
* the optimal method used by Shape4D CLI&lt;br /&gt;
* The minimum distance that will stopped the shape regression process&lt;br /&gt;
* The maximum number of iteration&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Regression Visualization Module==&lt;br /&gt;
&lt;br /&gt;
This module allows to easily visualize the results obtained by the RegressionComputation module by using severals slicer extensions ([https://www.slicer.org/wiki/Documentation/Nightly/Extensions/Sequences Sequences], [https://www.slicer.org/wiki/Documentation/4.8/Modules/Colors Colors], [https://www.slicer.org/wiki/Documentation/Nightly/Modules/Tables Tables]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Inputs===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
This section allows the user to create a sequence containing the time-regressed shapes computed by RegressionComputation module. &lt;br /&gt;
|[[Image:RegressionVisualization-ShapeRegressionInputs.png|thumb|500px|Shape Regression Inputs]]&lt;br /&gt;
| In order to do that, the user would have to specify:&lt;br /&gt;
* The input directory which should contain the time-regressed shape sets computed by RegressionComputation module&lt;br /&gt;
* The rootname of the time-regressed shape set that should be ''&amp;lt;prefix&amp;gt;_n_time_'' with: &lt;br /&gt;
** the prefix specified by the user in the RegressionComputation module &lt;br /&gt;
**  n the iteration number of the shape regression process that the user want to visualize (n will be ''final'' if the user wants to display the final results computed)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Visualization===&lt;br /&gt;
&lt;br /&gt;
====Sequence Visualization====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:RegressionVisualization-SequenceVisualizationOptions.png|thumb|500px|Sequence Visualization Options]]&lt;br /&gt;
| In this tab, the user could: &lt;br /&gt;
* customize the color maps of the shapes contained in the sequence&lt;br /&gt;
* navigate through the sequence thanks to a browser&lt;br /&gt;
[[Image:BrainGrowth_RegressionSequence.gif|450px|thumb|center|Example of a brain growth sequence]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Regression Plot====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
This tab allows the user to plot the time-regressed shape volume evolution according to the time. &lt;br /&gt;
|[[Image:RegressionVisualization-RegressionPlot.png|thumb|500px|Regression Plot]] &lt;br /&gt;
| To do so, the user will have to specify the path of a CSV file containing the following information used to compute the set of time-regressed shapes in RegressionComputation module: &lt;br /&gt;
* the path of each input shape &lt;br /&gt;
* the time-point associated &lt;br /&gt;
|[[Image:BrainModelVolume_RegressionPlot.png|200px|thumb|center|Example of Regression Plot]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Additional Information}}&lt;br /&gt;
&lt;br /&gt;
This extension is available on [https://www.slicer.org/ 3DSlicer] and on [http://salt.slicer.org/ SlicerSALT]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
The source code is available on [https://github.com/KitwareMedical/ShapeRegressionExtension github]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/ShapeAnalysis]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:RegressionComputation-InputShapeParameters.png&amp;diff=58318</id>
		<title>File:RegressionComputation-InputShapeParameters.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:RegressionComputation-InputShapeParameters.png&amp;diff=58318"/>
		<updated>2018-01-29T23:26:14Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: Lpascal uploaded a new version of File:RegressionComputation-InputShapeParameters.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:RegressionComputation-InputShapeParameters.png&amp;diff=58317</id>
		<title>File:RegressionComputation-InputShapeParameters.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:RegressionComputation-InputShapeParameters.png&amp;diff=58317"/>
		<updated>2018-01-29T23:11:53Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: Lpascal uploaded a new version of File:RegressionComputation-InputShapeParameters.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:RegressionComputation-OptimalParameters.png&amp;diff=58316</id>
		<title>File:RegressionComputation-OptimalParameters.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:RegressionComputation-OptimalParameters.png&amp;diff=58316"/>
		<updated>2018-01-29T20:52:25Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:RegressionComputation-OutputParameters.png&amp;diff=58315</id>
		<title>File:RegressionComputation-OutputParameters.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:RegressionComputation-OutputParameters.png&amp;diff=58315"/>
		<updated>2018-01-29T20:52:07Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:RegressionComputation-TimeParameters.png&amp;diff=58314</id>
		<title>File:RegressionComputation-TimeParameters.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:RegressionComputation-TimeParameters.png&amp;diff=58314"/>
		<updated>2018-01-29T20:51:44Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:RegressionVisualization-RegressionPlot.png&amp;diff=58313</id>
		<title>File:RegressionVisualization-RegressionPlot.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:RegressionVisualization-RegressionPlot.png&amp;diff=58313"/>
		<updated>2018-01-29T20:24:54Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:RegressionVisualization-SequenceVisualizationOptions.png&amp;diff=58312</id>
		<title>File:RegressionVisualization-SequenceVisualizationOptions.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:RegressionVisualization-SequenceVisualizationOptions.png&amp;diff=58312"/>
		<updated>2018-01-29T20:24:25Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:RegressionVisualization-ShapeRegressionInputs.png&amp;diff=58311</id>
		<title>File:RegressionVisualization-ShapeRegressionInputs.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:RegressionVisualization-ShapeRegressionInputs.png&amp;diff=58311"/>
		<updated>2018-01-29T20:24:07Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:BrainGrowth_RegressionSequence.gif&amp;diff=58310</id>
		<title>File:BrainGrowth RegressionSequence.gif</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:BrainGrowth_RegressionSequence.gif&amp;diff=58310"/>
		<updated>2018-01-29T20:20:22Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:BrainModelVolume_RegressionPlot.png&amp;diff=58309</id>
		<title>File:BrainModelVolume RegressionPlot.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:BrainModelVolume_RegressionPlot.png&amp;diff=58309"/>
		<updated>2018-01-29T20:09:03Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:RegressionComputation-ExampleInputShapeParametersCSVfile.png&amp;diff=58308</id>
		<title>File:RegressionComputation-ExampleInputShapeParametersCSVfile.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:RegressionComputation-ExampleInputShapeParametersCSVfile.png&amp;diff=58308"/>
		<updated>2018-01-29T19:08:06Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:RegressionComputation-InputShapeParameters.png&amp;diff=58307</id>
		<title>File:RegressionComputation-InputShapeParameters.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:RegressionComputation-InputShapeParameters.png&amp;diff=58307"/>
		<updated>2018-01-29T19:00:01Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:RegressionVisualization-Interface.png&amp;diff=58277</id>
		<title>File:RegressionVisualization-Interface.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:RegressionVisualization-Interface.png&amp;diff=58277"/>
		<updated>2018-01-24T20:31:32Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:RegressionComputation-Interface.png&amp;diff=58276</id>
		<title>File:RegressionComputation-Interface.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:RegressionComputation-Interface.png&amp;diff=58276"/>
		<updated>2018-01-24T20:31:14Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/SpharmPdm&amp;diff=57500</id>
		<title>Documentation/Nightly/Extensions/SpharmPdm</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/SpharmPdm&amp;diff=57500"/>
		<updated>2017-12-21T17:30:23Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &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;
Author: Francois Budin (Kitware, Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Beatriz Paniagua (Kitware, Inc.), Martin Styner (NIRAL, University of North Carolina), Laura Pascal (Kitware, Inc.), Hina Shah (Kitware, Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Beatriz Paniagua, &amp;lt;email&amp;gt;beatriz.paniagua@kitware.com&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Website: http://www.nitrc.org/projects/spharm-pdm&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]&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;
|{{collaborator|logo|niral}}|{{collaborator|longname|niral}}&lt;br /&gt;
|{{collaborator|logo|unc}}|{{collaborator|longname|unc}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
|{{collaborator|logo|kitware}}|{{collaborator|longname|kitware}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
* SPHARM-PDM tool is used to compute densely sampled correspondent point-based models that allows performing 3D structural statical shape analysis. &lt;br /&gt;
* SPHARM-PDM is now available as a 3D Slicer extension (http://www.slicer.org) and as part of SlicerSALT (salt.slicer.org). Dissemination of SPHARM-PDM through SlicerSALT is now the major mode of dissemination for downloading new versions of SPHARM-PDM.&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;
* Tutorial Documentation : https://github.com/NIRALUser/SPHARM-PDM/blob/master/Doc/SPHARM-PDM-Tutorial.pdf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
&lt;br /&gt;
* Project NITRC page : http://www.nitrc.org/projects/spharm-pdm &lt;br /&gt;
* Github Repository : https://github.com/NIRALUser/SPHARM-PDM&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>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.8/Extensions/SpharmPdm&amp;diff=57497</id>
		<title>Documentation/4.8/Extensions/SpharmPdm</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.8/Extensions/SpharmPdm&amp;diff=57497"/>
		<updated>2017-12-21T17:28:39Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &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;
Author: Francois Budin (Kitware, Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Beatriz Paniagua (Kitware, Inc.), Martin Styner (NIRAL, University of North Carolina), Laura Pascal (Kitware, Inc.), Hina Shah (Kitware, Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Beatriz Paniagua, &amp;lt;email&amp;gt;beatriz.paniagua@kitware.com&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Website: http://www.nitrc.org/projects/spharm-pdm&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]&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;
|{{collaborator|logo|niral}}|{{collaborator|longname|niral}}&lt;br /&gt;
|{{collaborator|logo|unc}}|{{collaborator|longname|unc}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
|{{collaborator|logo|kitware}}|{{collaborator|longname|kitware}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
* SPHARM-PDM tool is used to compute densely sampled correspondent point-based models that allows performing 3D structural statical shape analysis. &lt;br /&gt;
* SPHARM-PDM is now available as a 3D Slicer extension (http://www.slicer.org) and as part of SlicerSALT (salt.slicer.org). Dissemination of SPHARM-PDM through SlicerSALT is now the major mode of dissemination for downloading new versions of SPHARM-PDM.&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;
* Tutorial Documentation : https://github.com/laurapascal/SPHARM-PDM/blob/master/Doc/SPHARM-PDM-Tutorial.pdf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
&lt;br /&gt;
* Project NITRC page : http://www.nitrc.org/projects/spharm-pdm &lt;br /&gt;
* Github Repository : https://github.com/NIRALUser/SPHARM-PDM&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>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/SpharmPdm&amp;diff=53484</id>
		<title>Documentation/Nightly/Extensions/SpharmPdm</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/SpharmPdm&amp;diff=53484"/>
		<updated>2017-07-21T13:38:52Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &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;
Author: Francois Budin (Kitware, Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Beatriz Paniagua (Kitware, Inc.), Martin Styner (NIRAL, University of North Carolina), Laura Pascal (Kitware, Inc.), Hina Shah (Kitware, Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Beatriz Paniagua, &amp;lt;email&amp;gt;beatriz.paniagua@kitware.com&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Website: http://www.nitrc.org/projects/spharm-pdm&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]&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;
|{{collaborator|logo|niral}}|{{collaborator|longname|niral}}&lt;br /&gt;
|{{collaborator|logo|unc}}|{{collaborator|longname|unc}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
|{{collaborator|logo|kitware}}|{{collaborator|longname|kitware}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
* SPHARM-PDM tool is used to compute densely sampled correspondent point-based models that allows performing 3D structural statical shape analysis. &lt;br /&gt;
* SPHARM-PDM is now available as a 3D Slicer extension (http://www.slicer.org) and as part of SlicerSALT (salt.slicer.org). Dissemination of SPHARM-PDM through SlicerSALT is now the major mode of dissemination for downloading new versions of SPHARM-PDM.&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;
* Tutorial Documentation : https://github.com/NIRALUser/SPHARM-PDM/Doc/SPHARM-PDM-Tutorial.pdf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
&lt;br /&gt;
* Project NITRC page : http://www.nitrc.org/projects/spharm-pdm &lt;br /&gt;
* Github Repository : https://github.com/NIRALUser/SPHARM-PDM&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>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/SpharmPdm&amp;diff=52528</id>
		<title>Documentation/Nightly/Extensions/SpharmPdm</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/SpharmPdm&amp;diff=52528"/>
		<updated>2017-06-22T20:45:41Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &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;
Author: Francois Budin (Kitware, Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Beatriz Paniagua (Kitware, Inc.), Martin Styner (NIRAL, University of North Carolina), Laura Pascal (Kitware, Inc.), Hina Shah (Kitware, Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Beatriz Paniagua, &amp;lt;email&amp;gt;beatriz.paniagua@kitware.com&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Website: http://www.nitrc.org/projects/spharm-pdm&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]&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;
|{{collaborator|logo|niral}}|{{collaborator|longname|niral}}&lt;br /&gt;
|{{collaborator|logo|unc}}|{{collaborator|longname|unc}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
|{{collaborator|logo|kitware}}|{{collaborator|longname|kitware}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
* SPHARM-PDM tool is used to compute densely sampled correspondent point-based models that allows performing 3D structural statical shape analysis. &lt;br /&gt;
* SPHARM-PDM is now available as a 3D Slicer extension (http://www.slicer.org) and as part of SlicerSALT (salt.slicer.org). Dissemination of SPHARM-PDM through SlicerSALT is now the major mode of dissemination for downloading new versions of SPHARM-PDM.&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;
* Tutorial Documentation : https://github.com/NIRALUser/SPHARM-PDM/Modules/Scripted/ShapeAnalysisModule/Resources/Doc/SPHARM-PDM-Tutorial.pdf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
&lt;br /&gt;
* Project NITRC page : http://www.nitrc.org/projects/spharm-pdm &lt;br /&gt;
* Github Repository : https://github.com/NIRALUser/SPHARM-PDM&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>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/ModuleExtensionListing/Extensions_by_category&amp;diff=52513</id>
		<title>Documentation/Nightly/ModuleExtensionListing/Extensions by category</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/ModuleExtensionListing/Extensions_by_category&amp;diff=52513"/>
		<updated>2017-06-22T16:02:14Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: /* Shape Analysis */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
* [[#Extensions_by_category|Extensions by category]]&lt;br /&gt;
= Extensions by category =&lt;br /&gt;
33 categories:&lt;br /&gt;
* [[#Extensions_by_category_Astronomy|Astronomy]]&lt;br /&gt;
* [[#Extensions_by_category_Cardiac|Cardiac]]&lt;br /&gt;
* [[#Extensions_by_category_Cardiac_MRI_toolkit|Cardiac MRI toolkit]]&lt;br /&gt;
* [[#Extensions_by_category_Chest_Imaging_Platform|Chest Imaging Platform]]&lt;br /&gt;
* [[#Extensions_by_category_Converters|Converters]]&lt;br /&gt;
* [[#Extensions_by_category_Developer_Tools|Developer Tools]]&lt;br /&gt;
* [[#Extensions_by_category_DICOM|DICOM]]&lt;br /&gt;
* [[#Extensions_by_category_Diffusion|Diffusion]]&lt;br /&gt;
* [[#Extensions_by_category_Digital_Pathology|Digital Pathology]]&lt;br /&gt;
* [[#Extensions_by_category_Editor_Effects|Editor Effects]]&lt;br /&gt;
* [[#Extensions_by_category_Examples|Examples]]&lt;br /&gt;
* [[#Extensions_by_category_Exporter|Exporter]]&lt;br /&gt;
* [[#Extensions_by_category_Filtering|Filtering]]&lt;br /&gt;
* [[#Extensions_by_category_IGT|IGT]]&lt;br /&gt;
* [[#Extensions_by_category_Informatics|Informatics]]&lt;br /&gt;
* [[#Extensions_by_category_Libraries|Libraries]]&lt;br /&gt;
* [[#Extensions_by_category_Machine_Learning|Machine Learning]]&lt;br /&gt;
* [[#Extensions_by_category_Mesh_Generation|Mesh Generation]]&lt;br /&gt;
* [[#Extensions_by_category_Microscopy|Microscopy]]&lt;br /&gt;
* [[#Extensions_by_category_Nuclear_Medicine|Nuclear Medicine]]&lt;br /&gt;
* [[#Extensions_by_category_Quantification|Quantification]]&lt;br /&gt;
* [[#Extensions_by_category_Radiotherapy|Radiotherapy]]&lt;br /&gt;
* [[#Extensions_by_category_Registration|Registration]]&lt;br /&gt;
* [[#Extensions_by_category_Remote|Remote]]&lt;br /&gt;
* [[#Extensions_by_category_Scoliosis|Scoliosis]]&lt;br /&gt;
* [[#Extensions_by_category_Segmentation|Segmentation]]&lt;br /&gt;
* [[#Extensions_by_category_Sequences|Sequences]]&lt;br /&gt;
* [[#Extensions_by_category_Shape_Analysis|Shape Analysis]]&lt;br /&gt;
* [[#Extensions_by_category_Tractography|Tractography]]&lt;br /&gt;
* [[#Extensions_by_category_Training|Training]]&lt;br /&gt;
* [[#Extensions_by_category_Vascular_Modeling_Toolkit|Vascular Modeling Toolkit]]&lt;br /&gt;
* [[#Extensions_by_category_Web_System_Tools|Web System Tools]]&lt;br /&gt;
* [[#Extensions_by_category_Wizards|Wizards]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Astronomy'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Astronomy ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Cardiac'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Cardiac ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerHeart|SlicerHeart]]&lt;br /&gt;
* [http://brainsia.github.io/CardiacAgatstonMeasures/ CardiacAgatstonMeasures]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Cardiac_MRI_toolkit'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Cardiac MRI toolkit ==&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Chest_Imaging_Platform'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Chest Imaging Platform ==&lt;br /&gt;
* [http://www.chestimagingplatform.org Chest_Imaging_Platform]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Converters'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Converters ==&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/PETDICOM PETDICOMExtension]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Developer_Tools'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Developer Tools ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DeveloperToolsForExtensions|DeveloperToolsForExtensions]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DebuggingTools|DebuggingTools]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MatlabBridge|MatlabBridge]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ImageMaker|ImageMaker]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_DICOM'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== DICOM ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|DCMQI]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Diffusion'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Diffusion ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ResampleDTIlogEuclidean|ResampleDTIlogEuclidean]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Digital_Pathology'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Digital Pathology ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Editor_Effects'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Editor Effects ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/WindowLevelEffect|WindowLevelEffect]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Examples'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Examples ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/OpenCVExample|OpenCVExample]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Exporter'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Exporter ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerToKiwiExporter|SlicerToKiwiExporter]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Filtering'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Filtering ==&lt;br /&gt;
* [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ SlicerITKUltrasound]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_IGT'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== IGT ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/GyroGuide|GyroGuide]]&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/TrackerStabilizer TrackerStabilizer]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/CornerAnnotation|CornerAnnotation]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PercutaneousApproachAnalysis|PercutaneousApproachAnalysis]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/NeedleFinder|NeedleFinder]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/iGyne|iGyne]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ResectionPlanner|ResectionPlanner]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Informatics'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Informatics ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/CurveMaker|CurveMaker]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/LongitudinalPETCT|LongitudinalPETCT]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/mpReview|mpReview]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/TCIABrowser|TCIABrowser]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/QuantitativeReporting|QuantitativeReporting]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Libraries'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Libraries ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerOpenCV|SlicerOpenCV]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Machine_Learning'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Machine Learning ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DeepInfer|DeepInfer]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Mesh_Generation'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mesh Generation ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/CBC_3D_I2MConversion|CBC_3D_I2MConversion]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/CleaverExtension|CleaverExtension]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Microscopy'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Microscopy ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|IASEM]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Nuclear_Medicine'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Nuclear Medicine ==&lt;br /&gt;
* [http://gti-fing.github.io/SlicerPetSpectAnalysis PetSpectAnalysis]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Quantification'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Quantification ==&lt;br /&gt;
* [http://slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/DSC_MRI_Analysis DSCMRIAnalysis]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ModelToModelDistance|ModelToModelDistance]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/T1Mapping|T1Mapping]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ShapeQuantifier|ShapeQuantifier]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DiceComputation|DiceComputation]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PETLiverUptakeMeasurement|PETLiverUptakeMeasurement]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PET-IndiC|PET-IndiC]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PkModeling|PkModeling]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ShapeVariationAnalyzer|ShapeVariationAnalyzer]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Radiotherapy'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Radiotherapy ==&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/FilmDosimetry FilmDosimetryAnalysis]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MarginCalculator|MarginCalculator]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]]&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/GelDosimetry GelDosimetryAnalysis]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Registration'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Registration ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ScatteredTransform|ScatteredTransform]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/CMFreg|CMFreg]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PBNRR|PBNRR]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MultiLevelRegistration|MultiLevelRegistration]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Remote'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Remote ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/XNATSlicer|XNATSlicer]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Scoliosis'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Scoliosis ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/Scoliosis|Scoliosis]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Segmentation'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Segmentation ==&lt;br /&gt;
* [http://publish.uwo.ca/~dchen285/GraphCutSegment/GraphCutSegment.html GraphCutSegment]&lt;br /&gt;
* [http://www.nitrc.org/projects/abc ABC]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ROBEXBrainExtraction|ROBEXBrainExtraction]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SwissSkullStripper|SwissSkullStripper]]&lt;br /&gt;
* [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSlice]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SkullStripper|SkullStripper]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PETTumorSegmentation|PETTumorSegmentation]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/LAScarSegmenter|LAScarSegmenter]]&lt;br /&gt;
* [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorExtraEffects]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/OpenCAD|OpenCAD]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IntensitySegmenter|IntensitySegmenter]]&lt;br /&gt;
* [https://github.com/Tomnl/Slicer-Wasp Wasp]&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/AirwaySegmentation AirwaySegmentation]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SobolevSegmenter|SobolevSegmenter]]&lt;br /&gt;
* [https://www.slicer.org/slicerWiki/index.php/Documentation/4.3/Modules/FastGrowCut FastGrowCutEffect]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/VolumeClip|VolumeClip]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Sequences'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Sequences ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/Sequences|Sequences]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Shape_Analysis'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Shape Analysis ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MeshToLabelMap|MeshToLabelMap]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/Q3DC|Q3DC]]&lt;br /&gt;
* [[Documentation/Nightly/Extensions/EasyClip|EasyClip]]&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/PickAndPaint PickAndPaintExtension]&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/MeshStatistics MeshStatisticsExtension]&lt;br /&gt;
* [https://www.slicer.org/wiki/Documentation/Nightly/Extensions/SpharmPdm SPHARM-PDM]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Tractography'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tractography ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/UKFTractography|UKFTractography]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Training'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Training ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PerkTutor|PerkTutor]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Vascular_Modeling_Toolkit'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Vascular Modeling Toolkit ==&lt;br /&gt;
* [http://slicer.vmtk.org/ VMTK]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Web_System_Tools'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Web System Tools ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DatabaseInteractor|DatabaseInteractor]]&lt;br /&gt;
&amp;lt;span id='Extensions_by_category_Wizards'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Wizards ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ChangeTracker|ChangeTracker]]&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/ShapePopulationViewer&amp;diff=44831</id>
		<title>Documentation/Nightly/Extensions/ShapePopulationViewer</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/ShapePopulationViewer&amp;diff=44831"/>
		<updated>2016-02-02T17:38:57Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &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;
Author: Alexis Girault&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Francois Budin (NIRAL, University of North Carolina), Beatriz Panaigua (NIRAL, University of North Carolina), Martin Styner (NIRAL, University of North Carolina), Laura Pascal (DCBIA-OrthoLab, UofM)&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Alexis Girault, &amp;lt;email&amp;gt;girault@email.unc.edu&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Website: http://www.nitrc.org/projects/shapepopviewer&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:UNC-NIRAL.png‎| Neuro Image Research and Analysis Laboratories (NIRAL)&lt;br /&gt;
Image:UNC-logo.png|University of North Carolina at Chapel Hill (UNC)&lt;br /&gt;
Image:Logo-namic.jpg‎|National Alliance for Medical Image Computing (NAMIC)&lt;br /&gt;
Image:UofM-logo.png|University of Michigan at Ann Arbor (UofM)&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
* ShapePopulationViewer is an external tool that allows you to dynamically interact with multiple surfaces at the same time. It is very useful for visualisation and comparison of 3D surfaces by also displaying their scalars or vectors attributes (point data) and allowing the user to simply modify the colormap.&lt;br /&gt;
&lt;br /&gt;
* You can launch ShapePopulationViewer without any input informations by directly clicking &amp;quot;Apply&amp;quot; in the Slicer CLI Module, or include Input/Configuration parameters :&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:SPV_CLIgui.png|thumb|340px|ShapePopulationViewer - Slicer CLI Module]]&lt;br /&gt;
|&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;'''''Parameters'''''&amp;lt;/span&amp;gt;: &lt;br /&gt;
** &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;'''vtkFiles'''&amp;lt;/span&amp;gt; [&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;--vtkFiles&amp;lt;/span&amp;gt;] [&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;-v&amp;lt;/span&amp;gt;]: VTK Input Files&lt;br /&gt;
** &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;'''vtkDirectory'''&amp;lt;/span&amp;gt; [&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;--directory&amp;lt;/span&amp;gt;] [&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;-d&amp;lt;/span&amp;gt;]: Input Folder containing VTK files&lt;br /&gt;
** &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;'''CSVFile'''&amp;lt;/span&amp;gt; [&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;--csv&amp;lt;/span&amp;gt;] : CSV Input File containing VTK files path&lt;br /&gt;
** &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;'''cameraConfig'''&amp;lt;/span&amp;gt; [&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;--camera&amp;lt;/span&amp;gt;] [&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;-c&amp;lt;/span&amp;gt;]: PVCC Camera Configuration File&lt;br /&gt;
** &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;'''colormapConfig'''&amp;lt;/span&amp;gt; [&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;--gradient&amp;lt;/span&amp;gt;] [&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;-g&amp;lt;/span&amp;gt;]: SPVCM Colormap Configuration File&lt;br /&gt;
|}&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;
|[[Image:SPV1.png|thumb|250px|ShapePopulationViewer]]&lt;br /&gt;
|[[Image:SPV2.png|thumb|250px|Using display &amp;amp; view tools]]&lt;br /&gt;
|[[Image:SPV_fileInfo.png|thumb|250px|File information]]&lt;br /&gt;
|[[Image:SPV_attributeInfo.png|thumb|250px|Attributes information]]&lt;br /&gt;
|}&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:SPV_colormap1.png|thumb|250px|Colormap customization tool]]&lt;br /&gt;
|[[Image:SPV_colormap2.png|thumb|250px|Colormap applied on the Mapper]]&lt;br /&gt;
|[[Image:SPV_vectors1.png|thumb|250px|Vectors configuration tool]]&lt;br /&gt;
|[[Image:SPV_vectors2.png|thumb|250px|Vectors glyphs displayed on surface]]&lt;br /&gt;
|}&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:SPV10.png|thumb|250px|Colormap by direction of a right condyle]]&lt;br /&gt;
|[[Image:SPV9.png|thumb|250px|Window for customize the color map by direction]]&lt;br /&gt;
|}&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;
* Tutorial Documentation : http://www.nitrc.org/docman/index.php?group_id=759&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
&lt;br /&gt;
* Project NITRC page : http://www.nitrc.org/projects/shapepopviewer &lt;br /&gt;
* GitHub Repository : https://github.com/NIRALUser/ShapePopulationViewer&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>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:SPV1.png&amp;diff=44654</id>
		<title>File:SPV1.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:SPV1.png&amp;diff=44654"/>
		<updated>2016-01-15T17:02:55Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: Lpascal uploaded a new version of File:SPV1.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:SPV_attributeInfo.png&amp;diff=44652</id>
		<title>File:SPV attributeInfo.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:SPV_attributeInfo.png&amp;diff=44652"/>
		<updated>2016-01-15T16:37:12Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: Lpascal uploaded a new version of File:SPV attributeInfo.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:SPV_fileInfo.png&amp;diff=44651</id>
		<title>File:SPV fileInfo.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:SPV_fileInfo.png&amp;diff=44651"/>
		<updated>2016-01-15T16:36:34Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: Lpascal uploaded a new version of File:SPV fileInfo.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:SPV_vectors1.png&amp;diff=44650</id>
		<title>File:SPV vectors1.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:SPV_vectors1.png&amp;diff=44650"/>
		<updated>2016-01-15T16:30:59Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: Lpascal uploaded a new version of File:SPV vectors1.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:SPV_colormap1.png&amp;diff=44649</id>
		<title>File:SPV colormap1.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:SPV_colormap1.png&amp;diff=44649"/>
		<updated>2016-01-15T16:27:50Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: Lpascal uploaded a new version of File:SPV colormap1.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/ShapePopulationViewer&amp;diff=44646</id>
		<title>Documentation/Nightly/Extensions/ShapePopulationViewer</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/ShapePopulationViewer&amp;diff=44646"/>
		<updated>2016-01-14T21:25:35Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: &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;
Author: Alexis Girault&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Francois Budin (NIRAL, University of North Carolina), Beatriz Panaigua (NIRAL, University of North Carolina), Martin Styner (NIRAL, University of North Carolina), Laura Pascal ((DCBIA-OrthoLab, UofM)&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Alexis Girault, &amp;lt;email&amp;gt;girault@email.unc.edu&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Website: http://www.nitrc.org/projects/shapepopviewer&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:UNC-NIRAL.png‎| Neuro Image Research and Analysis Laboratories (NIRAL)&lt;br /&gt;
Image:UNC-logo.png|University of North Carolina at Chapel Hill (UNC)&lt;br /&gt;
Image:Logo-namic.jpg‎|National Alliance for Medical Image Computing (NAMIC)&lt;br /&gt;
Image:UofM-logo.png|University of Michigan at Ann Arbor (UofM)&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
* ShapePopulationViewer is an external tool that allows you to dynamically interact with multiple surfaces at the same time. It is very useful for visualisation and comparison of 3D surfaces by also displaying their scalars or vectors attributes (point data) and allowing the user to simply modify the colormap.&lt;br /&gt;
&lt;br /&gt;
* You can launch ShapePopulationViewer without any input informations by directly clicking &amp;quot;Apply&amp;quot; in the Slicer CLI Module, or include Input/Configuration parameters :&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:SPV_CLIgui.png|thumb|340px|ShapePopulationViewer - Slicer CLI Module]]&lt;br /&gt;
|&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;'''''Parameters'''''&amp;lt;/span&amp;gt;: &lt;br /&gt;
** &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;'''vtkFiles'''&amp;lt;/span&amp;gt; [&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;--vtkFiles&amp;lt;/span&amp;gt;] [&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;-v&amp;lt;/span&amp;gt;]: VTK Input Files&lt;br /&gt;
** &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;'''directory'''&amp;lt;/span&amp;gt; [&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;--directory&amp;lt;/span&amp;gt;] [&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;-d&amp;lt;/span&amp;gt;]: Input Folder containing VTK files&lt;br /&gt;
** &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;'''csv'''&amp;lt;/span&amp;gt; [&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;--csv&amp;lt;/span&amp;gt;] : CSV Input File containing VTK files path&lt;br /&gt;
** &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;'''camera'''&amp;lt;/span&amp;gt; [&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;--camera&amp;lt;/span&amp;gt;] [&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;-c&amp;lt;/span&amp;gt;]: PVCC Camera Configuration File&lt;br /&gt;
** &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;'''gradient'''&amp;lt;/span&amp;gt; [&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;--gradient&amp;lt;/span&amp;gt;] [&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;-g&amp;lt;/span&amp;gt;]: SPVCM Colormap Configuration File&lt;br /&gt;
|}&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;
|[[Image:SPV1.png|thumb|250px|ShapePopulationViewer]]&lt;br /&gt;
|[[Image:SPV2.png|thumb|250px|Using display &amp;amp; view tools]]&lt;br /&gt;
|[[Image:SPV_fileInfo.png|thumb|250px|File information]]&lt;br /&gt;
|[[Image:SPV_attributeInfo.png|thumb|250px|Attributes information]]&lt;br /&gt;
|}&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:SPV_colormap1.png|thumb|250px|Colormap customization tool]]&lt;br /&gt;
|[[Image:SPV_colormap2.png|thumb|250px|Colormap applied on the Mapper]]&lt;br /&gt;
|[[Image:SPV_vectors1.png|thumb|250px|Vectors configuration tool]]&lt;br /&gt;
|[[Image:SPV_vectors2.png|thumb|250px|Vectors glyphs displayed on surface]]&lt;br /&gt;
|}&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:SPV10.png|thumb|250px|Colormap by direction of a right condyle]]&lt;br /&gt;
|[[Image:SPV9.png|thumb|250px|Window for customize the color map by direction]]&lt;br /&gt;
|}&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;
* Tutorial Documentation : http://www.nitrc.org/docman/index.php?group_id=759&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
&lt;br /&gt;
* Project NITRC page : http://www.nitrc.org/projects/shapepopviewer &lt;br /&gt;
* GitHub Repository : https://github.com/NIRALUser/ShapePopulationViewer&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>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:SPV10.png&amp;diff=44527</id>
		<title>File:SPV10.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:SPV10.png&amp;diff=44527"/>
		<updated>2016-01-05T18:37:33Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: Color map by direction of a right condyle&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Color map by direction of a right condyle&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:SPV9.png&amp;diff=44526</id>
		<title>File:SPV9.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:SPV9.png&amp;diff=44526"/>
		<updated>2016-01-05T18:34:34Z</updated>

		<summary type="html">&lt;p&gt;Lpascal: Window for customize the color map by direction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Window for customize the color map by direction&lt;/div&gt;</summary>
		<author><name>Lpascal</name></author>
		
	</entry>
</feed>