<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Slicer3%3AModule%3ATarget_Preprocessing-Documentation-3.2</id>
	<title>Slicer3:Module:Target Preprocessing-Documentation-3.2 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Slicer3%3AModule%3ATarget_Preprocessing-Documentation-3.2"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Module:Target_Preprocessing-Documentation-3.2&amp;action=history"/>
	<updated>2026-04-26T02:46:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:Module:Target_Preprocessing-Documentation-3.2&amp;diff=7478&amp;oldid=prev</id>
		<title>Marianna: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Module:Target_Preprocessing-Documentation-3.2&amp;diff=7478&amp;oldid=prev"/>
		<updated>2009-01-10T02:24:54Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 02:24, 10 January 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Marianna</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:Module:Target_Preprocessing-Documentation-3.2&amp;diff=7477&amp;oldid=prev</id>
		<title>Csmendo: /* Module Name */</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Module:Target_Preprocessing-Documentation-3.2&amp;diff=7477&amp;oldid=prev"/>
		<updated>2008-08-11T21:05:46Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Module Name&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Documentation|Return to Slicer Documentation]]&lt;br /&gt;
===Module Name===&lt;br /&gt;
Target Preprocessing&lt;br /&gt;
{|&lt;br /&gt;
|+&lt;br /&gt;
| __TOC__ &lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Target1.png|thumb|380px|]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Target2.jpg|thumb|380px|]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
The purpose of this filter is to create a feature image that is suitable &lt;br /&gt;
for a level-set algorithm, from an intensity image.&lt;br /&gt;
&lt;br /&gt;
It takes the original image and performs anisotropic gaussian diffusion &lt;br /&gt;
on it, reducing the noise while preserving the edges.&lt;br /&gt;
&lt;br /&gt;
Then the magnitude of the gradient is computed. This magnitude is then &lt;br /&gt;
non-linearly remapped so as to get very small values &lt;br /&gt;
in the image edges and very big values in homogeneous areas.&lt;br /&gt;
&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
Category: Level-Set Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
&lt;br /&gt;
* Author: Carlos S. Mendoza, Universidad de Sevilla&lt;br /&gt;
* Contact: carlos.sanchez.mendoza@gmail.com&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
There is only one panel available in this module:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:Target3.jpg|thumb|280px|Panel]]&lt;br /&gt;
| The parameters have the following meaning:&lt;br /&gt;
&lt;br /&gt;
*Input Volume: The output of the [[Slicer3:Module:Region_Selector-Documentation-3.2|Region Selector]] module.&lt;br /&gt;
&lt;br /&gt;
*Output Volume: Resulting preprocessed image.&lt;br /&gt;
&lt;br /&gt;
*Degree of Blurring: Number of iterations for Gradient Anisotropic Diffusion filter. Greater smoothing produces more homogeneity in low gradient areas. Significant edges are protected. &lt;br /&gt;
&lt;br /&gt;
*Degree of Edge Loss: Controls the conductance term of the GAD filter. Greater conductance reduces the edge preserving property of the GAD filter.&lt;br /&gt;
&lt;br /&gt;
*Smoothness of the mapping slope: After the GAD is applied the gradient magnitude is taken. Then a non linear sigmoid function mapping is performed so that values end up being close to 1 for edges and close to 0 for homogeneous areas. The sigmoid will be centered on the mean value of the gradient magnitude. This parameter controls the steepness of the sigmoid. A bigger value in this parameter means that the the sigmoid will increase more smoothly and more different values of the gradient will be distinguishable in the resulting feature image.&lt;br /&gt;
 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Follow this [http://na-mic.org/Mantis/main_page.php link] to the Slicer3 bug tracker. &lt;br /&gt;
&lt;br /&gt;
===Usability issues===&lt;br /&gt;
&lt;br /&gt;
Follow this [http://na-mic.org/Mantis/main_page.php link] to the Slicer3 bug tracker. Please select the '''usability issue category''' when browsing or contributing.&lt;br /&gt;
&lt;br /&gt;
===Source code &amp;amp; documentation===&lt;br /&gt;
&lt;br /&gt;
Customize following [http://www.na-mic.org/ViewVC/index.cgi/ links] for your module.&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Slicer/Documentation/Slicer3/html/ Links] to documentation generated by doxygen.&lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This work was developed on financial support from the University of Sevilla, Spain.&lt;br /&gt;
Most of the development took place in the Surgical Planning Laboratory, Harvard Medical School and Brigham and Women's Hospital, under the supervision of Mr. Steve Pieper Ph.D.&lt;/div&gt;</summary>
		<author><name>Csmendo</name></author>
		
	</entry>
</feed>