<?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=Pkarasev</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=Pkarasev"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/wiki/Special:Contributions/Pkarasev"/>
	<updated>2026-05-14T02:06:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Build_Instructions&amp;diff=29647</id>
		<title>Documentation/4.0/Developers/Build Instructions</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Build_Instructions&amp;diff=29647"/>
		<updated>2013-01-08T04:40:31Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Platform Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{mbox&lt;br /&gt;
| text = The goal of the [[{{tool|logo|cmake}}|x16px]] [{{tool|homepage|cmake}} CMake] '''Super-Build''' is to provide a cross-platform build system that allows developers to quickly install and configure the multiple packages.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Where [[Slicer3:Build_Instructions|Slicer3's build system]] relied on a [[Slicer3:getbuildtest|custom build script called getbuildtest]], new features added to [{{tool|homepage|cmake}} CMake], partly driven by slicer's requirements, allow porting of the scripts to rely more on native [{{tool|homepage|cmake}} CMake] functionality with the benefit that build script is more modular and general purpose.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== PREREQUISITES ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;To avoid &amp;lt;br&amp;gt;[[#Common_errors|'''Common errors''']], &amp;lt;br&amp;gt;we&amp;lt;br&amp;gt; '''STRONGLY'''&amp;lt;br&amp;gt; recommend to read the&amp;lt;br&amp;gt; &amp;lt;font size=&amp;quot;+2&amp;quot;&amp;gt;[[Documentation/{{documentation/version}}/Developers/Build Instructions/Prerequisites|Prerequisites]]&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt; section.&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CHECKOUT slicer source files ==&lt;br /&gt;
&lt;br /&gt;
Two options:  &amp;lt;code&amp;gt;svn&amp;lt;/code&amp;gt;   or    &amp;lt;code&amp;gt;git-svn&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To make '''review''' and '''integration''' of your welcome contributions, we recommends the use of &amp;lt;code&amp;gt;git-svn&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{ambox&lt;br /&gt;
| type  = warning&lt;br /&gt;
| text  = While it is not enforced, we strongly recommend you to '''AVOID''' the use of '''SPACES''' for both the &amp;lt;code&amp;gt;source directory&amp;lt;/code&amp;gt; and the &amp;lt;code&amp;gt;build directory&amp;lt;/code&amp;gt;. We mean it.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that even if you use &amp;lt;code&amp;gt;svn&amp;lt;/code&amp;gt; to check out Slicer source code, you will need to have &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; installed to checkout and build other libraries. '''YES''', you need to install the things listed in the [[Documentation/{{documentation/version}}/Developers/Build Instructions/Prerequisites|prerequisites]] !.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Using &amp;lt;code&amp;gt;git-svn&amp;lt;/code&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
  git clone git://github.com/Slicer/Slicer.git&lt;br /&gt;
  cd Slicer&lt;br /&gt;
  git svn init http://svn.slicer.org/Slicer4/trunk&lt;br /&gt;
  git update-ref refs/remotes/git-svn refs/remotes/origin/master&lt;br /&gt;
  git checkout master&lt;br /&gt;
  git svn rebase&lt;br /&gt;
&lt;br /&gt;
Consider reading the following page: [[Slicer:git-svn|Slicer guide to &amp;lt;code&amp;gt;git-svn&amp;lt;/code&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
=== Using &amp;lt;code&amp;gt;svn&amp;lt;/code&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
 cd MyProjects&lt;br /&gt;
 svn co [http://svn.slicer.org/Slicer4/trunk http://svn.slicer.org/Slicer4/trunk] Slicer4&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CONFIGURE and generate Slicer solution files ==&lt;br /&gt;
You can configure and generate Slicer solution files using either &amp;lt;code&amp;gt;ccmake&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;cmake-gui&amp;lt;/code&amp;gt;.&lt;br /&gt;
=== Per-platform instructions===&lt;br /&gt;
==== Windows ====&lt;br /&gt;
*'''Recommended''': &amp;lt;code&amp;gt;cmake-gui&amp;lt;/code&amp;gt;&lt;br /&gt;
** Configure using default options.&lt;br /&gt;
* '''Remarks''':&lt;br /&gt;
#If you downloaded the Qt binary then &amp;lt;code&amp;gt;qmake&amp;lt;/code&amp;gt; will be detected and all paths will be set automatically.  &lt;br /&gt;
#If you built your own Qt (e.g. in Debug mode for use with the designer) set the &amp;lt;code&amp;gt;QT_QMAKE_EXECUTABLE&amp;lt;/code&amp;gt; in &amp;lt;code&amp;gt;cmake-gui&amp;lt;/code&amp;gt;.&amp;lt;code&amp;gt;QT_QMAKE_EXECUTABLE&amp;lt;/code&amp;gt; should be set to the path of the qmake.exe file, which is inside the bin directory (for example, &amp;lt;code&amp;gt;/path/to/qt-everywhere-opensource-build-4.7.4/bin/qmake.exe&amp;lt;/code&amp;gt;). &lt;br /&gt;
#Windows doesn't support path longer than 260 characters, please make sure that the total path name of your &amp;lt;code&amp;gt;Slicer-build&amp;lt;/code&amp;gt; directory is no longer than 50 characters ( for example &amp;lt;code&amp;gt;c:\work\Slicer\Slicer-Superbuild&amp;lt;/code&amp;gt; (32 characters) is fine)&lt;br /&gt;
&lt;br /&gt;
==== Unix-like ====&lt;br /&gt;
*'''Recommended''': &amp;lt;code&amp;gt;ccmake&amp;lt;/code&amp;gt;&lt;br /&gt;
** Configure using the following commands. By default '''CMAKE_BUILD_TYPE''' is set to '''Debug'''.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir Slicer4-SuperBuild-Debug&lt;br /&gt;
cd Slicer4-SuperBuild-Debug&lt;br /&gt;
ccmake -DQT_QMAKE_EXECUTABLE:FILEPATH=/path/to/QtSDK-1.2/Desktop/Qt/474/gcc/bin/qmake ../Slicer4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* '''Remarks''':&lt;br /&gt;
# Using top-level directory name like &amp;lt;code&amp;gt;Slicer-Superbuild-Release&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;Slicer-Superbuild-Debug&amp;lt;/code&amp;gt; is recommended.&lt;br /&gt;
&lt;br /&gt;
=== General information ===&lt;br /&gt;
&lt;br /&gt;
Two projects are generated by either &amp;lt;code&amp;gt;cmake&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;ccmake&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;cmake-gui&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
One of them is in the top-level bin directory &amp;lt;code&amp;gt;Slicer4-Superbuild&amp;lt;/code&amp;gt; and the other one is in the subdirectory &amp;lt;code&amp;gt;Slicer-build&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Slicer4-Superbuild/Slicer-build&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# The first project in &amp;lt;code&amp;gt;Slicer4-Superbuild&amp;lt;/code&amp;gt; manages all the external dependencies of Slicer (VTK, ITK, Python, ...). To build Slicer for the first time, run make (or build the solution file in Visual Studio) in &amp;lt;code&amp;gt;Slicer4-Superbuild&amp;lt;/code&amp;gt;, which will update and build the external libraries and if successful will then build the subproject Slicer-build.&amp;lt;br&amp;gt;&lt;br /&gt;
# The second project in &amp;lt;code&amp;gt;Slicer4-Superbuild/Slicer-build&amp;lt;/code&amp;gt; is the &amp;quot;traditional&amp;quot; build directory of Slicer.  After local changes in Slicer (or after an svn update on the source directory of Slicer), only running make (or building the solution file in Visual Studio) in &amp;lt;code&amp;gt;Slicer4-Superbuild/Slicer-build&amp;lt;/code&amp;gt; is necessary (the external libraries are considered built and up to date). &amp;lt;br&amp;gt;&lt;br /&gt;
#'''Warning''': An important amount of disk space is required to compile Slicer in Debug (&amp;gt;10GB on Windows)&lt;br /&gt;
&lt;br /&gt;
=== Workaround firewall blocking git protocol ===&lt;br /&gt;
* Some firewall will be blocking the git protocol, a possible workaround is to configure Slicer disabling the option &amp;lt;code&amp;gt;Slicer_USE_GIT_PROTOCOL&amp;lt;/code&amp;gt;. Then http protocol will be used instead. Consider also reading https://github.com/commontk/CTK/issues/33&lt;br /&gt;
&lt;br /&gt;
=== Notes for advanced users ===&lt;br /&gt;
* By default, if CMake finds Java on your machine, it automatically builds Java CLIs. If you don't want any Java in your Slicer (or if you don't want to install Java on your Mac Os X), you can pass &amp;lt;code&amp;gt;-DCMAKE_DISABLE_FIND_PACKAGE_Java:BOOL=TRUE&amp;lt;/code&amp;gt; when configuring Slicer.&lt;br /&gt;
* Same applies for OpenSSL: &amp;lt;code&amp;gt;CMAKE_DISABLE_FIND_PACKAGE_OpenSSL:BOOL=TRUE&amp;lt;/code&amp;gt; can be passed when building Slicer for packaging.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BUILD Slicer4 ==&lt;br /&gt;
After configuration, start the build process in the  &amp;lt;code&amp;gt;Slicer4-SuperBuild&amp;lt;/code&amp;gt; directory&lt;br /&gt;
&lt;br /&gt;
=== Per-platform instructions===&lt;br /&gt;
==== Windows ====&lt;br /&gt;
* Open &amp;lt;code&amp;gt;Slicer4-SuperBuild\Slicer.sln&amp;lt;/code&amp;gt; in Visual Studio&lt;br /&gt;
* Select your build configuration. Usually '''Release''' of '''Debug'''&lt;br /&gt;
* Build the &amp;lt;code&amp;gt;ALL_BUILD&amp;lt;/code&amp;gt; project.&lt;br /&gt;
&lt;br /&gt;
* If you make local changes to Slicer4, open the solution file located in the directory &amp;lt;code&amp;gt;Slicer4-SuperBuild/Slicer-build&amp;lt;/code&amp;gt; instead. You should then be able to either build all projects or just a specific one.&lt;br /&gt;
&lt;br /&gt;
==== Unix-like ====&lt;br /&gt;
&lt;br /&gt;
  cd ~/Projects/Slicer4-SuperBuild&lt;br /&gt;
  make -j&amp;lt;NUMBEROFCORES&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== RUN Slicer ==&lt;br /&gt;
=== Per-platform instructions===&lt;br /&gt;
==== Windows ====&lt;br /&gt;
&lt;br /&gt;
Run &amp;lt;code&amp;gt;Slicer4-SuperBuild/Slicer-build/Slicer.exe&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Unix-like ====&lt;br /&gt;
&lt;br /&gt;
Run &amp;lt;code&amp;gt;Slicer4-SuperBuild/Slicer-build/Slicer&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== DEBUG Slicer ==&lt;br /&gt;
=== Per-platform instructions===&lt;br /&gt;
==== Windows ====&lt;br /&gt;
* Make sure you build Slicer using the '''Debug''' configuration.&lt;br /&gt;
* Open a windows terminal &amp;lt;code&amp;gt;cmd.exe&amp;lt;/code&amp;gt;&lt;br /&gt;
* Execute the following command:&lt;br /&gt;
  cd \path\to\Slicer4-SuperBuild\Slicer-build&lt;br /&gt;
  Slicer.exe --VisualStudio Slicer.sln&lt;br /&gt;
&lt;br /&gt;
==== Unix-like ====&lt;br /&gt;
NA&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Common errors ==&lt;br /&gt;
=== error: ‘class QList&amp;lt;QString&amp;gt;’ has no member named ‘reserve’ ===&lt;br /&gt;
 /nfs/Users/blowekamp/QtSDK/Desktop/Qt/474/gcc/include/QtCore/qdatastream.h: In function ‘QDataStream&amp;amp; operator&amp;gt;&amp;gt;(QDataStream&amp;amp;, QList&amp;lt;T&amp;gt;&amp;amp;) [with T = QString]’:&lt;br /&gt;
 /nfs/Users/blowekamp/QtSDK/Desktop/Qt/474/gcc/include/QtCore/qstringlist.h:247:   instantiated from here&lt;br /&gt;
 /nfs/Users/blowekamp/QtSDK/Desktop/Qt/474/gcc/include/QtCore/qdatastream.h:246: error: ‘class QList&amp;lt;QString&amp;gt;’ has no member named ‘reserve’&lt;br /&gt;
You have multiple Qt versions installed on your machine. Try removing the Qt version installed on the system.&lt;br /&gt;
&lt;br /&gt;
=== libarchive.so: undefined reference to `SHA256_Update' ===&lt;br /&gt;
&lt;br /&gt;
 Linking CXX executable ../../../../../bin/MRMLLogicCxxTests&lt;br /&gt;
 /home/benjaminlong/work/slicer/Slicer4-Superbuild-Debug/LibArchive-install/lib/libarchive.so: undefined reference to `SHA256_Update'&lt;br /&gt;
 /home/benjaminlong/work/slicer/Slicer4-Superbuild-Debug/LibArchive-install/lib/libarchive.so: undefined reference to `SHA256_Final'&lt;br /&gt;
 /home/benjaminlong/work/slicer/Slicer4-Superbuild-Debug/LibArchive-install/lib/libarchive.so: undefined reference to `SHA256_Init'&lt;br /&gt;
 /home/benjaminlong/work/slicer/Slicer4-Superbuild-Debug/LibArchive-install/lib/libarchive.so: undefined reference to `MD5_Init'&lt;br /&gt;
&lt;br /&gt;
Solution:&lt;br /&gt;
 cd Slicer-superbuild&lt;br /&gt;
 rm -rf LibArchive-*&lt;br /&gt;
 make -j4&lt;br /&gt;
&lt;br /&gt;
Details:&lt;br /&gt;
* http://na-mic.org/Mantis/view.php?id=1616&lt;br /&gt;
* http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=18923&lt;br /&gt;
* http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=18969&lt;br /&gt;
&lt;br /&gt;
=== A tool returned an error code from &amp;quot;Performing configure step for ...&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Older CMake versions had some problems building complex projects on Windows7 (see more details in: http://cmake.org/Bug/view.php?id=12957).&lt;br /&gt;
Make sure you use the required CMake version.&lt;br /&gt;
&lt;br /&gt;
=== A tool returned an error code from &amp;quot;Performing download step (git clone) for ...&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
CMake has problems cloning git repositories on Windows7. See more details in http://cmake.org/Bug/view.php?id=12564&lt;br /&gt;
&lt;br /&gt;
If you think the described problem is the same as you have, please add your specific error message to the bug report (the more people report the problem the sooner it will be fixed).&lt;br /&gt;
&lt;br /&gt;
=== No rule to make target `/usr/lib/x86_64-linux-gnu/libGL.so' ===&lt;br /&gt;
See http://techtidings.blogspot.com/2012/01/problem-with-libglso-on-64-bit-ubuntu.html&lt;br /&gt;
&lt;br /&gt;
=== X11 Window errors at start time ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
X Error: BadWindow (invalid Window parameter) 3&lt;br /&gt;
  Extension:    137 (Uknown extension)&lt;br /&gt;
  Minor opcode: 4 (Unknown request)&lt;br /&gt;
  Resource id:  0x4200199&lt;br /&gt;
X Error: BadWindow (invalid Window parameter) 3&lt;br /&gt;
  Extension:    137 (Uknown extension)&lt;br /&gt;
  Minor opcode: 4 (Unknown request)&lt;br /&gt;
  Resource id:  0x42001a6&lt;br /&gt;
X Error: BadWindow (invalid Window parameter) 3&lt;br /&gt;
  Extension:    137 (Uknown extension)&lt;br /&gt;
  Minor opcode: 4 (Unknown request)&lt;br /&gt;
  Resource id:  0x42001b3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solution: &lt;br /&gt;
* Reinstall Nvidia drivers (that also rewrite the xorg.conf file).&lt;br /&gt;
&lt;br /&gt;
=== error C2061: syntax error : identifier 'ssize_t' ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
4&amp;gt;1&amp;gt;Compiling...&lt;br /&gt;
4&amp;gt;1&amp;gt;version.c&lt;br /&gt;
4&amp;gt;1&amp;gt;c:\chene\winbin64\slicer4\cmcurl\urldata.h(585) : error C2061: syntax error : identifier 'ssize_t'&lt;br /&gt;
4&amp;gt;1&amp;gt;c:\chene\winbin64\slicer4\cmcurl\urldata.h(593) : error C2365: 'fread' : redefinition; previous definition was 'function'&lt;br /&gt;
4&amp;gt;1&amp;gt;        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(248) : see declaration of 'fread'&lt;br /&gt;
4&amp;gt;1&amp;gt;c:\chene\winbin64\slicer4\cmcurl\urldata.h(610) : error C2059: syntax error : '}'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solution:&lt;br /&gt;
 * See [[#A_tool_returned_an_error_code_from_.22Performing_configure_step_for_....22]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Platform Notes==&lt;br /&gt;
&lt;br /&gt;
* Linux Ubuntu: if you have odd rendering artifacts, try disabling visual effects (System/Appearance/Visual Effects)&lt;br /&gt;
* Unix-Like: remember that &amp;quot;make&amp;quot; wrapping calls to pull source makes it very much not idempotent; re-running make after a build error may get past the previously encountered error. Kind of like re-compiling LaTeX many times to fix references. &lt;br /&gt;
* Windows: If build was OK, but it Slicer doesn't start (gives the error: [bin/Release/SlicerQT-real.exe] exit abnormally - Report the problem.) then one possible root cause is that you have a copy of Python26.dll in your windows system directory (e.g., c:\Windows\System32\python26.dll). The solution is to rename or remove the python dll in the system directory. See more details here: http://www.na-mic.org/Bug/view.php?id=1180&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.1/Modules/Annotations&amp;diff=28343</id>
		<title>Documentation/4.1/Modules/Annotations</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.1/Modules/Annotations&amp;diff=28343"/>
		<updated>2012-09-20T18:14:02Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
This work is part of the National Alliance for Medical Image Computing (NA-MIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on NA-MIC can be obtained from the [http://www.na-mic.org/ NA-MIC website].&amp;lt;br&amp;gt;&lt;br /&gt;
Author: Nicole Aucoin, BWH&amp;lt;br&amp;gt;&lt;br /&gt;
Contributor: Kilian Pohl, UPenn&amp;lt;br&amp;gt;&lt;br /&gt;
Contributor: Daniel Haehn, UPenn&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Yong Zhang, BWH&amp;lt;br&amp;gt;&lt;br /&gt;
Contributor: Alex Yarmarkovich, Isomics&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Nicole Aucoin, &amp;lt;email&amp;gt;nicole@bwh.harvard.edu&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|spl}}|{{collaborator|longname|spl}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
|{{collaborator|logo|nac}}|{{collaborator|longname|nac}}&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}}/module-section|Module Description}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-description}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
Most frequently used for these scenarios:&lt;br /&gt;
&lt;br /&gt;
* Use Case 1: placing fiducial markers at points of interest on images&lt;br /&gt;
* Use Case 2: using fiducials to seed tractography&lt;br /&gt;
* Use Case 3: using rulers to measure tumor diameters&lt;br /&gt;
* Use Case 4: using ROIs to crop volume rendering&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the lazy person in a hurry, see below screenshots. Note: this is 4.1.1 slicer version. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
[[Image:createFiducialClickHere.png|400px|thumb|left|'''where to click in the GUI to create fiducials:''']]&lt;br /&gt;
&lt;br /&gt;
[[Image:HierKlickenZuEdit.png|400px|thumb|left|'''where to click to edit appearance of a fiducial:''']] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
To delete multiple fiducials from a list press down the Control key and left click to select fiducials in the Annotations GUI, then click on the trash can to delete them.&lt;br /&gt;
&lt;br /&gt;
To move multiple fiducials from one list to another, hold down the Shift key and left click to select a group of fiducials, then while still holding down the shift key, left click on the selection to drag and drop it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
A list of all the panels in the interface, their features, what they mean, and how to use them. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:Slicer4-1-Annotations-GUI.jpeg|thumb|200px|Annotations]]&lt;br /&gt;
|[[Image:Slicer4-Annotations-ModifyPropeties.jpeg|thumb|200px|Modify Annotation Properties]]&lt;br /&gt;
|[[Image:Slicer4-Annotations-ModifyHierarchy.jpeg|thumb|200px|Modify Hierarchy Properties]]&lt;br /&gt;
|[[Image:Slicer4-Annotations-Toolbar.jpeg|thumb|200px|Annotation tool bar]]&lt;br /&gt;
|}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-parametersdescription}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
* The Annotations tool bar at the top of the main Slicer window is used to add new annotations to the scene.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&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;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
=== Access to Fiducial Locations from Python ===&lt;br /&gt;
&lt;br /&gt;
Starting from the ID of an Annotation hierarchy node that collects a group of fiducials, you can get a fiducial location using the following python code:&lt;br /&gt;
  # get the first list of annotations&lt;br /&gt;
  listNodeID = &amp;quot;vtkMRMLAnnotationHierarchyNode2&amp;quot;&lt;br /&gt;
  annotationHierarchyNode = slicer.mrmlScene.GetNodeByID(listNodeID)&lt;br /&gt;
  # get the first in the list&lt;br /&gt;
  listIndex = 0&lt;br /&gt;
  annotation = annotationHierarchyNode.GetNthChildNode(listIndex).GetAssociatedNode()&lt;br /&gt;
  coords = [0,0,0]&lt;br /&gt;
  annotation.GetFiducialCoordinates(coords)&lt;br /&gt;
  print coords&lt;br /&gt;
&lt;br /&gt;
If you have the id of the fiducial node, it's more direct:&lt;br /&gt;
  fidID = &amp;quot;vtkMRMLAnnotationFiducialNode1&amp;quot;&lt;br /&gt;
  fid = slicer.mrmlScene.GetNodeByID(fidID)&lt;br /&gt;
  coords = [0,0,0]&lt;br /&gt;
  fid.GetFiducialCoordinates(coords)&lt;br /&gt;
  print coords[0], coords[1], coords[2]&lt;br /&gt;
&lt;br /&gt;
You can also look at the sample code in the [https://github.com/Slicer/Slicer/blob/master/Modules/Scripted/Scripts/Endoscopy.py#L287  Endoscopy module] to see how python is used to access fiducials.&lt;br /&gt;
&lt;br /&gt;
=== Transforms ===&lt;br /&gt;
Individual annotations are transformable (able to be placed under a transform node), but lists are not. In order to apply a transform to a set of annotations, open the python console (View -&amp;gt; Python Interctor) and use the following code. First you'll need to get the transform node MRML id from the Data module (click on Display MRML IDs), and save it to a variable:&lt;br /&gt;
  transformNodeID = &amp;quot;vtkMRMLLinearTransformNode5&amp;quot;&lt;br /&gt;
Then get the id of the annotation hierarchy list node that holds the annotations that you wish to transform:&lt;br /&gt;
  listNodeID = &amp;quot;vtkMRMLAnnotationHierarchyNode3&amp;quot;&lt;br /&gt;
Then use this code snippet to apply the transform to all the annotations under the hierarchy node:&lt;br /&gt;
  annotationHierarchyNode = slicer.mrmlScene.GetNodeByID(listNodeID)&lt;br /&gt;
  numNodes = annotationHierarchyNode.GetNumberOfChildrenNodes()&lt;br /&gt;
  for i in range(numNodes):&lt;br /&gt;
    annotation = annotationHierarchyNode.GetNthChildNode(i).GetAssociatedNode()&lt;br /&gt;
    annotation.SetAndObserveTransformNodeID(transformNodeID)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Modules/Transforms#Information_for_Developers|Read more]] about transforming MRML nodes&lt;br /&gt;
&lt;br /&gt;
=== Programmatic Access to Fiducials ===&lt;br /&gt;
&lt;br /&gt;
This section explains how to access fiducial nodes added into the scene by the user.&lt;br /&gt;
&lt;br /&gt;
In your module's Logic class, overwrite SetMRMLSceneInternal to observe the NodeAddedEvent of the scene:&lt;br /&gt;
 void vtkSlicerMYMODULEModuleLogic::SetMRMLSceneInternal(vtkMRMLScene * newScene)&lt;br /&gt;
   {&lt;br /&gt;
   vtkIntArray *events = vtkIntArray::New();&lt;br /&gt;
   events-&amp;gt;InsertNextValue(vtkMRMLScene::NodeAddedEvent);&lt;br /&gt;
   // Optionally you can add here more events&lt;br /&gt;
   // you can be interested in such as vtkMRMLScene::NodeRemovedEvent&lt;br /&gt;
   this-&amp;gt;SetAndObserveMRMLSceneEventsInternal(newScene, events);&lt;br /&gt;
   events-&amp;gt;Delete();&lt;br /&gt;
   }&lt;br /&gt;
Via the set and observe mrml scene macro, anytime a node is added into the scene, it will trigger the base Logic class method&lt;br /&gt;
[http://slicer.org/doc/html/classvtkMRMLAbstractLogic.html#a51fdf00ecfc18c1a1465d4bccb789ef1 vtkMRMLAbstractLogic::ProcessMRMLNodesEvents] which calls the virtual method &amp;lt;code&amp;gt;vtkMRMLAbstractLogic::OnMRMLSceneNodeAdded(vtkMRMLNode* node)&amp;lt;/code&amp;gt; to reimplement in your logic:&lt;br /&gt;
 void vtkSlicerMYMODULEModuleLogic::OnMRMLSceneNodeAdded(vtkMRMLNode* addedNode)&lt;br /&gt;
   {&lt;br /&gt;
   vtkMRMLAnnotationFiducialNode* fidNode =&lt;br /&gt;
     vtkMRMLAnnotationFiducialNode::SafeDownCast(addedNode);&lt;br /&gt;
   if (fidNode)&lt;br /&gt;
     {&lt;br /&gt;
     // here you write what you need to do when a &lt;br /&gt;
     // fiducial node is added into the scene&lt;br /&gt;
     }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
===Selection and interaction===&lt;br /&gt;
This section indicates how to change in the GUI the mouse placing mode to start placing nodes.&lt;br /&gt;
 &lt;br /&gt;
For the selection and interaction nodes, make sure that you access the singleton nodes already in the scene (rather than making your own) via (caveat: this call works on displayable managers, you may have to go a different route to get at the application logic):&lt;br /&gt;
  vtkMRMLApplicationLogic *mrmlAppLogic = this-&amp;gt;GetMRMLApplicationLogic();&lt;br /&gt;
  vtkMRMLInteractionNode *inode = mrmlAppLogic-&amp;gt;GetInteractionNode();&lt;br /&gt;
  vtkMRMLSelectionNode *snode = mrmlAppLogic-&amp;gt;GetSelectionNode();&lt;br /&gt;
If you can't get at the mrml application logic, you can get the nodes from the scene:&lt;br /&gt;
  vtkMRMLInteractionNode *interactionNode = vtkMRMLInteractionNode::SafeDownCast(this-&amp;gt;GetMRMLScene()-&amp;gt;GetNodeByID(&amp;quot;vtkMRMLInteractionNodeSingleton&amp;quot;));&lt;br /&gt;
&lt;br /&gt;
You can then call methods on the nodes or add your own event observers as in&lt;br /&gt;
  vtkSlicerAnnotationModuleLogic::ObserveMRMLScene&lt;br /&gt;
You can see vtkSlicerAnnotationModuleLogic::ProcessMRMLNodesEvents to see how to respond to interaction node changes, but I don't think you'll need to do that.&lt;br /&gt;
&lt;br /&gt;
Slicer4/Base/QTGUI/qSlicerMouseModeToolBar.cxx has a lot of the code you'll need as well, with a slightly different way of getting at the mrml app logic to access the nodes.&lt;br /&gt;
&lt;br /&gt;
The calls you need to make to switch into placing fiducials with the mouse are:&lt;br /&gt;
  selectionNode-&amp;gt;SetActiveAnnotationID (&amp;quot;vtkMRMLAnnotationFiducialNode&amp;quot;);&lt;br /&gt;
  interactionNode-&amp;gt;SetCurrentInteractionMode(vtkMRMLInteractionNode::Place);&lt;br /&gt;
If you don't set PlaceModePersistence on the interaction node, the mouse mode/current interaction mode will automatically go back to view transform after one fiducial has been placed, and you just need to reset the current interaction mode for future placing (the active annotation id is persistent).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.0/Modules/Annotations&amp;diff=28342</id>
		<title>Documentation/4.0/Modules/Annotations</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.0/Modules/Annotations&amp;diff=28342"/>
		<updated>2012-09-20T18:11:47Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: spent a very long time trying to figure out how to add fiducials, docs didn't have an &amp;quot;idiot's quickstart guide&amp;quot; so I added screenshots.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
This work is part of the National Alliance for Medical Image Computing (NA-MIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on NA-MIC can be obtained from the [http://www.na-mic.org/ NA-MIC website].&amp;lt;br&amp;gt;&lt;br /&gt;
Author: Nicole Aucoin, BWH&amp;lt;br&amp;gt;&lt;br /&gt;
Contributor: Kilian Pohl, UPenn&amp;lt;br&amp;gt;&lt;br /&gt;
Contributor: Daniel Haehn, UPenn&amp;lt;br&amp;gt;&lt;br /&gt;
Contributors: Yong Zhang, BWH&amp;lt;br&amp;gt;&lt;br /&gt;
Contributor: Alex Yarmarkovich, Isomics&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Nicole Aucoin, &amp;lt;email&amp;gt;nicole@bwh.harvard.edu&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|spl}}|{{collaborator|longname|spl}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
|{{collaborator|logo|nac}}|{{collaborator|longname|nac}}&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}}/module-section|Module Description}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-description}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
Most frequently used for these scenarios:&lt;br /&gt;
&lt;br /&gt;
* Use Case 1: placing fiducial markers at points of interest on images&lt;br /&gt;
* Use Case 2: using fiducials to seed tractography&lt;br /&gt;
* Use Case 3: using rulers to measure tumor diameters&lt;br /&gt;
* Use Case 4: using ROIs to crop volume rendering&lt;br /&gt;
&lt;br /&gt;
For the lazy person in a hurry, see below screenshots. Note: this is 4.1.1 slicer version. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
[[Image:createFiducialClickHere.png|400px|thumb|left|'''where to click in the GUI to create fiducials:''']]&lt;br /&gt;
&lt;br /&gt;
[[Image:HierKlickenZuEdit.png|400px|thumb|left|'''where to click to edit appearance of a fiducial:''']] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
A list of all the panels in the interface, their features, what they mean, and how to use them. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:Slicer4-Annotations-GUI.jpeg|thumb|200px|Annotations]]&lt;br /&gt;
|[[Image:Slicer4-Annotations-ModifyPropeties.jpeg|thumb|200px|Modify Annotation Properties]]&lt;br /&gt;
|[[Image:Slicer4-Annotations-ModifyHierarchy.jpeg|thumb|200px|Modify Hierarchy Properties]]&lt;br /&gt;
|[[Image:Slicer4-Annotations-Toolbar.jpeg|thumb|200px|Annotation tool bar]]&lt;br /&gt;
|}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-parametersdescription}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
* The Annotations tool bar at the top of the main Slicer window is used to add new annotations to the scene.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&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;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:HierKlickenZuEdit.png&amp;diff=28341</id>
		<title>File:HierKlickenZuEdit.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:HierKlickenZuEdit.png&amp;diff=28341"/>
		<updated>2012-09-20T17:56:12Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: very useful place to click: edit the fiducial&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;very useful place to click: edit the fiducial&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:CreateFiducialClickHere.png&amp;diff=28340</id>
		<title>File:CreateFiducialClickHere.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:CreateFiducialClickHere.png&amp;diff=28340"/>
		<updated>2012-09-20T17:55:18Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: click here in unlikely place to create a fiducial&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;click here in unlikely place to create a fiducial&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15176</id>
		<title>Modules:MeshContourSegmentation-Documentation-3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15176"/>
		<updated>2010-05-02T21:14:25Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Use Cases, Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Mesh Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Karol Chudy (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
1. Compute &amp;amp; Display surface mean curvature, when noise in the mesh precludes the ITK function of similar purpose from producing good result:&lt;br /&gt;
[[Image:curvature_colon_ac.png|thumb|280px|Surface Curvature]]&lt;br /&gt;
&lt;br /&gt;
2. Mark and Display segment of the surface in virtual colonoscopy, e.g. to mark a tumor location&lt;br /&gt;
[[Image:Labels_ac.png|thumb|280px|Region Selection]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Load the scene in the below data set. You will see 6 fiducial points as initializers. Select the module from Modules -&amp;gt; Segmentation -&amp;gt; MeshContourSegmentation. Create a new output model, and apply. It will take a few minutes, due to geometry computation across the entire large mesh.&lt;br /&gt;
* [[Media:Meshexample-2010-04-23.zip]]&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
*Input Model: PolyData for input&lt;br /&gt;
*Contour Points: Fiducial List to input (Must be &amp;quot;Selected&amp;quot; in Fiducials Module)&lt;br /&gt;
*Output Model: The PolyData into which to put the result&lt;br /&gt;
*Evolution Iterations: Number of Levelset Iterations&lt;br /&gt;
*Mesh Smoothing Iterations: Number of times to pre-smooth the mesh for better geometry computation&lt;br /&gt;
*Curvature Averaging Iterations: Number of times to average computed mean curvature and gradient, to make evolution smoother&lt;br /&gt;
*Adjacency Tree Levels: How deep of a neighborhood lookup to build. If the mesh is very fine and practically 'flat' everywhere, this must increase. Exponentially slows things down as it is raised (Suggestion: make the mesh as coarse as practical so it can be set to 1 or 0)&lt;br /&gt;
*Right Handed Mesh: whether the normal vector needs a negative sign or not.&lt;br /&gt;
|[[Image:Sfls_interface.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
- Give it some seed points for initialization. &lt;br /&gt;
&lt;br /&gt;
- Seed points do *NOT* need to be 'in order', but of course the closer they are to the expected final result, the better.&lt;br /&gt;
&lt;br /&gt;
- The region being marked as initial should be convex.&lt;br /&gt;
&lt;br /&gt;
- The initial contour is formed like this: connect all seed points to eachother, and fill the convex hull. The boundary of this convex fill is the initial contour.&lt;br /&gt;
&lt;br /&gt;
- Slow part of the computation: forming adjacency tree for curvature computation. The parameter &amp;quot;adjacency levels&amp;quot; says how many levels to branch out from each vertex when fitting paraboloid. These neighbors are stored, because they are needed when computing the curve geometry during levelset evolution. &lt;br /&gt;
&lt;br /&gt;
- Output: MeanCurvature is scaled to [-256,256] and displayed everywhere. The ActiveContourVertices array gives the location of segmented region on the mesh.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use:&lt;br /&gt;
&lt;br /&gt;
-Only VTK &amp;amp; STL&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
http://www.cdash.org/CDash/testDetails.php?test=52059394&amp;amp;build=600130&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/ All Code]&lt;br /&gt;
&lt;br /&gt;
Several Key Points:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/SparseFieldLevelSetContour.cxx Entry Point from Slicer] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkInitClosedPath.cxx Computation of Initial Path from Un-Ordered Initial Points]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkComputeLocalGeometry.cxx Adjacency Tree, Mean Curvature, Curvature Surface Gradient Computation]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkLevelSetMeshEvolver.cxx Levelset Evolution Entry Point]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/LSops.cxx Levelset Evolution Core]&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkComputeLocalGeometry.html Compute Local Geometry]&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkInitClosedPath.html Initialize Closed Path from Fiducial Points]&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkLevelSetMeshEvolver.html Levelset Mesh Evolver]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15175</id>
		<title>Modules:MeshContourSegmentation-Documentation-3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15175"/>
		<updated>2010-05-02T21:14:00Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Use Cases, Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Mesh Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Karol Chudy (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
1. Compute &amp;amp; Display surface mean curvature, when noise in the mesh precludes the ITK function of similar purpose from producing good result:&lt;br /&gt;
[[Image:curvature_colon_ac.png|thumb|280px|Surface Curvature]]&lt;br /&gt;
&lt;br /&gt;
2. Mark and Display segment of the surface in virtual colonoscopy, e.g. to mark a tumor location&lt;br /&gt;
[[Image:Labels_ac.png|thumb|280px|Region Selection]]&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Load the scene in the below data set. You will see 6 fiducial points as initializers. Select the module from Modules -&amp;gt; Segmentation -&amp;gt; MeshContourSegmentation. Create a new output model, and apply. It will take a few minutes, due to geometry computation across the entire large mesh.&lt;br /&gt;
* [[Media:Meshexample-2010-04-23.zip]]&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
*Input Model: PolyData for input&lt;br /&gt;
*Contour Points: Fiducial List to input (Must be &amp;quot;Selected&amp;quot; in Fiducials Module)&lt;br /&gt;
*Output Model: The PolyData into which to put the result&lt;br /&gt;
*Evolution Iterations: Number of Levelset Iterations&lt;br /&gt;
*Mesh Smoothing Iterations: Number of times to pre-smooth the mesh for better geometry computation&lt;br /&gt;
*Curvature Averaging Iterations: Number of times to average computed mean curvature and gradient, to make evolution smoother&lt;br /&gt;
*Adjacency Tree Levels: How deep of a neighborhood lookup to build. If the mesh is very fine and practically 'flat' everywhere, this must increase. Exponentially slows things down as it is raised (Suggestion: make the mesh as coarse as practical so it can be set to 1 or 0)&lt;br /&gt;
*Right Handed Mesh: whether the normal vector needs a negative sign or not.&lt;br /&gt;
|[[Image:Sfls_interface.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
- Give it some seed points for initialization. &lt;br /&gt;
&lt;br /&gt;
- Seed points do *NOT* need to be 'in order', but of course the closer they are to the expected final result, the better.&lt;br /&gt;
&lt;br /&gt;
- The region being marked as initial should be convex.&lt;br /&gt;
&lt;br /&gt;
- The initial contour is formed like this: connect all seed points to eachother, and fill the convex hull. The boundary of this convex fill is the initial contour.&lt;br /&gt;
&lt;br /&gt;
- Slow part of the computation: forming adjacency tree for curvature computation. The parameter &amp;quot;adjacency levels&amp;quot; says how many levels to branch out from each vertex when fitting paraboloid. These neighbors are stored, because they are needed when computing the curve geometry during levelset evolution. &lt;br /&gt;
&lt;br /&gt;
- Output: MeanCurvature is scaled to [-256,256] and displayed everywhere. The ActiveContourVertices array gives the location of segmented region on the mesh.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use:&lt;br /&gt;
&lt;br /&gt;
-Only VTK &amp;amp; STL&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
http://www.cdash.org/CDash/testDetails.php?test=52059394&amp;amp;build=600130&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/ All Code]&lt;br /&gt;
&lt;br /&gt;
Several Key Points:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/SparseFieldLevelSetContour.cxx Entry Point from Slicer] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkInitClosedPath.cxx Computation of Initial Path from Un-Ordered Initial Points]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkComputeLocalGeometry.cxx Adjacency Tree, Mean Curvature, Curvature Surface Gradient Computation]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkLevelSetMeshEvolver.cxx Levelset Evolution Entry Point]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/LSops.cxx Levelset Evolution Core]&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkComputeLocalGeometry.html Compute Local Geometry]&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkInitClosedPath.html Initialize Closed Path from Fiducial Points]&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkLevelSetMeshEvolver.html Levelset Mesh Evolver]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15174</id>
		<title>Modules:MeshContourSegmentation-Documentation-3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15174"/>
		<updated>2010-05-02T21:12:36Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Use Cases, Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Mesh Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Karol Chudy (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
1. Compute &amp;amp; Display surface mean curvature, when noise in the mesh precludes the ITK function of similar purpose from producing good result:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Mark and Display segment of the surface in virtual colonoscopy, e.g. to mark a tumor location&lt;br /&gt;
[[Image:Labels_ac.png]]&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Load the scene in the below data set. You will see 6 fiducial points as initializers. Select the module from Modules -&amp;gt; Segmentation -&amp;gt; MeshContourSegmentation. Create a new output model, and apply. It will take a few minutes, due to geometry computation across the entire large mesh.&lt;br /&gt;
* [[Media:Meshexample-2010-04-23.zip]]&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
*Input Model: PolyData for input&lt;br /&gt;
*Contour Points: Fiducial List to input (Must be &amp;quot;Selected&amp;quot; in Fiducials Module)&lt;br /&gt;
*Output Model: The PolyData into which to put the result&lt;br /&gt;
*Evolution Iterations: Number of Levelset Iterations&lt;br /&gt;
*Mesh Smoothing Iterations: Number of times to pre-smooth the mesh for better geometry computation&lt;br /&gt;
*Curvature Averaging Iterations: Number of times to average computed mean curvature and gradient, to make evolution smoother&lt;br /&gt;
*Adjacency Tree Levels: How deep of a neighborhood lookup to build. If the mesh is very fine and practically 'flat' everywhere, this must increase. Exponentially slows things down as it is raised (Suggestion: make the mesh as coarse as practical so it can be set to 1 or 0)&lt;br /&gt;
*Right Handed Mesh: whether the normal vector needs a negative sign or not.&lt;br /&gt;
|[[Image:Sfls_interface.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
- Give it some seed points for initialization. &lt;br /&gt;
&lt;br /&gt;
- Seed points do *NOT* need to be 'in order', but of course the closer they are to the expected final result, the better.&lt;br /&gt;
&lt;br /&gt;
- The region being marked as initial should be convex.&lt;br /&gt;
&lt;br /&gt;
- The initial contour is formed like this: connect all seed points to eachother, and fill the convex hull. The boundary of this convex fill is the initial contour.&lt;br /&gt;
&lt;br /&gt;
- Slow part of the computation: forming adjacency tree for curvature computation. The parameter &amp;quot;adjacency levels&amp;quot; says how many levels to branch out from each vertex when fitting paraboloid. These neighbors are stored, because they are needed when computing the curve geometry during levelset evolution. &lt;br /&gt;
&lt;br /&gt;
- Output: MeanCurvature is scaled to [-256,256] and displayed everywhere. The ActiveContourVertices array gives the location of segmented region on the mesh.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use:&lt;br /&gt;
&lt;br /&gt;
-Only VTK &amp;amp; STL&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
http://www.cdash.org/CDash/testDetails.php?test=52059394&amp;amp;build=600130&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/ All Code]&lt;br /&gt;
&lt;br /&gt;
Several Key Points:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/SparseFieldLevelSetContour.cxx Entry Point from Slicer] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkInitClosedPath.cxx Computation of Initial Path from Un-Ordered Initial Points]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkComputeLocalGeometry.cxx Adjacency Tree, Mean Curvature, Curvature Surface Gradient Computation]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkLevelSetMeshEvolver.cxx Levelset Evolution Entry Point]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/LSops.cxx Levelset Evolution Core]&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkComputeLocalGeometry.html Compute Local Geometry]&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkInitClosedPath.html Initialize Closed Path from Fiducial Points]&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkLevelSetMeshEvolver.html Levelset Mesh Evolver]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15173</id>
		<title>Modules:MeshContourSegmentation-Documentation-3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15173"/>
		<updated>2010-05-02T21:11:25Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Quick Tour of Features and Use */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Mesh Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Karol Chudy (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
1. Compute &amp;amp; Display surface mean curvature, when noise in the mesh precludes the ITK function of similar purpose from producing good result:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Mark and Display segment of the surface in virtual colonoscopy, e.g. to mark a tumor location&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Load the scene in the below data set. You will see 6 fiducial points as initializers. Select the module from Modules -&amp;gt; Segmentation -&amp;gt; MeshContourSegmentation. Create a new output model, and apply. It will take a few minutes, due to geometry computation across the entire large mesh.&lt;br /&gt;
* [[Media:Meshexample-2010-04-23.zip]]&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
*Input Model: PolyData for input&lt;br /&gt;
*Contour Points: Fiducial List to input (Must be &amp;quot;Selected&amp;quot; in Fiducials Module)&lt;br /&gt;
*Output Model: The PolyData into which to put the result&lt;br /&gt;
*Evolution Iterations: Number of Levelset Iterations&lt;br /&gt;
*Mesh Smoothing Iterations: Number of times to pre-smooth the mesh for better geometry computation&lt;br /&gt;
*Curvature Averaging Iterations: Number of times to average computed mean curvature and gradient, to make evolution smoother&lt;br /&gt;
*Adjacency Tree Levels: How deep of a neighborhood lookup to build. If the mesh is very fine and practically 'flat' everywhere, this must increase. Exponentially slows things down as it is raised (Suggestion: make the mesh as coarse as practical so it can be set to 1 or 0)&lt;br /&gt;
*Right Handed Mesh: whether the normal vector needs a negative sign or not.&lt;br /&gt;
|[[Image:Sfls_interface.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
- Give it some seed points for initialization. &lt;br /&gt;
&lt;br /&gt;
- Seed points do *NOT* need to be 'in order', but of course the closer they are to the expected final result, the better.&lt;br /&gt;
&lt;br /&gt;
- The region being marked as initial should be convex.&lt;br /&gt;
&lt;br /&gt;
- The initial contour is formed like this: connect all seed points to eachother, and fill the convex hull. The boundary of this convex fill is the initial contour.&lt;br /&gt;
&lt;br /&gt;
- Slow part of the computation: forming adjacency tree for curvature computation. The parameter &amp;quot;adjacency levels&amp;quot; says how many levels to branch out from each vertex when fitting paraboloid. These neighbors are stored, because they are needed when computing the curve geometry during levelset evolution. &lt;br /&gt;
&lt;br /&gt;
- Output: MeanCurvature is scaled to [-256,256] and displayed everywhere. The ActiveContourVertices array gives the location of segmented region on the mesh.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use:&lt;br /&gt;
&lt;br /&gt;
-Only VTK &amp;amp; STL&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
http://www.cdash.org/CDash/testDetails.php?test=52059394&amp;amp;build=600130&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/ All Code]&lt;br /&gt;
&lt;br /&gt;
Several Key Points:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/SparseFieldLevelSetContour.cxx Entry Point from Slicer] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkInitClosedPath.cxx Computation of Initial Path from Un-Ordered Initial Points]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkComputeLocalGeometry.cxx Adjacency Tree, Mean Curvature, Curvature Surface Gradient Computation]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkLevelSetMeshEvolver.cxx Levelset Evolution Entry Point]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/LSops.cxx Levelset Evolution Core]&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkComputeLocalGeometry.html Compute Local Geometry]&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkInitClosedPath.html Initialize Closed Path from Fiducial Points]&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkLevelSetMeshEvolver.html Levelset Mesh Evolver]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15172</id>
		<title>Modules:MeshContourSegmentation-Documentation-3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15172"/>
		<updated>2010-05-02T21:10:52Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Quick Tour of Features and Use */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Mesh Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Karol Chudy (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
1. Compute &amp;amp; Display surface mean curvature, when noise in the mesh precludes the ITK function of similar purpose from producing good result:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Mark and Display segment of the surface in virtual colonoscopy, e.g. to mark a tumor location&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Load the scene in the below data set. You will see 6 fiducial points as initializers. Select the module from Modules -&amp;gt; Segmentation -&amp;gt; MeshContourSegmentation. Create a new output model, and apply. It will take a few minutes, due to geometry computation across the entire large mesh.&lt;br /&gt;
* [[Media:Meshexample-2010-04-23.zip]]&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
Input Model: PolyData for input&lt;br /&gt;
Contour Points: Fiducial List to input (Must be &amp;quot;Selected&amp;quot; in Fiducials Module)&lt;br /&gt;
Output Model: The PolyData into which to put the result&lt;br /&gt;
&lt;br /&gt;
Evolution Iterations: Number of Levelset Iterations&lt;br /&gt;
Mesh Smoothing Iterations: Number of times to pre-smooth the mesh for better geometry computation&lt;br /&gt;
Curvature Averaging Iterations: Number of times to average computed mean curvature and gradient, to make evolution smoother&lt;br /&gt;
Adjacency Tree Levels: How deep of a neighborhood lookup to build. If the mesh is very fine and practically 'flat' everywhere, this must increase. Exponentially slows things down as it is raised (Suggestion: make the mesh as coarse as practical so it can be set to 1 or 0)&lt;br /&gt;
Right Handed Mesh: whether the normal vector needs a negative sign or not.&lt;br /&gt;
|[[Image:Sfls_interface.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
- Give it some seed points for initialization. &lt;br /&gt;
&lt;br /&gt;
- Seed points do *NOT* need to be 'in order', but of course the closer they are to the expected final result, the better.&lt;br /&gt;
&lt;br /&gt;
- The region being marked as initial should be convex.&lt;br /&gt;
&lt;br /&gt;
- The initial contour is formed like this: connect all seed points to eachother, and fill the convex hull. The boundary of this convex fill is the initial contour.&lt;br /&gt;
&lt;br /&gt;
- Slow part of the computation: forming adjacency tree for curvature computation. The parameter &amp;quot;adjacency levels&amp;quot; says how many levels to branch out from each vertex when fitting paraboloid. These neighbors are stored, because they are needed when computing the curve geometry during levelset evolution. &lt;br /&gt;
&lt;br /&gt;
- Output: MeanCurvature is scaled to [-256,256] and displayed everywhere. The ActiveContourVertices array gives the location of segmented region on the mesh.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use:&lt;br /&gt;
&lt;br /&gt;
-Only VTK &amp;amp; STL&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
http://www.cdash.org/CDash/testDetails.php?test=52059394&amp;amp;build=600130&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/ All Code]&lt;br /&gt;
&lt;br /&gt;
Several Key Points:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/SparseFieldLevelSetContour.cxx Entry Point from Slicer] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkInitClosedPath.cxx Computation of Initial Path from Un-Ordered Initial Points]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkComputeLocalGeometry.cxx Adjacency Tree, Mean Curvature, Curvature Surface Gradient Computation]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkLevelSetMeshEvolver.cxx Levelset Evolution Entry Point]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/LSops.cxx Levelset Evolution Core]&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkComputeLocalGeometry.html Compute Local Geometry]&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkInitClosedPath.html Initialize Closed Path from Fiducial Points]&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkLevelSetMeshEvolver.html Levelset Mesh Evolver]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15171</id>
		<title>Modules:MeshContourSegmentation-Documentation-3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15171"/>
		<updated>2010-05-02T21:06:50Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Quick Tour of Features and Use */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Mesh Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Karol Chudy (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
1. Compute &amp;amp; Display surface mean curvature, when noise in the mesh precludes the ITK function of similar purpose from producing good result:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Mark and Display segment of the surface in virtual colonoscopy, e.g. to mark a tumor location&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Load the scene in the below data set. You will see 6 fiducial points as initializers. Select the module from Modules -&amp;gt; Segmentation -&amp;gt; MeshContourSegmentation. Create a new output model, and apply. It will take a few minutes, due to geometry computation across the entire large mesh.&lt;br /&gt;
* [[Media:Meshexample-2010-04-23.zip]]&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
** '''First input'''&lt;br /&gt;
** '''Second input'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
** '''First parameter'''&lt;br /&gt;
** '''Second parameter'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
** '''First output'''&lt;br /&gt;
** '''Second output'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
|[[Image:Sfls_interface.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
- Give it some seed points for initialization. &lt;br /&gt;
&lt;br /&gt;
- Seed points do *NOT* need to be 'in order', but of course the closer they are to the expected final result, the better.&lt;br /&gt;
&lt;br /&gt;
- The region being marked as initial should be convex.&lt;br /&gt;
&lt;br /&gt;
- The initial contour is formed like this: connect all seed points to eachother, and fill the convex hull. The boundary of this convex fill is the initial contour.&lt;br /&gt;
&lt;br /&gt;
- Slow part of the computation: forming adjacency tree for curvature computation. The parameter &amp;quot;adjacency levels&amp;quot; says how many levels to branch out from each vertex when fitting paraboloid. These neighbors are stored, because they are needed when computing the curve geometry during levelset evolution. &lt;br /&gt;
&lt;br /&gt;
- Output: MeanCurvature is scaled to [-256,256] and displayed everywhere. The ActiveContourVertices array gives the location of segmented region on the mesh.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use:&lt;br /&gt;
&lt;br /&gt;
-Only VTK &amp;amp; STL&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
http://www.cdash.org/CDash/testDetails.php?test=52059394&amp;amp;build=600130&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/ All Code]&lt;br /&gt;
&lt;br /&gt;
Several Key Points:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/SparseFieldLevelSetContour.cxx Entry Point from Slicer] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkInitClosedPath.cxx Computation of Initial Path from Un-Ordered Initial Points]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkComputeLocalGeometry.cxx Adjacency Tree, Mean Curvature, Curvature Surface Gradient Computation]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkLevelSetMeshEvolver.cxx Levelset Evolution Entry Point]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/LSops.cxx Levelset Evolution Core]&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkComputeLocalGeometry.html Compute Local Geometry]&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkInitClosedPath.html Initialize Closed Path from Fiducial Points]&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkLevelSetMeshEvolver.html Levelset Mesh Evolver]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15170</id>
		<title>Modules:MeshContourSegmentation-Documentation-3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15170"/>
		<updated>2010-05-02T21:05:50Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Tutorials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Mesh Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Karol Chudy (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
1. Compute &amp;amp; Display surface mean curvature, when noise in the mesh precludes the ITK function of similar purpose from producing good result:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Mark and Display segment of the surface in virtual colonoscopy, e.g. to mark a tumor location&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Load the scene in the below data set. You will see 6 fiducial points as initializers. Select the module from Modules -&amp;gt; Segmentation -&amp;gt; MeshContourSegmentation. Create a new output model, and apply. It will take a few minutes, due to geometry computation across the entire large mesh.&lt;br /&gt;
* [[Media:Meshexample-2010-04-23.zip]]&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
** '''First input'''&lt;br /&gt;
** '''Second input'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
** '''First parameter'''&lt;br /&gt;
** '''Second parameter'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
** '''First output'''&lt;br /&gt;
** '''Second output'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
|[[Image:screenshotBlankNotOptional.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
- Give it some seed points for initialization. &lt;br /&gt;
&lt;br /&gt;
- Seed points do *NOT* need to be 'in order', but of course the closer they are to the expected final result, the better.&lt;br /&gt;
&lt;br /&gt;
- The region being marked as initial should be convex.&lt;br /&gt;
&lt;br /&gt;
- The initial contour is formed like this: connect all seed points to eachother, and fill the convex hull. The boundary of this convex fill is the initial contour.&lt;br /&gt;
&lt;br /&gt;
- Slow part of the computation: forming adjacency tree for curvature computation. The parameter &amp;quot;adjacency levels&amp;quot; says how many levels to branch out from each vertex when fitting paraboloid. These neighbors are stored, because they are needed when computing the curve geometry during levelset evolution. &lt;br /&gt;
&lt;br /&gt;
- Output: MeanCurvature is scaled to [-256,256] and displayed everywhere. The ActiveContourVertices array gives the location of segmented region on the mesh.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use:&lt;br /&gt;
&lt;br /&gt;
-Only VTK &amp;amp; STL&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
http://www.cdash.org/CDash/testDetails.php?test=52059394&amp;amp;build=600130&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/ All Code]&lt;br /&gt;
&lt;br /&gt;
Several Key Points:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/SparseFieldLevelSetContour.cxx Entry Point from Slicer] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkInitClosedPath.cxx Computation of Initial Path from Un-Ordered Initial Points]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkComputeLocalGeometry.cxx Adjacency Tree, Mean Curvature, Curvature Surface Gradient Computation]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkLevelSetMeshEvolver.cxx Levelset Evolution Entry Point]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/LSops.cxx Levelset Evolution Core]&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkComputeLocalGeometry.html Compute Local Geometry]&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkInitClosedPath.html Initialize Closed Path from Fiducial Points]&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkLevelSetMeshEvolver.html Levelset Mesh Evolver]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Meshexample-2010-04-23.zip&amp;diff=15169</id>
		<title>File:Meshexample-2010-04-23.zip</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Meshexample-2010-04-23.zip&amp;diff=15169"/>
		<updated>2010-05-02T21:04:06Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15168</id>
		<title>Modules:MeshContourSegmentation-Documentation-3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15168"/>
		<updated>2010-05-02T21:02:51Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Notes from the Developer(s) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Mesh Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Karol Chudy (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
1. Compute &amp;amp; Display surface mean curvature, when noise in the mesh precludes the ITK function of similar purpose from producing good result:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Mark and Display segment of the surface in virtual colonoscopy, e.g. to mark a tumor location&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Tutorial 1&lt;br /&gt;
* Data Set 1&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
** '''First input'''&lt;br /&gt;
** '''Second input'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
** '''First parameter'''&lt;br /&gt;
** '''Second parameter'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
** '''First output'''&lt;br /&gt;
** '''Second output'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
|[[Image:screenshotBlankNotOptional.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
- Give it some seed points for initialization. &lt;br /&gt;
&lt;br /&gt;
- Seed points do *NOT* need to be 'in order', but of course the closer they are to the expected final result, the better.&lt;br /&gt;
&lt;br /&gt;
- The region being marked as initial should be convex.&lt;br /&gt;
&lt;br /&gt;
- The initial contour is formed like this: connect all seed points to eachother, and fill the convex hull. The boundary of this convex fill is the initial contour.&lt;br /&gt;
&lt;br /&gt;
- Slow part of the computation: forming adjacency tree for curvature computation. The parameter &amp;quot;adjacency levels&amp;quot; says how many levels to branch out from each vertex when fitting paraboloid. These neighbors are stored, because they are needed when computing the curve geometry during levelset evolution. &lt;br /&gt;
&lt;br /&gt;
- Output: MeanCurvature is scaled to [-256,256] and displayed everywhere. The ActiveContourVertices array gives the location of segmented region on the mesh.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use:&lt;br /&gt;
&lt;br /&gt;
-Only VTK &amp;amp; STL&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
http://www.cdash.org/CDash/testDetails.php?test=52059394&amp;amp;build=600130&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/ All Code]&lt;br /&gt;
&lt;br /&gt;
Several Key Points:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/SparseFieldLevelSetContour.cxx Entry Point from Slicer] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkInitClosedPath.cxx Computation of Initial Path from Un-Ordered Initial Points]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkComputeLocalGeometry.cxx Adjacency Tree, Mean Curvature, Curvature Surface Gradient Computation]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkLevelSetMeshEvolver.cxx Levelset Evolution Entry Point]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/LSops.cxx Levelset Evolution Core]&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkComputeLocalGeometry.html Compute Local Geometry]&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkInitClosedPath.html Initialize Closed Path from Fiducial Points]&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkLevelSetMeshEvolver.html Levelset Mesh Evolver]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15167</id>
		<title>Modules:MeshContourSegmentation-Documentation-3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15167"/>
		<updated>2010-05-02T20:56:29Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Source code &amp;amp; documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Mesh Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Karol Chudy (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
1. Compute &amp;amp; Display surface mean curvature, when noise in the mesh precludes the ITK function of similar purpose from producing good result:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Mark and Display segment of the surface in virtual colonoscopy, e.g. to mark a tumor location&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Tutorial 1&lt;br /&gt;
* Data Set 1&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
** '''First input'''&lt;br /&gt;
** '''Second input'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
** '''First parameter'''&lt;br /&gt;
** '''Second parameter'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
** '''First output'''&lt;br /&gt;
** '''Second output'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
|[[Image:screenshotBlankNotOptional.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
Algorithms used, library classes depended upon, use cases, etc.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use:&lt;br /&gt;
&lt;br /&gt;
-Only VTK &amp;amp; STL&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
http://www.cdash.org/CDash/testDetails.php?test=52059394&amp;amp;build=600130&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/ All Code]&lt;br /&gt;
&lt;br /&gt;
Several Key Points:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/SparseFieldLevelSetContour.cxx Entry Point from Slicer] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkInitClosedPath.cxx Computation of Initial Path from Un-Ordered Initial Points]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkComputeLocalGeometry.cxx Adjacency Tree, Mean Curvature, Curvature Surface Gradient Computation]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkLevelSetMeshEvolver.cxx Levelset Evolution Entry Point]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/LSops.cxx Levelset Evolution Core]&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkComputeLocalGeometry.html Compute Local Geometry]&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkInitClosedPath.html Initialize Closed Path from Fiducial Points]&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classvtkLevelSetMeshEvolver.html Levelset Mesh Evolver]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15166</id>
		<title>Modules:MeshContourSegmentation-Documentation-3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15166"/>
		<updated>2010-05-02T20:52:28Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Source code &amp;amp; documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Mesh Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Karol Chudy (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
1. Compute &amp;amp; Display surface mean curvature, when noise in the mesh precludes the ITK function of similar purpose from producing good result:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Mark and Display segment of the surface in virtual colonoscopy, e.g. to mark a tumor location&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Tutorial 1&lt;br /&gt;
* Data Set 1&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
** '''First input'''&lt;br /&gt;
** '''Second input'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
** '''First parameter'''&lt;br /&gt;
** '''Second parameter'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
** '''First output'''&lt;br /&gt;
** '''Second output'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
|[[Image:screenshotBlankNotOptional.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
Algorithms used, library classes depended upon, use cases, etc.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use:&lt;br /&gt;
&lt;br /&gt;
-Only VTK &amp;amp; STL&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
http://www.cdash.org/CDash/testDetails.php?test=52059394&amp;amp;build=600130&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/ All Code]&lt;br /&gt;
&lt;br /&gt;
Several Key Points:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/SparseFieldLevelSetContour.cxx Entry Point from Slicer] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkInitClosedPath.cxx Computation of Initial Path from Un-Ordered Initial Points]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkComputeLocalGeometry.cxx Adjacency Tree, Mean Curvature, Curvature Surface Gradient Computation]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkLevelSetMeshEvolver.cxx Levelset Evolution Entry Point]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/LSops.cxx Levelset Evolution Core]&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classes.html class1]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15165</id>
		<title>Modules:MeshContourSegmentation-Documentation-3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15165"/>
		<updated>2010-05-02T20:50:19Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Source code &amp;amp; documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Mesh Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Karol Chudy (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
1. Compute &amp;amp; Display surface mean curvature, when noise in the mesh precludes the ITK function of similar purpose from producing good result:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Mark and Display segment of the surface in virtual colonoscopy, e.g. to mark a tumor location&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Tutorial 1&lt;br /&gt;
* Data Set 1&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
** '''First input'''&lt;br /&gt;
** '''Second input'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
** '''First parameter'''&lt;br /&gt;
** '''Second parameter'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
** '''First output'''&lt;br /&gt;
** '''Second output'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
|[[Image:screenshotBlankNotOptional.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
Algorithms used, library classes depended upon, use cases, etc.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use:&lt;br /&gt;
&lt;br /&gt;
-Only VTK &amp;amp; STL&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
http://www.cdash.org/CDash/testDetails.php?test=52059394&amp;amp;build=600130&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/ All Code]&lt;br /&gt;
&lt;br /&gt;
Several Key Points:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/SparseFieldLevelSetContour.cxx Entry Point from Slicer] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkInitClosedPath.cxx Computation of Initial Path from Un-Ordered Initial Points]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkComputeLocalGeometry.cxx Adjacency Tree, Mean Curvature, Curvature Surface Gradient Computation]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/SparseFieldLevelSetContour/vtkLevelSetMeshEvolver.cxx Levelset Evolution]&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classes.html class1]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15164</id>
		<title>Modules:MeshContourSegmentation-Documentation-3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15164"/>
		<updated>2010-05-02T20:44:42Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Dependencies */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Mesh Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Karol Chudy (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
1. Compute &amp;amp; Display surface mean curvature, when noise in the mesh precludes the ITK function of similar purpose from producing good result:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Mark and Display segment of the surface in virtual colonoscopy, e.g. to mark a tumor location&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Tutorial 1&lt;br /&gt;
* Data Set 1&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
** '''First input'''&lt;br /&gt;
** '''Second input'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
** '''First parameter'''&lt;br /&gt;
** '''Second parameter'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
** '''First output'''&lt;br /&gt;
** '''Second output'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
|[[Image:screenshotBlankNotOptional.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
Algorithms used, library classes depended upon, use cases, etc.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use:&lt;br /&gt;
&lt;br /&gt;
-Only VTK &amp;amp; STL&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
http://www.cdash.org/CDash/testDetails.php?test=52059394&amp;amp;build=600130&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk file.cxx ] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk file.h ]&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classes.html class1]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15163</id>
		<title>Modules:MeshContourSegmentation-Documentation-3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15163"/>
		<updated>2010-05-02T20:43:31Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Mesh Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Karol Chudy (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
1. Compute &amp;amp; Display surface mean curvature, when noise in the mesh precludes the ITK function of similar purpose from producing good result:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Mark and Display segment of the surface in virtual colonoscopy, e.g. to mark a tumor location&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Tutorial 1&lt;br /&gt;
* Data Set 1&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
** '''First input'''&lt;br /&gt;
** '''Second input'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
** '''First parameter'''&lt;br /&gt;
** '''Second parameter'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
** '''First output'''&lt;br /&gt;
** '''Second output'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
|[[Image:screenshotBlankNotOptional.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
Algorithms used, library classes depended upon, use cases, etc.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use.&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
http://www.cdash.org/CDash/testDetails.php?test=52059394&amp;amp;build=600130&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk file.cxx ] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk file.h ]&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classes.html class1]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Sfls_interface.png&amp;diff=15162</id>
		<title>File:Sfls interface.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Sfls_interface.png&amp;diff=15162"/>
		<updated>2010-05-02T20:39:18Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Curvature_colon_ac.png&amp;diff=15161</id>
		<title>File:Curvature colon ac.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Curvature_colon_ac.png&amp;diff=15161"/>
		<updated>2010-05-02T20:29:03Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Labels_ac.png&amp;diff=15160</id>
		<title>File:Labels ac.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Labels_ac.png&amp;diff=15160"/>
		<updated>2010-05-02T20:28:41Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Surface_H_c.png&amp;diff=15151</id>
		<title>File:Surface H c.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Surface_H_c.png&amp;diff=15151"/>
		<updated>2010-05-02T19:00:46Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15150</id>
		<title>Modules:MeshContourSegmentation-Documentation-3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=15150"/>
		<updated>2010-05-02T18:59:14Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Use Cases, Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Mesh Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Karol Chudy (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
1. Compute &amp;amp; Display surface mean curvature, when noise in the mesh precludes the ITK function of similar purpose from producing good result:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Mark and Display segment of the surface in virtual colonoscopy, e.g. to mark a tumor location&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Tutorial 1&lt;br /&gt;
* Data Set 1&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
** '''First input'''&lt;br /&gt;
** '''Second input'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
** '''First parameter'''&lt;br /&gt;
** '''Second parameter'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
** '''First output'''&lt;br /&gt;
** '''Second output'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
|[[Image:screenshotBlankNotOptional.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
Algorithms used, library classes depended upon, use cases, etc.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use.&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
* MyModuleTest1 [http://viewvc.slicer.org/viewcvs.cgi/trunk MyModuleTest1.cxx]&lt;br /&gt;
* MyModuleTest2 [http://viewvc.slicer.org/viewcvs.cgi/trunk MyModuleTest2.cxx]&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk file.cxx ] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk file.h ]&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classes.html class1]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=13030</id>
		<title>Modules:MeshContourSegmentation-Documentation-3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=13030"/>
		<updated>2010-04-01T19:38:37Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Authors, Collaborators &amp;amp; Contact */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Mesh Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Karol Chudy (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
* Note use cases for which this module is especially appropriate, and/or link to examples.&lt;br /&gt;
* Link to examples of the module's use&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Tutorial 1&lt;br /&gt;
* Data Set 1&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
** '''First input'''&lt;br /&gt;
** '''Second input'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
** '''First parameter'''&lt;br /&gt;
** '''Second parameter'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
** '''First output'''&lt;br /&gt;
** '''Second output'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
|[[Image:screenshotBlankNotOptional.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
Algorithms used, library classes depended upon, use cases, etc.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use.&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
* MyModuleTest1 [http://viewvc.slicer.org/viewcvs.cgi/trunk MyModuleTest1.cxx]&lt;br /&gt;
* MyModuleTest2 [http://viewvc.slicer.org/viewcvs.cgi/trunk MyModuleTest2.cxx]&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk file.cxx ] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk file.h ]&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classes.html class1]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/3.6&amp;diff=13029</id>
		<title>Documentation/3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/3.6&amp;diff=13029"/>
		<updated>2010-04-01T19:37:34Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Surface Models */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is work in progress&lt;br /&gt;
&lt;br /&gt;
=Main GUI=&lt;br /&gt;
&lt;br /&gt;
*[[Modules:MainApplicationGUI-Documentation-3.6| Main Application GUI]] (Wendy Plesniak)&lt;br /&gt;
*[[Modules:EventBindings-3.6| &amp;quot;Hot-keys&amp;quot; and Keyboard Shortcuts]]  (Wendy Plesniak)&lt;br /&gt;
*[[Modules:Loading-Data-3.6| Loading Data]] (scenes, DICOM, volumes, models, fiducials, transforms, etc.)  (Wendy Plesniak)&lt;br /&gt;
*[[Modules:Saving-Documentation-3.6| Saving Data]]  (scenes, volumes, models, fiducials, transforms, etc.) (Wendy Plesniak)&lt;br /&gt;
*[[Modules:SceneSnapshots-3.6| Creating and Restoring Scene Snapshots]]  (Wendy Plesniak)&lt;br /&gt;
*[[Modules:ExtensionsManagementWizard-Documentation-3.6| Extensions Management Wizard]]  (Wendy Plesniak)&lt;br /&gt;
&lt;br /&gt;
=Modules=&lt;br /&gt;
*Please copy the template linked below, paste it into your page and customize it with your module's information.&lt;br /&gt;
[[Slicer3:Module_Documentation-3.6_Template|Slicer3:Module_Documentation-3.6_Template]] &lt;br /&gt;
*See Requirements for Modules for info to be put into the Help and Acknowledgment Tabs&lt;br /&gt;
*To put your lab's logo into a module, see [[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3|here]]&lt;br /&gt;
&lt;br /&gt;
Please adhere to the naming scheme for the module documentation:&lt;br /&gt;
*[ [Modules:MyModuleNameNoSpaces-Documentation-3.6|My Module Name With Spaces] ] (First Last Name)&lt;br /&gt;
&lt;br /&gt;
=Requirements for Modules=&lt;br /&gt;
{| border=&amp;quot;00&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;| &lt;br /&gt;
* The module is '''feature complete''', it does everything that it advertises it can do&lt;br /&gt;
* The module has a '''test'''. See [http://wiki.na-mic.org/Wiki/index.php/Slicer3:Execution_Model_Testing '''here'''] for more information.&lt;br /&gt;
* Module has '''documentation''' on the [[Documentation-3.5#Modules|Slicer wiki]]. Please use the template provided [[Documentation-3.5#Modules|'''here''']] to structure your page. Please keep in mind that our users are not computer scientists with a background in computer vision.&lt;br /&gt;
*Please add a pointer to the documentation on the Slicer wiki to the the '''Help''' tab of the module. See the '''Editor module''' in Slicer for an example.&lt;br /&gt;
* The contributor (and their manager/advisor), the lab (with labs/institution logo) and the funding source (with grant number, logo optional) are listed in the '''Acknowledegment''' tab of the module. Please see the '''Models module''' for an example. The people listed in the acknowledgement will be the primary people for support and maintenance relative of the module. [[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3|See here for more information.]]&lt;br /&gt;
** '''Style Guide:''' All acknowledgment icons should be 100x100 pixels, preferably in png format.&lt;br /&gt;
** '''Accessing logos:''' Icons for BIRN, NAC, NA-MIC and IGT are included in Slicer3/Base/GUI//vtkSlicerBaseAcknowledgementLogoIcons.cxx/h and resources for them are in Slicer3/Base/GUI/Resources/vtkSlicerBaseAcknowledgementLogos_ImageData.h. The API for vtkSlicerModuleGUI provides access to these icons. &lt;br /&gt;
** '''Adding logos:''' Please add additional image resources and logo icons to these files as required in order to promote shared use (and to prevent duplication in the code.)&lt;br /&gt;
* Many modules are better suited to be [[Documentation-3.4#Extensions_for_Downloading|downloadable extensions]].  The same module creation guidelines apply, but the actual implementation is done outside of the slicer source code repository.&lt;br /&gt;
* Follow [[Documentation-3.5-Rons-Rules|&amp;quot;Ron's rules for tools&amp;quot;]]&lt;br /&gt;
| style=&amp;quot;background: #e5e5e5&amp;quot; align=&amp;quot;center&amp;quot;| Examples for the Help and &lt;br /&gt;
Acknowledgment Panels&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #ebeced&amp;quot;|[[Image:SlicerHelpExample.png|center|200px]][[Image:SlicerAcknowledgementExample.png|center|200px]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=List of Modules added or significantly revised since the 3.4 release=&lt;br /&gt;
* Interactive Editor&lt;br /&gt;
* Volume Rendering&lt;br /&gt;
* Colors (Nicole Aucoin)&lt;br /&gt;
* Atlas Creator (Sylvain Jaume)&lt;br /&gt;
* MRI Bias Field Correction (Sylvain Jaume)&lt;br /&gt;
* 4D Image (Viewer) (Junichi Tokuda)&lt;br /&gt;
* 4D Analysis (Time-intensity curve plotting and analysis) (Junichi Tokuda)&lt;br /&gt;
* Fast Marching segmentation (Andriy Fedorov)&lt;br /&gt;
* Mesh Contour Segmentation]] (Peter Karasev)&lt;br /&gt;
* Subvolume extraction with ROI widget (Andriy Fedorov)&lt;br /&gt;
* Registration Metrics (HD and DSC) (Haytham Elhawary)&lt;br /&gt;
* Measurements (rulers and angles) (Nicole Aucoin)&lt;br /&gt;
* Affine registration (Casey Goodlett)&lt;br /&gt;
* Collect Patient Fiducials (Andrew Wiles)&lt;br /&gt;
* IGT Tool Selector (Andrew Wiles)&lt;br /&gt;
* Fiducials (Nicole Aucoin)&lt;br /&gt;
&lt;br /&gt;
=List of pre-existing Modules=&lt;br /&gt;
==Core==&lt;br /&gt;
*[[Modules:Camera-Documentation-3.5| Camera Module]] (Sebastian Barre)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:Welcome-Documentation-3.4| Welcome Module]] (Wendy Plesniak, Steve Pieper, Sonia Pujol, Ron Kikinis)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:Volumes-Documentation-3.6| Volumes Module]] (Alex Yarmarkovich, Steve Pieper) &lt;br /&gt;
**[[Modules:Volumes:Diffusion Editor-Documentation-3.4| Diffusion Editor]] (Kerstin Kessel)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:Models-Documentation-3.6| Models Module]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Modules:Fiducials-Documentation-3.6| Fiducials Module]]  (Nicole Aucoin) &lt;br /&gt;
*[[Modules:Measurements-Documentation-3.5 | Measurements (rulers and angles) ]] (Nicole Aucoin)  [[Modules:Measurements-Documentation-3.6 | '''3.6 in progress''']] &lt;br /&gt;
*[[Modules:Data-Documentation-3.6| Data Module]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Modules:Slices-Documentation-3.4|Slices Module]] (Jim Miller)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:Colors-Documentation-3.6| Color Module]] (Nicole Aucoin) &lt;br /&gt;
*[[Modules:Editor-Documentation-3.4| Interactive Editor]] (Steve Pieper)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ROIModule-Documentation-3.6|ROI Module]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Modules:VolumeRendering-Documentation-3.5| Volume Rendering Module]] (Yanling Liu, Alex Yarmarkovich)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
==Specialized Modules==&lt;br /&gt;
&lt;br /&gt;
Please adhere to the naming scheme for the module documentation:&lt;br /&gt;
*[[Modules:MyModuleNameNoSpaces-Documentation-3.6|My Module Name With Spaces] ] (First Last Name)&lt;br /&gt;
&lt;br /&gt;
===Wizards===&lt;br /&gt;
*[[Modules:ChangeTracker-Documentation-3.6|ChangeTracker]] (Andriy Fedorov)&lt;br /&gt;
*[[Modules:IA_FEMesh-Documentation-3.4|IA FE Meshing Module]] (Vince Magnotta)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:IA_FEMesh-Documentation-3.6|IA FE Meshing Module]] (Vincent Magnotta) transition '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Informatics Modules===&lt;br /&gt;
*[[Modules:FetchMI-Documentation-3.4| Fetch Medical Informatics Module]] (Wendy Plesniak)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:QDECModule-Documentation-3.6| QDEC Module]] (Nicole Aucoin) &lt;br /&gt;
*[[Modules:QueryAtlas-Documentation-3.4|Query Atlas Module]] (Wendy Plesniak)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Registration===&lt;br /&gt;
*[[Slicer3:Registration|Overview of all Registration Modules ]] &lt;br /&gt;
**[[Modules:RegisterImages-Documentation-3.6|Register Images (''Upgraded Version'')]] (Casey Goodlett)&lt;br /&gt;
**[[Modules:RegisterImagesMultiRes-Documentation-3.6|Register Images Robust Affine]] (Casey Goodlett)&lt;br /&gt;
**[[Modules:DeformableB-SplineRegistration-Documentation-3.6|Deformable B-Spline Registration]] (Bill Lorensen)  '''in progress'''&lt;br /&gt;
**[[Modules:TransformFromFiducials-Documentation-3.6|Fiducial-Based Registration]] (Casey Goodlett)&lt;br /&gt;
**[[Modules:Transforms-Documentation-3.6| Transforms Module for interactive rigid registration]] (Alex Yarmarkovich)&lt;br /&gt;
**[[Modules:ACPCTransform-Documentation-3.6|ACPC Transform]] (Nicole Aucoin)&lt;br /&gt;
**[[Modules:RegistrationMetrics-Documentation-3.5 | Registration Metrics (HD and DSC) ]] (Haytham Elhawary)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:LinearRegistration-Documentation-3.4|Linear Registration]] (Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:AffineRegistration-Documentation-3.4|Affine Registration]]  (Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:PythonSurfaceICPRegistration-Documentation-3.4| Python Surface ICP Registration]] (Luca Antiga, Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Segmentation===&lt;br /&gt;
*Overview (Kilian)&lt;br /&gt;
**[[Modules:EMSegment|EM Segment]] (Kilian Pohl)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:EMSegment-Command-Line|EM Segment Command-Line]] (Kilian Pohl)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:EMSegment-Simple|EM Segment Simple]] (Kilian Pohl)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:FastMarchingSegmentation-Documentation-3.6|Fast Marching segmentation]] (Andriy Fedorov)&lt;br /&gt;
**[[Modules:OtsuThreshold-Documentation-3.4|Otsu Threshold]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:Simple Region Growing-Documentation-3.4|Simple Region Growing]] (Jim Miller)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Statistics===&lt;br /&gt;
*[[Modules:LabelStatistics-Documentation-3.4|Label Statistics]] (Steve Pieper)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Diffusion===&lt;br /&gt;
====DWI====&lt;br /&gt;
*Estimation&lt;br /&gt;
**[[Modules:DiffusionTensorEstimation-Documentation-3.4|Diffusion Tensor Estimation]] (Raul San Jose Estepar)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:PythonExtractBaseline-Documentation-3.4|Python Extract Baseline DWI Volume]] (Julien de Siebenthal)  '''Not yet 3.6'''&lt;br /&gt;
*Filter&lt;br /&gt;
**[[Modules:JointRicianLMMSEImageFilter-Documentation-3.4|Joint Rician LMMSE Image Filter]] (Antonio Tristán Vega, Santiago Aja-Fernandez)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:RicianLMMSEImageFilter-Documentation-3.4|Rician LMMSE Image Filter]] (Antonio Tristán Vega, Santiago Aja-Fernandez, Marc Niethammer)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:UnbiasedNonLocalMeans-Documentation-3.4|Unbiased Non Local Means filter for DWI]]  (Antonio Tristán Vega, Santiago Aja-Fernandez)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ShiftDWIValues-Documentation-3.4|Python Shift DWI Values]] (Julien de Siebenthal)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:RecenterScalar2DWI-Documentation-3.4|Python Recenter Scalar to DWI Volume]] (Julien de Siebenthal)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
====DTI====&lt;br /&gt;
*[[Modules:ResampleDTIVolume-Documentation-3.6|Resample DTI Volume]] (Francois Budin)&lt;br /&gt;
*[[Modules:DiffusionTensorScalarMeasurements-Documentation-3.4 | Diffusion Tensor Scalar Measurements]] (Raul San Jose Estepar)  '''Not yet 3.6'''&lt;br /&gt;
*Analysis&lt;br /&gt;
&lt;br /&gt;
====Tractography====&lt;br /&gt;
*[[Modules:ROISeeding-Documentation-3.4 | Label Seeding]] (Raul San Jose Estepar)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:FiducialSeeding-Documentation-3.6|Fiducial Seeding]] (Alex Yarmakovich, Steve Pieper) &lt;br /&gt;
*[[Modules:DTIDisplay-Documentation-3.6|FiberBundles]] (Alex Yarmakovich) &lt;br /&gt;
*[[Modules:StochasticTractography-Documentation-3.4|Python Stochastic Tractography]] (Julien de Siebenthal)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ROISelect-Documentation-3.6|ROI Select]] (Lauren O'Donnell)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===IGT===&lt;br /&gt;
*[[Modules:OpenIGTLinkIF-Documentation-3.4| OpenIGTLinkIF Module]] (Junichi Tokuda)   '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:NeuroNav-Documentation-3.4| NeuroNav Module]] (Haiying Liu)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ProstateNav-Documentation-3.4| ProstateNav Module]] (Junichi Tokuda)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:CollectFiducials-Documentation-3.6 | Collect Patient Fiducials ]] (Andrew Wiles)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:IGTToolSelector-Documentation-3.6 | IGT Tool Selector ]] (Andrew Wiles) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Time Series===&lt;br /&gt;
* [[Modules:FourDImage-Documentation-3.5|4D Image (Viewer)]] (Junichi Tokuda)  '''Not yet 3.6'''&lt;br /&gt;
* [[Modules:FourDAnalysis-Documentation-3.5|4D Analysis (Time-intensity curve plotting and analysis)]] (Junichi Tokuda)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Filtering===&lt;br /&gt;
*[[Modules:MRIBiasFieldCorrection-Documentation-3.5|MRI Bias Field Correction]] (Sylvain Jaume)&lt;br /&gt;
*[[Modules:CheckerboardFilter-Documentation-3.4|Checkerboard Filter]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:HistogramMatching-Documentation-3.4|Histogram Matching]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ImageLabelCombine-3.6|Image Label Combine]] (Alex Yarmarkovich)  &lt;br /&gt;
*[[Modules:ResampleVolume-Documentation-3.4|Resample Volume]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ResampleScalarVectorDWIVolume-Documentation-3.6|Resample Scalar/Vector/DWI Volume]] (Francois Budin)&lt;br /&gt;
*[[Modules:ThresholdImage-Documentation-3.6|Threshold Image]] (Nicole Aucoin)  &lt;br /&gt;
*Arithmetic&lt;br /&gt;
**[[Modules:AddImages-Documentation-3.4|Add Images]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:SubtractImages-Documentation-3.4|Subtract Images]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
** [[Modules:CastImage-Documentation-3.6|Cast Image]] (Nicole Aucoin) &lt;br /&gt;
** [[Modules:MaskImage-Documentation-3.4|Mask Image]] (Steve Pieper)  '''Not yet 3.6'''&lt;br /&gt;
*Denoising&lt;br /&gt;
**[[Modules:GradientAnisotropicFilter-Documentation-3.4| Gradient Anisotropic Filter]]  (Bill Lorensen checked this in)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:CurvatureAnisotropicDiffusion-Documentation-3.4|Curvature Anisotropic Diffusion]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:GaussianBlur-Documentation-3.4|Gaussian Blur]] (Julien Jomier, Stephen Aylward)   '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:MedianFilter-Documentation-3.4|Median Filter]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*Morphology&lt;br /&gt;
**[[Modules:VotingBinaryHoleFilling-Documentation-3.4|Voting Binary Hole Filling]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:GrayscaleFillHole-Documentation-3.4|Grayscale Fill Hole]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:GrayscaleGrindPeak-Documentation-3.4|Grayscale Grind Peak]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Surface Models===&lt;br /&gt;
*[[Modules:ModelMaker-Documentation-3.6| ModelMaker]] (Nicole Aucoin) &lt;br /&gt;
*Grayscale Model Maker (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:MeshContourSegmentation-Documentation-3.6|Mesh Contour Segmentation]] (Peter Karasev)  &lt;br /&gt;
*[[Modules:PythonSurfaceConnectivity-Documentation-3.4| Python Surface Connectivity]] (Luca Antiga, Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:PythonSurfaceICPRegistration-Documentation-3.4| Python Surface ICP Registration]] (Luca Antiga, Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:PythonSurfaceToolbox-Documentation-3.4| Python Surface Toolbox]] (Luca Antiga, Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ClipModel-Documentation-3.6| Clip Model]] (Alex Yarmarkovich)  &lt;br /&gt;
*[[Modules:Model_Into_Label_Volume_Documentation-3.6| Model into Label Volume]] (Nicole Aucoin)&lt;br /&gt;
&lt;br /&gt;
===Batch processing===&lt;br /&gt;
*[[Modules:EMSegmentBatch-Documentation-3.4|EM Segmenter batch]] (Julien Jomier, Brad Davis)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:GaussianBlurBatch-Documentation-3.4|Gaussian Blur batch]] (Julien Jomier, Stephen Aylward)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:RegisterImagesBatch-Documentation-3.4|Register Images batch]] (Julien Finet, Stephen Aylward)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ResampleVolumeBatch-Documentation-3.4|Resample Volume batch]] (Julien Finet)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Converters===&lt;br /&gt;
*[[Modules:CreateaDicomSeries-Documentation-3.4|Create a Dicom Series]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:DicomToNRRD-3.4|Dicom to NRRD]] (Xiaodong Tao)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:OrientImages-Documentation-3.4|Orient Images]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:PythonExplodeVolumeTransform-Documentation-3.4| Python Explode Volume Transform]] (Luca Antiga, Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:CropVolume-Documentation-3.6|Crop Volume]] (previously ExtractSubvolumeROI) (Andriy Fedorov)&lt;br /&gt;
&lt;br /&gt;
=Slicer Extensions=&lt;br /&gt;
&lt;br /&gt;
==Extensions for Downloading==&lt;br /&gt;
===Introduction===&lt;br /&gt;
[[Image:SlicerOnNITRC2009.png|thumb|right|Slicer on NITRC]]&lt;br /&gt;
* Slicer Extensions are a mechanism for third parties to provide modules which extend the functionality of 3d Slicer.&lt;br /&gt;
* Some of the extensions do not use the Slicer license. Please review carefully.&lt;br /&gt;
* For a subset of extensions, you can use the extension wizard in Slicer to find their webpages and to install/uninstall individual extensions. In case of problems with those modules, please talk directly to the developers of the extensions.&lt;br /&gt;
* The version that is available through the extension manager is chosen by the developer of that extension   &lt;br /&gt;
&lt;br /&gt;
We are using NITRC as the primary repository for contributed extensions. As a general rule, we do not test the extensions ourselves. Use them at your own risk.&lt;br /&gt;
Click [http://www.nitrc.org/search/?type_of_search=soft&amp;amp;words=slicer3&amp;amp;Search.x=0&amp;amp;Search.y=0&amp;amp;Search=Search  here] to see a listing of Slicer 3 extensions on NITRC.&lt;br /&gt;
&lt;br /&gt;
[[Image:Slicer-3.4.1-extension-manager-2009-10-02.png|thumb|right|Extension manager dialog box]]&lt;br /&gt;
To add extension modules to an installed binary of slicer:&lt;br /&gt;
* Use the View-&amp;gt;Extension Manager menu option&lt;br /&gt;
* The dialog will be initialized with the URL to the extensions that have been compiled to match your binary of slicer.&lt;br /&gt;
** '''Note''' installing extensions from a different repository URL is likely to be unstable due to platform and software version differences.&lt;br /&gt;
** You can select a local install directory for your downloaded extensions (be sure to choose a directory with enough free space).&lt;br /&gt;
* Select the extensions you wish to install and click to download them.  Installed extensions will be available when you restart slicer.&lt;br /&gt;
* To turn modules on or off, you can use the Module Settings page of the View-&amp;gt;Application Settings dialog.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Extensions are compiled as part of the nightly build. In order to have your extension compiled nightly and made available to end users, please contact the Slicer team. For explanations for developers see [[Slicer3:Extensions| here]]&lt;br /&gt;
&lt;br /&gt;
'''Installation'''&lt;br /&gt;
*Click on the icon to start the extensions wizard&lt;br /&gt;
[[image:ExtensionsWizard.png|Extensions Wizard]]&lt;br /&gt;
&lt;br /&gt;
===Listing of plug-ins===&lt;br /&gt;
&lt;br /&gt;
'''Available Extensions'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:ABC-Documentation-3.5|ABC]] Marcel Prastawa (prastawa@sci.utah.edu) (a.k.a. Atlas Based Classification) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:ARCTIC-Documentation-3.6|ARCTIC]] Cedric Mathieu and Clement Vachet (cvachet@email.unc.edu) (a.k.a Automatic Regional Cortical ThICkness) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:BRAINSDemonWarp|BRAINSDemonWarp]] Hans Johnson (hans-johnson@uiowa.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:BRAINSFit|BRAINSFit]] Eun Young Kim (eunyoung-kim@uiowa.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:BRAINSMush|BRAINSMush]] Hans Johnson (hans-johnson@uiowa.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:BRAINSROIAuto|BRAINSROIAuto]] Greg Harris (gregory-harris@uiowa.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:CMTK|CMTK]] Computational Morphometry Toolkit Thorsten Rolfry '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:DiffusionWarp|DiffusionWarp]] '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:EMDTIClustering-Documentation-3.5|EMFiberClusteringModule]] Mahnaz Maddah (maddah@ge.com) (a.k.a. Quantitative Diffusion Tools) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:FourDAnalysis|FourDAnalysis]] Junichi Tokuda (tokuda@bwh.harvard.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:FuzzySegmentationModule|FuzzySegmentationModule]] Xiaodong Tao (taox@research.ge.com) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:HammerRegistration|HammerRegistration]] GuorongWu, XiaodongTao, JimMiller, DinggangShen (dgshen@med.unc.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:LabelDiameterEstimation-Documentation-3.5|LabelDiameterEstimation]] Andriy Fedorov (fedorov@bwh.harvard.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:LesionSegmentationApplications|LesionSegmentationApplications]] Mark Scully (mscully@mrn.org) (a.k.a. 3DSlicerLupusLesionModule) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:LocalRegionSeg|LocalRegionSeg]] '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:Plastimatch|Plastimatch]] Greg Sharp (gcsharp@partners.org) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:RicianNoiseFilter|RicianNoiseFilter]] Ross Whitaker (whitaker@cs.utah.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:RobustStatisticsSeg|RobustStatisticsSeg]] Yi Gao (yigao@gatech.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:SkullStripperModule|SkullStripperModule]] Xiaodong Tao (taox@research.ge.com) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:SpineSegmentation|SpineSegmentation]] Sylvain Jaume (sylvain@csail.mit.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:VMTKSlicerModule|VmtkSlicerModule]] prerequisite install for all VMTK plug-ins, Daniel Haehn (haehn@bwh.harvard.edu)&lt;br /&gt;
&lt;br /&gt;
* [[Modules:VMTKCenterlines|VMTKCenterlines]] providing centerline computation of surface models, Daniel Haehn (haehn@bwh.harvard.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:VMTKEasyLevelSetSegmentation|VMTKEasyLevelSetSegmentation]] Daniel Haehn (haehn@bwh.harvard.edu) providing level-set segmentation of vessels, aneurysms and tubular structures using an easy interface '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:VMTKLevelSetSegmentation|VMTKLevelSetSegmentation]] providing level-set segmentation of vessels, aneurysms and tubular structures using different algorithms for initialization and evolution, Daniel Haehn (haehn@bwh.harvard.edu) &lt;br /&gt;
&lt;br /&gt;
* [[Modules:VMTKVesselEnhancement|VMTKVesselEnhancement]] Daniel Haehn (haehn@bwh.harvard.edu) providing vessel enhancement filters to highlight vasculature or tubular structures '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Example Extensions====&lt;br /&gt;
&lt;br /&gt;
* [[Modules:ExampleCommandLine|ExampleCommandLine]] Jim Miller '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:ExampleLoadableGuiLessModule|ExampleLoadableGuiLessModule]] Steve Pieper '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:ExampleLoadableModule|ExampleLoadableModule]] Steve Pieper '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:PythonSampleScriptedModule|PythonSampleScriptedModule]] Steve Pieper '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:TclSampleScriptedModule|TclSampleScriptedModule]] Steve Pieper '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Deprecated Extensions'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:BubbleMaker|BubbleMaker]] Carlos Mendoza (carlos.sanchez.mendoza@gmail.com) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Non-SPL Supported Compatibility Packages'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:BioImageSuite|BioImageSuite]] Xenios Papademtrios '''Not yet 3.6'''&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=13028</id>
		<title>Modules:GyriContourSegmentation-Documentation-3.5</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=13028"/>
		<updated>2010-04-01T19:36:53Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.5 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Mesh Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Ron Kikinis (Collaborator): Harvard Medical School SPL&lt;br /&gt;
* Jimi Macolm (Collaborator): Harvard Medical School SPL / Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
* Note use cases for which this module is especially appropriate, and/or link to examples.&lt;br /&gt;
* Link to examples of the module's use&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Tutorial 1&lt;br /&gt;
* Data Set 1&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
** '''First input'''&lt;br /&gt;
** '''Second input'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
** '''First parameter'''&lt;br /&gt;
** '''Second parameter'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
** '''First output'''&lt;br /&gt;
** '''Second output'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
|[[Image:screenshotBlankNotOptional.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
Algorithms used, library classes depended upon, use cases, etc.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use.&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
* MyModuleTest1 [http://viewvc.slicer.org/viewcvs.cgi/trunk MyModuleTest1.cxx]&lt;br /&gt;
* MyModuleTest2 [http://viewvc.slicer.org/viewcvs.cgi/trunk MyModuleTest2.cxx]&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk file.cxx ] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk file.h ]&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classes.html class1]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=13027</id>
		<title>Modules:MeshContourSegmentation-Documentation-3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:MeshContourSegmentation-Documentation-3.6&amp;diff=13027"/>
		<updated>2010-04-01T19:36:39Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: Created page with 'Return to Slicer 3.6 Documentation __NOTOC__ ===Mesh Contour Segmentation=== MyModule  {| |Surface Normal Curvature |[[Imag…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Mesh Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Ron Kikinis (Collaborator): Harvard Medical School SPL&lt;br /&gt;
* Jimi Macolm (Collaborator): Harvard Medical School SPL / Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
* Note use cases for which this module is especially appropriate, and/or link to examples.&lt;br /&gt;
* Link to examples of the module's use&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Tutorial 1&lt;br /&gt;
* Data Set 1&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
** '''First input'''&lt;br /&gt;
** '''Second input'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
** '''First parameter'''&lt;br /&gt;
** '''Second parameter'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
** '''First output'''&lt;br /&gt;
** '''Second output'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
|[[Image:screenshotBlankNotOptional.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
Algorithms used, library classes depended upon, use cases, etc.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use.&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
* MyModuleTest1 [http://viewvc.slicer.org/viewcvs.cgi/trunk MyModuleTest1.cxx]&lt;br /&gt;
* MyModuleTest2 [http://viewvc.slicer.org/viewcvs.cgi/trunk MyModuleTest2.cxx]&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk file.cxx ] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk file.h ]&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classes.html class1]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=13026</id>
		<title>Modules:GyriContourSegmentation-Documentation-3.5</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=13026"/>
		<updated>2010-04-01T19:30:26Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Mesh Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Ron Kikinis (Collaborator): Harvard Medical School SPL&lt;br /&gt;
* Jimi Macolm (Collaborator): Harvard Medical School SPL / Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
* Note use cases for which this module is especially appropriate, and/or link to examples.&lt;br /&gt;
* Link to examples of the module's use&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Tutorial 1&lt;br /&gt;
* Data Set 1&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
** '''First input'''&lt;br /&gt;
** '''Second input'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
** '''First parameter'''&lt;br /&gt;
** '''Second parameter'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
** '''First output'''&lt;br /&gt;
** '''Second output'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
|[[Image:screenshotBlankNotOptional.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
Algorithms used, library classes depended upon, use cases, etc.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use.&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
* MyModuleTest1 [http://viewvc.slicer.org/viewcvs.cgi/trunk MyModuleTest1.cxx]&lt;br /&gt;
* MyModuleTest2 [http://viewvc.slicer.org/viewcvs.cgi/trunk MyModuleTest2.cxx]&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk file.cxx ] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk file.h ]&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classes.html class1]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=13025</id>
		<title>Modules:GyriContourSegmentation-Documentation-3.5</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=13025"/>
		<updated>2010-04-01T19:29:46Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Development */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.5|Return to Slicer 3.5 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Gyri Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Ron Kikinis (Collaborator): Harvard Medical School SPL&lt;br /&gt;
* Jimi Macolm (Collaborator): Harvard Medical School SPL / Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
* Note use cases for which this module is especially appropriate, and/or link to examples.&lt;br /&gt;
* Link to examples of the module's use&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Tutorial 1&lt;br /&gt;
* Data Set 1&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
** '''First input'''&lt;br /&gt;
** '''Second input'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
** '''First parameter'''&lt;br /&gt;
** '''Second parameter'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
** '''First output'''&lt;br /&gt;
** '''Second output'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
|[[Image:screenshotBlankNotOptional.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
Algorithms used, library classes depended upon, use cases, etc.&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use.&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
* MyModuleTest1 [http://viewvc.slicer.org/viewcvs.cgi/trunk MyModuleTest1.cxx]&lt;br /&gt;
* MyModuleTest2 [http://viewvc.slicer.org/viewcvs.cgi/trunk MyModuleTest2.cxx]&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Links to known bugs in the Slicer3 bug tracker&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Bug/view.php?id=000 Bug 000: description] &lt;br /&gt;
&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;
Links to the module's source code:&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk file.cxx ] &lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk file.h ]&lt;br /&gt;
 &lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classes.html class1]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=13024</id>
		<title>Modules:GyriContourSegmentation-Documentation-3.5</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=13024"/>
		<updated>2010-04-01T19:28:51Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Quick Tour of Features and Use */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.5|Return to Slicer 3.5 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Gyri Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Ron Kikinis (Collaborator): Harvard Medical School SPL&lt;br /&gt;
* Jimi Macolm (Collaborator): Harvard Medical School SPL / Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
* Note use cases for which this module is especially appropriate, and/or link to examples.&lt;br /&gt;
* Link to examples of the module's use&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Tutorial 1&lt;br /&gt;
* Data Set 1&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
&lt;br /&gt;
A list panels in the interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
** '''First input'''&lt;br /&gt;
** '''Second input'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
** '''First parameter'''&lt;br /&gt;
** '''Second parameter'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
** '''First output'''&lt;br /&gt;
** '''Second output'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
|[[Image:screenshotBlankNotOptional.png|thumb|280px|User Interface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use.&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;
&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-doc/html/ Links] to documentation generated by doxygen.&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=13023</id>
		<title>Modules:GyriContourSegmentation-Documentation-3.5</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=13023"/>
		<updated>2010-04-01T19:28:19Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.5|Return to Slicer 3.5 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Gyri Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Ron Kikinis (Collaborator): Harvard Medical School SPL&lt;br /&gt;
* Jimi Macolm (Collaborator): Harvard Medical School SPL / Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
* Note use cases for which this module is especially appropriate, and/or link to examples.&lt;br /&gt;
* Link to examples of the module's use&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Tutorial 1&lt;br /&gt;
* Data Set 1&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
List all the panels in your interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use.&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;
&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-doc/html/ Links] to documentation generated by doxygen.&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=13022</id>
		<title>Modules:GyriContourSegmentation-Documentation-3.5</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=13022"/>
		<updated>2010-04-01T19:27:26Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Examples, Use Cases &amp;amp; Tutorials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.5|Return to Slicer 3.5 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Gyri Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Ron Kikinis (Collaborator): Harvard Medical School SPL&lt;br /&gt;
* Jimi Macolm (Collaborator): Harvard Medical School SPL / Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
* Note use cases for which this module is especially appropriate, and/or link to examples.&lt;br /&gt;
* Link to examples of the module's use&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
List all the panels in your interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use.&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;
&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-doc/html/ Links] to documentation generated by doxygen.&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=13021</id>
		<title>Modules:GyriContourSegmentation-Documentation-3.5</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=13021"/>
		<updated>2010-04-01T19:27:04Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Examples, Use Cases &amp;amp; Tutorials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.5|Return to Slicer 3.5 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Gyri Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Ron Kikinis (Collaborator): Harvard Medical School SPL&lt;br /&gt;
* Jimi Macolm (Collaborator): Harvard Medical School SPL / Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Examples, Use Cases &amp;amp; Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Note use cases for which this module is especially appropriate, and/or link to examples.&lt;br /&gt;
* Link to examples of the module's use&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
List all the panels in your interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use.&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;
&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-doc/html/ Links] to documentation generated by doxygen.&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/3.6&amp;diff=13020</id>
		<title>Documentation/3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/3.6&amp;diff=13020"/>
		<updated>2010-04-01T19:23:41Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Surface Models */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is work in progress&lt;br /&gt;
&lt;br /&gt;
=Main GUI=&lt;br /&gt;
&lt;br /&gt;
*[[Modules:MainApplicationGUI-Documentation-3.6| Main Application GUI]] (Wendy Plesniak)&lt;br /&gt;
*[[Modules:EventBindings-3.6| &amp;quot;Hot-keys&amp;quot; and Keyboard Shortcuts]]  (Wendy Plesniak)&lt;br /&gt;
*[[Modules:Loading-Data-3.6| Loading Data]] (scenes, DICOM, volumes, models, fiducials, transforms, etc.)  (Wendy Plesniak)&lt;br /&gt;
*[[Modules:Saving-Documentation-3.6| Saving Data]]  (scenes, volumes, models, fiducials, transforms, etc.) (Wendy Plesniak)&lt;br /&gt;
*[[Modules:SceneSnapshots-3.6| Creating and Restoring Scene Snapshots]]  (Wendy Plesniak)&lt;br /&gt;
*[[Modules:ExtensionsManagementWizard-Documentation-3.6| Extensions Management Wizard]]  (Wendy Plesniak)&lt;br /&gt;
&lt;br /&gt;
=Modules=&lt;br /&gt;
*Please copy the template linked below, paste it into your page and customize it with your module's information.&lt;br /&gt;
[[Slicer3:Module_Documentation-3.6_Template|Slicer3:Module_Documentation-3.6_Template]] &lt;br /&gt;
*See Requirements for Modules for info to be put into the Help and Acknowledgment Tabs&lt;br /&gt;
*To put your lab's logo into a module, see [[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3|here]]&lt;br /&gt;
&lt;br /&gt;
Please adhere to the naming scheme for the module documentation:&lt;br /&gt;
*[ [Modules:MyModuleNameNoSpaces-Documentation-3.6|My Module Name With Spaces] ] (First Last Name)&lt;br /&gt;
&lt;br /&gt;
=Requirements for Modules=&lt;br /&gt;
{| border=&amp;quot;00&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;| &lt;br /&gt;
* The module is '''feature complete''', it does everything that it advertises it can do&lt;br /&gt;
* The module has a '''test'''. See [http://wiki.na-mic.org/Wiki/index.php/Slicer3:Execution_Model_Testing '''here'''] for more information.&lt;br /&gt;
* Module has '''documentation''' on the [[Documentation-3.5#Modules|Slicer wiki]]. Please use the template provided [[Documentation-3.5#Modules|'''here''']] to structure your page. Please keep in mind that our users are not computer scientists with a background in computer vision.&lt;br /&gt;
*Please add a pointer to the documentation on the Slicer wiki to the the '''Help''' tab of the module. See the '''Editor module''' in Slicer for an example.&lt;br /&gt;
* The contributor (and their manager/advisor), the lab (with labs/institution logo) and the funding source (with grant number, logo optional) are listed in the '''Acknowledegment''' tab of the module. Please see the '''Models module''' for an example. The people listed in the acknowledgement will be the primary people for support and maintenance relative of the module. [[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3|See here for more information.]]&lt;br /&gt;
** '''Style Guide:''' All acknowledgment icons should be 100x100 pixels, preferably in png format.&lt;br /&gt;
** '''Accessing logos:''' Icons for BIRN, NAC, NA-MIC and IGT are included in Slicer3/Base/GUI//vtkSlicerBaseAcknowledgementLogoIcons.cxx/h and resources for them are in Slicer3/Base/GUI/Resources/vtkSlicerBaseAcknowledgementLogos_ImageData.h. The API for vtkSlicerModuleGUI provides access to these icons. &lt;br /&gt;
** '''Adding logos:''' Please add additional image resources and logo icons to these files as required in order to promote shared use (and to prevent duplication in the code.)&lt;br /&gt;
* Many modules are better suited to be [[Documentation-3.4#Extensions_for_Downloading|downloadable extensions]].  The same module creation guidelines apply, but the actual implementation is done outside of the slicer source code repository.&lt;br /&gt;
* Follow [[Documentation-3.5-Rons-Rules|&amp;quot;Ron's rules for tools&amp;quot;]]&lt;br /&gt;
| style=&amp;quot;background: #e5e5e5&amp;quot; align=&amp;quot;center&amp;quot;| Examples for the Help and &lt;br /&gt;
Acknowledgment Panels&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #ebeced&amp;quot;|[[Image:SlicerHelpExample.png|center|200px]][[Image:SlicerAcknowledgementExample.png|center|200px]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=List of Modules added or significantly revised since the 3.4 release=&lt;br /&gt;
* Interactive Editor&lt;br /&gt;
* Volume Rendering&lt;br /&gt;
* Colors (Nicole Aucoin)&lt;br /&gt;
* Atlas Creator (Sylvain Jaume)&lt;br /&gt;
* MRI Bias Field Correction (Sylvain Jaume)&lt;br /&gt;
* 4D Image (Viewer) (Junichi Tokuda)&lt;br /&gt;
* 4D Analysis (Time-intensity curve plotting and analysis) (Junichi Tokuda)&lt;br /&gt;
* Fast Marching segmentation (Andriy Fedorov)&lt;br /&gt;
* Mesh Contour Segmentation]] (Peter Karasev)&lt;br /&gt;
* Subvolume extraction with ROI widget (Andriy Fedorov)&lt;br /&gt;
* Registration Metrics (HD and DSC) (Haytham Elhawary)&lt;br /&gt;
* Measurements (rulers and angles) (Nicole Aucoin)&lt;br /&gt;
* Affine registration (Casey Goodlett)&lt;br /&gt;
* Collect Patient Fiducials (Andrew Wiles)&lt;br /&gt;
* IGT Tool Selector (Andrew Wiles)&lt;br /&gt;
* Fiducials (Nicole Aucoin)&lt;br /&gt;
&lt;br /&gt;
=List of pre-existing Modules=&lt;br /&gt;
==Core==&lt;br /&gt;
*[[Modules:Camera-Documentation-3.5| Camera Module]] (Sebastian Barre)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:Welcome-Documentation-3.4| Welcome Module]] (Wendy Plesniak, Steve Pieper, Sonia Pujol, Ron Kikinis)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:Volumes-Documentation-3.6| Volumes Module]] (Alex Yarmarkovich, Steve Pieper) &lt;br /&gt;
**[[Modules:Volumes:Diffusion Editor-Documentation-3.4| Diffusion Editor]] (Kerstin Kessel)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:Models-Documentation-3.6| Models Module]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Modules:Fiducials-Documentation-3.6| Fiducials Module]]  (Nicole Aucoin) &lt;br /&gt;
*[[Modules:Measurements-Documentation-3.5 | Measurements (rulers and angles) ]] (Nicole Aucoin)  [[Modules:Measurements-Documentation-3.6 | '''3.6 in progress''']] &lt;br /&gt;
*[[Modules:Data-Documentation-3.6| Data Module]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Modules:Slices-Documentation-3.4|Slices Module]] (Jim Miller)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:Colors-Documentation-3.6| Color Module]] (Nicole Aucoin) &lt;br /&gt;
*[[Modules:Editor-Documentation-3.4| Interactive Editor]] (Steve Pieper)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ROIModule-Documentation-3.6|ROI Module]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Modules:VolumeRendering-Documentation-3.5| Volume Rendering Module]] (Yanling Liu, Alex Yarmarkovich)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
==Specialized Modules==&lt;br /&gt;
&lt;br /&gt;
Please adhere to the naming scheme for the module documentation:&lt;br /&gt;
*[[Modules:MyModuleNameNoSpaces-Documentation-3.6|My Module Name With Spaces] ] (First Last Name)&lt;br /&gt;
&lt;br /&gt;
===Wizards===&lt;br /&gt;
*[[Modules:ChangeTracker-Documentation-3.6|ChangeTracker]] (Andriy Fedorov)&lt;br /&gt;
*[[Modules:IA_FEMesh-Documentation-3.4|IA FE Meshing Module]] (Vince Magnotta)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:IA_FEMesh-Documentation-3.6|IA FE Meshing Module]] (Vincent Magnotta) transition '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Informatics Modules===&lt;br /&gt;
*[[Modules:FetchMI-Documentation-3.4| Fetch Medical Informatics Module]] (Wendy Plesniak)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:QDECModule-Documentation-3.6| QDEC Module]] (Nicole Aucoin) &lt;br /&gt;
*[[Modules:QueryAtlas-Documentation-3.4|Query Atlas Module]] (Wendy Plesniak)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Registration===&lt;br /&gt;
*[[Slicer3:Registration|Overview of all Registration Modules ]] &lt;br /&gt;
**[[Modules:RegisterImages-Documentation-3.6|Register Images (''Upgraded Version'')]] (Casey Goodlett)&lt;br /&gt;
**[[Modules:RegisterImagesMultiRes-Documentation-3.6|Register Images Robust Affine]] (Casey Goodlett)&lt;br /&gt;
**[[Modules:DeformableB-SplineRegistration-Documentation-3.6|Deformable B-Spline Registration]] (Bill Lorensen)  '''in progress'''&lt;br /&gt;
**[[Modules:TransformFromFiducials-Documentation-3.6|Fiducial-Based Registration]] (Casey Goodlett)&lt;br /&gt;
**[[Modules:Transforms-Documentation-3.6| Transforms Module for interactive rigid registration]] (Alex Yarmarkovich)&lt;br /&gt;
**[[Modules:ACPCTransform-Documentation-3.6|ACPC Transform]] (Nicole Aucoin)&lt;br /&gt;
**[[Modules:RegistrationMetrics-Documentation-3.5 | Registration Metrics (HD and DSC) ]] (Haytham Elhawary)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:LinearRegistration-Documentation-3.4|Linear Registration]] (Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:AffineRegistration-Documentation-3.4|Affine Registration]]  (Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:PythonSurfaceICPRegistration-Documentation-3.4| Python Surface ICP Registration]] (Luca Antiga, Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Segmentation===&lt;br /&gt;
*Overview (Kilian)&lt;br /&gt;
**[[Modules:EMSegment|EM Segment]] (Kilian Pohl)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:EMSegment-Command-Line|EM Segment Command-Line]] (Kilian Pohl)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:EMSegment-Simple|EM Segment Simple]] (Kilian Pohl)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:FastMarchingSegmentation-Documentation-3.6|Fast Marching segmentation]] (Andriy Fedorov)&lt;br /&gt;
**[[Modules:OtsuThreshold-Documentation-3.4|Otsu Threshold]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:Simple Region Growing-Documentation-3.4|Simple Region Growing]] (Jim Miller)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Statistics===&lt;br /&gt;
*[[Modules:LabelStatistics-Documentation-3.4|Label Statistics]] (Steve Pieper)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Diffusion===&lt;br /&gt;
====DWI====&lt;br /&gt;
*Estimation&lt;br /&gt;
**[[Modules:DiffusionTensorEstimation-Documentation-3.4|Diffusion Tensor Estimation]] (Raul San Jose Estepar)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:PythonExtractBaseline-Documentation-3.4|Python Extract Baseline DWI Volume]] (Julien de Siebenthal)  '''Not yet 3.6'''&lt;br /&gt;
*Filter&lt;br /&gt;
**[[Modules:JointRicianLMMSEImageFilter-Documentation-3.4|Joint Rician LMMSE Image Filter]] (Antonio Tristán Vega, Santiago Aja-Fernandez)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:RicianLMMSEImageFilter-Documentation-3.4|Rician LMMSE Image Filter]] (Antonio Tristán Vega, Santiago Aja-Fernandez, Marc Niethammer)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:UnbiasedNonLocalMeans-Documentation-3.4|Unbiased Non Local Means filter for DWI]]  (Antonio Tristán Vega, Santiago Aja-Fernandez)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ShiftDWIValues-Documentation-3.4|Python Shift DWI Values]] (Julien de Siebenthal)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:RecenterScalar2DWI-Documentation-3.4|Python Recenter Scalar to DWI Volume]] (Julien de Siebenthal)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
====DTI====&lt;br /&gt;
*[[Modules:ResampleDTIVolume-Documentation-3.6|Resample DTI Volume]] (Francois Budin)&lt;br /&gt;
*[[Modules:DiffusionTensorScalarMeasurements-Documentation-3.4 | Diffusion Tensor Scalar Measurements]] (Raul San Jose Estepar)  '''Not yet 3.6'''&lt;br /&gt;
*Analysis&lt;br /&gt;
&lt;br /&gt;
====Tractography====&lt;br /&gt;
*[[Modules:ROISeeding-Documentation-3.4 | Label Seeding]] (Raul San Jose Estepar)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:FiducialSeeding-Documentation-3.6|Fiducial Seeding]] (Alex Yarmakovich, Steve Pieper) &lt;br /&gt;
*[[Modules:DTIDisplay-Documentation-3.6|FiberBundles]] (Alex Yarmakovich) &lt;br /&gt;
*[[Modules:StochasticTractography-Documentation-3.4|Python Stochastic Tractography]] (Julien de Siebenthal)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ROISelect-Documentation-3.6|ROI Select]] (Lauren O'Donnell)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===IGT===&lt;br /&gt;
*[[Modules:OpenIGTLinkIF-Documentation-3.4| OpenIGTLinkIF Module]] (Junichi Tokuda)   '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:NeuroNav-Documentation-3.4| NeuroNav Module]] (Haiying Liu)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ProstateNav-Documentation-3.4| ProstateNav Module]] (Junichi Tokuda)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:CollectFiducials-Documentation-3.6 | Collect Patient Fiducials ]] (Andrew Wiles)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:IGTToolSelector-Documentation-3.6 | IGT Tool Selector ]] (Andrew Wiles) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Time Series===&lt;br /&gt;
* [[Modules:FourDImage-Documentation-3.5|4D Image (Viewer)]] (Junichi Tokuda)  '''Not yet 3.6'''&lt;br /&gt;
* [[Modules:FourDAnalysis-Documentation-3.5|4D Analysis (Time-intensity curve plotting and analysis)]] (Junichi Tokuda)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Filtering===&lt;br /&gt;
*[[Modules:MRIBiasFieldCorrection-Documentation-3.5|MRI Bias Field Correction]] (Sylvain Jaume)&lt;br /&gt;
*[[Modules:CheckerboardFilter-Documentation-3.4|Checkerboard Filter]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:HistogramMatching-Documentation-3.4|Histogram Matching]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ImageLabelCombine-3.6|Image Label Combine]] (Alex Yarmarkovich)  &lt;br /&gt;
*[[Modules:ResampleVolume-Documentation-3.4|Resample Volume]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ResampleScalarVectorDWIVolume-Documentation-3.6|Resample Scalar/Vector/DWI Volume]] (Francois Budin)&lt;br /&gt;
*[[Modules:ThresholdImage-Documentation-3.6|Threshold Image]] (Nicole Aucoin)  &lt;br /&gt;
*Arithmetic&lt;br /&gt;
**[[Modules:AddImages-Documentation-3.4|Add Images]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:SubtractImages-Documentation-3.4|Subtract Images]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
** [[Modules:CastImage-Documentation-3.6|Cast Image]] (Nicole Aucoin) &lt;br /&gt;
** [[Modules:MaskImage-Documentation-3.4|Mask Image]] (Steve Pieper)  '''Not yet 3.6'''&lt;br /&gt;
*Denoising&lt;br /&gt;
**[[Modules:GradientAnisotropicFilter-Documentation-3.4| Gradient Anisotropic Filter]]  (Bill Lorensen checked this in)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:CurvatureAnisotropicDiffusion-Documentation-3.4|Curvature Anisotropic Diffusion]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:GaussianBlur-Documentation-3.4|Gaussian Blur]] (Julien Jomier, Stephen Aylward)   '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:MedianFilter-Documentation-3.4|Median Filter]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*Morphology&lt;br /&gt;
**[[Modules:VotingBinaryHoleFilling-Documentation-3.4|Voting Binary Hole Filling]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:GrayscaleFillHole-Documentation-3.4|Grayscale Fill Hole]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:GrayscaleGrindPeak-Documentation-3.4|Grayscale Grind Peak]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Surface Models===&lt;br /&gt;
*[[Modules:ModelMaker-Documentation-3.6| ModelMaker]] (Nicole Aucoin) &lt;br /&gt;
*Grayscale Model Maker (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:GyriContourSegmentation-Documentation-3.5|Mesh Contour Segmentation]] (Peter Karasev)  &lt;br /&gt;
*[[Modules:PythonSurfaceConnectivity-Documentation-3.4| Python Surface Connectivity]] (Luca Antiga, Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:PythonSurfaceICPRegistration-Documentation-3.4| Python Surface ICP Registration]] (Luca Antiga, Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:PythonSurfaceToolbox-Documentation-3.4| Python Surface Toolbox]] (Luca Antiga, Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ClipModel-Documentation-3.6| Clip Model]] (Alex Yarmarkovich)  &lt;br /&gt;
*[[Modules:Model_Into_Label_Volume_Documentation-3.6| Model into Label Volume]] (Nicole Aucoin)&lt;br /&gt;
&lt;br /&gt;
===Batch processing===&lt;br /&gt;
*[[Modules:EMSegmentBatch-Documentation-3.4|EM Segmenter batch]] (Julien Jomier, Brad Davis)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:GaussianBlurBatch-Documentation-3.4|Gaussian Blur batch]] (Julien Jomier, Stephen Aylward)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:RegisterImagesBatch-Documentation-3.4|Register Images batch]] (Julien Finet, Stephen Aylward)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ResampleVolumeBatch-Documentation-3.4|Resample Volume batch]] (Julien Finet)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Converters===&lt;br /&gt;
*[[Modules:CreateaDicomSeries-Documentation-3.4|Create a Dicom Series]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:DicomToNRRD-3.4|Dicom to NRRD]] (Xiaodong Tao)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:OrientImages-Documentation-3.4|Orient Images]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:PythonExplodeVolumeTransform-Documentation-3.4| Python Explode Volume Transform]] (Luca Antiga, Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:CropVolume-Documentation-3.6|Crop Volume]] (previously ExtractSubvolumeROI) (Andriy Fedorov)&lt;br /&gt;
&lt;br /&gt;
=Slicer Extensions=&lt;br /&gt;
&lt;br /&gt;
==Extensions for Downloading==&lt;br /&gt;
===Introduction===&lt;br /&gt;
[[Image:SlicerOnNITRC2009.png|thumb|right|Slicer on NITRC]]&lt;br /&gt;
* Slicer Extensions are a mechanism for third parties to provide modules which extend the functionality of 3d Slicer.&lt;br /&gt;
* Some of the extensions do not use the Slicer license. Please review carefully.&lt;br /&gt;
* For a subset of extensions, you can use the extension wizard in Slicer to find their webpages and to install/uninstall individual extensions. In case of problems with those modules, please talk directly to the developers of the extensions.&lt;br /&gt;
* The version that is available through the extension manager is chosen by the developer of that extension   &lt;br /&gt;
&lt;br /&gt;
We are using NITRC as the primary repository for contributed extensions. As a general rule, we do not test the extensions ourselves. Use them at your own risk.&lt;br /&gt;
Click [http://www.nitrc.org/search/?type_of_search=soft&amp;amp;words=slicer3&amp;amp;Search.x=0&amp;amp;Search.y=0&amp;amp;Search=Search  here] to see a listing of Slicer 3 extensions on NITRC.&lt;br /&gt;
&lt;br /&gt;
[[Image:Slicer-3.4.1-extension-manager-2009-10-02.png|thumb|right|Extension manager dialog box]]&lt;br /&gt;
To add extension modules to an installed binary of slicer:&lt;br /&gt;
* Use the View-&amp;gt;Extension Manager menu option&lt;br /&gt;
* The dialog will be initialized with the URL to the extensions that have been compiled to match your binary of slicer.&lt;br /&gt;
** '''Note''' installing extensions from a different repository URL is likely to be unstable due to platform and software version differences.&lt;br /&gt;
** You can select a local install directory for your downloaded extensions (be sure to choose a directory with enough free space).&lt;br /&gt;
* Select the extensions you wish to install and click to download them.  Installed extensions will be available when you restart slicer.&lt;br /&gt;
* To turn modules on or off, you can use the Module Settings page of the View-&amp;gt;Application Settings dialog.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Extensions are compiled as part of the nightly build. In order to have your extension compiled nightly and made available to end users, please contact the Slicer team. For explanations for developers see [[Slicer3:Extensions| here]]&lt;br /&gt;
&lt;br /&gt;
'''Installation'''&lt;br /&gt;
*Click on the icon to start the extensions wizard&lt;br /&gt;
[[image:ExtensionsWizard.png|Extensions Wizard]]&lt;br /&gt;
&lt;br /&gt;
===Listing of plug-ins===&lt;br /&gt;
&lt;br /&gt;
'''Available Extensions'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:ABC-Documentation-3.5|ABC]] Marcel Prastawa (prastawa@sci.utah.edu) (a.k.a. Atlas Based Classification) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:ARCTIC-Documentation-3.6|ARCTIC]] Cedric Mathieu and Clement Vachet (cvachet@email.unc.edu) (a.k.a Automatic Regional Cortical ThICkness) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:BRAINSDemonWarp|BRAINSDemonWarp]] Hans Johnson (hans-johnson@uiowa.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:BRAINSFit|BRAINSFit]] Eun Young Kim (eunyoung-kim@uiowa.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:BRAINSMush|BRAINSMush]] Hans Johnson (hans-johnson@uiowa.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:BRAINSROIAuto|BRAINSROIAuto]] Greg Harris (gregory-harris@uiowa.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:CMTK|CMTK]] Computational Morphometry Toolkit Thorsten Rolfry '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:DiffusionWarp|DiffusionWarp]] '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:EMDTIClustering-Documentation-3.5|EMFiberClusteringModule]] Mahnaz Maddah (maddah@ge.com) (a.k.a. Quantitative Diffusion Tools) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:FourDAnalysis|FourDAnalysis]] Junichi Tokuda (tokuda@bwh.harvard.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:FuzzySegmentationModule|FuzzySegmentationModule]] Xiaodong Tao (taox@research.ge.com) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:HammerRegistration|HammerRegistration]] GuorongWu, XiaodongTao, JimMiller, DinggangShen (dgshen@med.unc.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:LabelDiameterEstimation-Documentation-3.5|LabelDiameterEstimation]] Andriy Fedorov (fedorov@bwh.harvard.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:LesionSegmentationApplications|LesionSegmentationApplications]] Mark Scully (mscully@mrn.org) (a.k.a. 3DSlicerLupusLesionModule) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:LocalRegionSeg|LocalRegionSeg]] '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:Plastimatch|Plastimatch]] Greg Sharp (gcsharp@partners.org) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:RicianNoiseFilter|RicianNoiseFilter]] Ross Whitaker (whitaker@cs.utah.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:RobustStatisticsSeg|RobustStatisticsSeg]] Yi Gao (yigao@gatech.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:SkullStripperModule|SkullStripperModule]] Xiaodong Tao (taox@research.ge.com) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:SpineSegmentation|SpineSegmentation]] Sylvain Jaume (sylvain@csail.mit.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:VMTKSlicerModule|VmtkSlicerModule]] prerequisite install for all VMTK plug-ins, Daniel Haehn (haehn@bwh.harvard.edu)&lt;br /&gt;
&lt;br /&gt;
* [[Modules:VMTKCenterlines|VMTKCenterlines]] providing centerline computation of surface models, Daniel Haehn (haehn@bwh.harvard.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:VMTKEasyLevelSetSegmentation|VMTKEasyLevelSetSegmentation]] Daniel Haehn (haehn@bwh.harvard.edu) providing level-set segmentation of vessels, aneurysms and tubular structures using an easy interface '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:VMTKLevelSetSegmentation|VMTKLevelSetSegmentation]] providing level-set segmentation of vessels, aneurysms and tubular structures using different algorithms for initialization and evolution, Daniel Haehn (haehn@bwh.harvard.edu) &lt;br /&gt;
&lt;br /&gt;
* [[Modules:VMTKVesselEnhancement|VMTKVesselEnhancement]] Daniel Haehn (haehn@bwh.harvard.edu) providing vessel enhancement filters to highlight vasculature or tubular structures '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Example Extensions====&lt;br /&gt;
&lt;br /&gt;
* [[Modules:ExampleCommandLine|ExampleCommandLine]] Jim Miller '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:ExampleLoadableGuiLessModule|ExampleLoadableGuiLessModule]] Steve Pieper '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:ExampleLoadableModule|ExampleLoadableModule]] Steve Pieper '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:PythonSampleScriptedModule|PythonSampleScriptedModule]] Steve Pieper '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:TclSampleScriptedModule|TclSampleScriptedModule]] Steve Pieper '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Deprecated Extensions'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:BubbleMaker|BubbleMaker]] Carlos Mendoza (carlos.sanchez.mendoza@gmail.com) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Non-SPL Supported Compatibility Packages'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:BioImageSuite|BioImageSuite]] Xenios Papademtrios '''Not yet 3.6'''&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/3.6&amp;diff=13019</id>
		<title>Documentation/3.6</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/3.6&amp;diff=13019"/>
		<updated>2010-04-01T19:22:23Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* List of Modules added or significantly revised since the 3.4 release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is work in progress&lt;br /&gt;
&lt;br /&gt;
=Main GUI=&lt;br /&gt;
&lt;br /&gt;
*[[Modules:MainApplicationGUI-Documentation-3.6| Main Application GUI]] (Wendy Plesniak)&lt;br /&gt;
*[[Modules:EventBindings-3.6| &amp;quot;Hot-keys&amp;quot; and Keyboard Shortcuts]]  (Wendy Plesniak)&lt;br /&gt;
*[[Modules:Loading-Data-3.6| Loading Data]] (scenes, DICOM, volumes, models, fiducials, transforms, etc.)  (Wendy Plesniak)&lt;br /&gt;
*[[Modules:Saving-Documentation-3.6| Saving Data]]  (scenes, volumes, models, fiducials, transforms, etc.) (Wendy Plesniak)&lt;br /&gt;
*[[Modules:SceneSnapshots-3.6| Creating and Restoring Scene Snapshots]]  (Wendy Plesniak)&lt;br /&gt;
*[[Modules:ExtensionsManagementWizard-Documentation-3.6| Extensions Management Wizard]]  (Wendy Plesniak)&lt;br /&gt;
&lt;br /&gt;
=Modules=&lt;br /&gt;
*Please copy the template linked below, paste it into your page and customize it with your module's information.&lt;br /&gt;
[[Slicer3:Module_Documentation-3.6_Template|Slicer3:Module_Documentation-3.6_Template]] &lt;br /&gt;
*See Requirements for Modules for info to be put into the Help and Acknowledgment Tabs&lt;br /&gt;
*To put your lab's logo into a module, see [[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3|here]]&lt;br /&gt;
&lt;br /&gt;
Please adhere to the naming scheme for the module documentation:&lt;br /&gt;
*[ [Modules:MyModuleNameNoSpaces-Documentation-3.6|My Module Name With Spaces] ] (First Last Name)&lt;br /&gt;
&lt;br /&gt;
=Requirements for Modules=&lt;br /&gt;
{| border=&amp;quot;00&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;| &lt;br /&gt;
* The module is '''feature complete''', it does everything that it advertises it can do&lt;br /&gt;
* The module has a '''test'''. See [http://wiki.na-mic.org/Wiki/index.php/Slicer3:Execution_Model_Testing '''here'''] for more information.&lt;br /&gt;
* Module has '''documentation''' on the [[Documentation-3.5#Modules|Slicer wiki]]. Please use the template provided [[Documentation-3.5#Modules|'''here''']] to structure your page. Please keep in mind that our users are not computer scientists with a background in computer vision.&lt;br /&gt;
*Please add a pointer to the documentation on the Slicer wiki to the the '''Help''' tab of the module. See the '''Editor module''' in Slicer for an example.&lt;br /&gt;
* The contributor (and their manager/advisor), the lab (with labs/institution logo) and the funding source (with grant number, logo optional) are listed in the '''Acknowledegment''' tab of the module. Please see the '''Models module''' for an example. The people listed in the acknowledgement will be the primary people for support and maintenance relative of the module. [[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3|See here for more information.]]&lt;br /&gt;
** '''Style Guide:''' All acknowledgment icons should be 100x100 pixels, preferably in png format.&lt;br /&gt;
** '''Accessing logos:''' Icons for BIRN, NAC, NA-MIC and IGT are included in Slicer3/Base/GUI//vtkSlicerBaseAcknowledgementLogoIcons.cxx/h and resources for them are in Slicer3/Base/GUI/Resources/vtkSlicerBaseAcknowledgementLogos_ImageData.h. The API for vtkSlicerModuleGUI provides access to these icons. &lt;br /&gt;
** '''Adding logos:''' Please add additional image resources and logo icons to these files as required in order to promote shared use (and to prevent duplication in the code.)&lt;br /&gt;
* Many modules are better suited to be [[Documentation-3.4#Extensions_for_Downloading|downloadable extensions]].  The same module creation guidelines apply, but the actual implementation is done outside of the slicer source code repository.&lt;br /&gt;
* Follow [[Documentation-3.5-Rons-Rules|&amp;quot;Ron's rules for tools&amp;quot;]]&lt;br /&gt;
| style=&amp;quot;background: #e5e5e5&amp;quot; align=&amp;quot;center&amp;quot;| Examples for the Help and &lt;br /&gt;
Acknowledgment Panels&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #ebeced&amp;quot;|[[Image:SlicerHelpExample.png|center|200px]][[Image:SlicerAcknowledgementExample.png|center|200px]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=List of Modules added or significantly revised since the 3.4 release=&lt;br /&gt;
* Interactive Editor&lt;br /&gt;
* Volume Rendering&lt;br /&gt;
* Colors (Nicole Aucoin)&lt;br /&gt;
* Atlas Creator (Sylvain Jaume)&lt;br /&gt;
* MRI Bias Field Correction (Sylvain Jaume)&lt;br /&gt;
* 4D Image (Viewer) (Junichi Tokuda)&lt;br /&gt;
* 4D Analysis (Time-intensity curve plotting and analysis) (Junichi Tokuda)&lt;br /&gt;
* Fast Marching segmentation (Andriy Fedorov)&lt;br /&gt;
* Mesh Contour Segmentation]] (Peter Karasev)&lt;br /&gt;
* Subvolume extraction with ROI widget (Andriy Fedorov)&lt;br /&gt;
* Registration Metrics (HD and DSC) (Haytham Elhawary)&lt;br /&gt;
* Measurements (rulers and angles) (Nicole Aucoin)&lt;br /&gt;
* Affine registration (Casey Goodlett)&lt;br /&gt;
* Collect Patient Fiducials (Andrew Wiles)&lt;br /&gt;
* IGT Tool Selector (Andrew Wiles)&lt;br /&gt;
* Fiducials (Nicole Aucoin)&lt;br /&gt;
&lt;br /&gt;
=List of pre-existing Modules=&lt;br /&gt;
==Core==&lt;br /&gt;
*[[Modules:Camera-Documentation-3.5| Camera Module]] (Sebastian Barre)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:Welcome-Documentation-3.4| Welcome Module]] (Wendy Plesniak, Steve Pieper, Sonia Pujol, Ron Kikinis)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:Volumes-Documentation-3.6| Volumes Module]] (Alex Yarmarkovich, Steve Pieper) &lt;br /&gt;
**[[Modules:Volumes:Diffusion Editor-Documentation-3.4| Diffusion Editor]] (Kerstin Kessel)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:Models-Documentation-3.6| Models Module]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Modules:Fiducials-Documentation-3.6| Fiducials Module]]  (Nicole Aucoin) &lt;br /&gt;
*[[Modules:Measurements-Documentation-3.5 | Measurements (rulers and angles) ]] (Nicole Aucoin)  [[Modules:Measurements-Documentation-3.6 | '''3.6 in progress''']] &lt;br /&gt;
*[[Modules:Data-Documentation-3.6| Data Module]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Modules:Slices-Documentation-3.4|Slices Module]] (Jim Miller)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:Colors-Documentation-3.6| Color Module]] (Nicole Aucoin) &lt;br /&gt;
*[[Modules:Editor-Documentation-3.4| Interactive Editor]] (Steve Pieper)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ROIModule-Documentation-3.6|ROI Module]] (Alex Yarmarkovich) &lt;br /&gt;
*[[Modules:VolumeRendering-Documentation-3.5| Volume Rendering Module]] (Yanling Liu, Alex Yarmarkovich)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
==Specialized Modules==&lt;br /&gt;
&lt;br /&gt;
Please adhere to the naming scheme for the module documentation:&lt;br /&gt;
*[[Modules:MyModuleNameNoSpaces-Documentation-3.6|My Module Name With Spaces] ] (First Last Name)&lt;br /&gt;
&lt;br /&gt;
===Wizards===&lt;br /&gt;
*[[Modules:ChangeTracker-Documentation-3.6|ChangeTracker]] (Andriy Fedorov)&lt;br /&gt;
*[[Modules:IA_FEMesh-Documentation-3.4|IA FE Meshing Module]] (Vince Magnotta)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:IA_FEMesh-Documentation-3.6|IA FE Meshing Module]] (Vincent Magnotta) transition '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Informatics Modules===&lt;br /&gt;
*[[Modules:FetchMI-Documentation-3.4| Fetch Medical Informatics Module]] (Wendy Plesniak)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:QDECModule-Documentation-3.6| QDEC Module]] (Nicole Aucoin) &lt;br /&gt;
*[[Modules:QueryAtlas-Documentation-3.4|Query Atlas Module]] (Wendy Plesniak)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Registration===&lt;br /&gt;
*[[Slicer3:Registration|Overview of all Registration Modules ]] &lt;br /&gt;
**[[Modules:RegisterImages-Documentation-3.6|Register Images (''Upgraded Version'')]] (Casey Goodlett)&lt;br /&gt;
**[[Modules:RegisterImagesMultiRes-Documentation-3.6|Register Images Robust Affine]] (Casey Goodlett)&lt;br /&gt;
**[[Modules:DeformableB-SplineRegistration-Documentation-3.6|Deformable B-Spline Registration]] (Bill Lorensen)  '''in progress'''&lt;br /&gt;
**[[Modules:TransformFromFiducials-Documentation-3.6|Fiducial-Based Registration]] (Casey Goodlett)&lt;br /&gt;
**[[Modules:Transforms-Documentation-3.6| Transforms Module for interactive rigid registration]] (Alex Yarmarkovich)&lt;br /&gt;
**[[Modules:ACPCTransform-Documentation-3.6|ACPC Transform]] (Nicole Aucoin)&lt;br /&gt;
**[[Modules:RegistrationMetrics-Documentation-3.5 | Registration Metrics (HD and DSC) ]] (Haytham Elhawary)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:LinearRegistration-Documentation-3.4|Linear Registration]] (Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:AffineRegistration-Documentation-3.4|Affine Registration]]  (Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:PythonSurfaceICPRegistration-Documentation-3.4| Python Surface ICP Registration]] (Luca Antiga, Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Segmentation===&lt;br /&gt;
*Overview (Kilian)&lt;br /&gt;
**[[Modules:EMSegment|EM Segment]] (Kilian Pohl)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:EMSegment-Command-Line|EM Segment Command-Line]] (Kilian Pohl)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:EMSegment-Simple|EM Segment Simple]] (Kilian Pohl)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:FastMarchingSegmentation-Documentation-3.6|Fast Marching segmentation]] (Andriy Fedorov)&lt;br /&gt;
**[[Modules:OtsuThreshold-Documentation-3.4|Otsu Threshold]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:Simple Region Growing-Documentation-3.4|Simple Region Growing]] (Jim Miller)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Statistics===&lt;br /&gt;
*[[Modules:LabelStatistics-Documentation-3.4|Label Statistics]] (Steve Pieper)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Diffusion===&lt;br /&gt;
====DWI====&lt;br /&gt;
*Estimation&lt;br /&gt;
**[[Modules:DiffusionTensorEstimation-Documentation-3.4|Diffusion Tensor Estimation]] (Raul San Jose Estepar)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:PythonExtractBaseline-Documentation-3.4|Python Extract Baseline DWI Volume]] (Julien de Siebenthal)  '''Not yet 3.6'''&lt;br /&gt;
*Filter&lt;br /&gt;
**[[Modules:JointRicianLMMSEImageFilter-Documentation-3.4|Joint Rician LMMSE Image Filter]] (Antonio Tristán Vega, Santiago Aja-Fernandez)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:RicianLMMSEImageFilter-Documentation-3.4|Rician LMMSE Image Filter]] (Antonio Tristán Vega, Santiago Aja-Fernandez, Marc Niethammer)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:UnbiasedNonLocalMeans-Documentation-3.4|Unbiased Non Local Means filter for DWI]]  (Antonio Tristán Vega, Santiago Aja-Fernandez)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ShiftDWIValues-Documentation-3.4|Python Shift DWI Values]] (Julien de Siebenthal)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:RecenterScalar2DWI-Documentation-3.4|Python Recenter Scalar to DWI Volume]] (Julien de Siebenthal)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
====DTI====&lt;br /&gt;
*[[Modules:ResampleDTIVolume-Documentation-3.6|Resample DTI Volume]] (Francois Budin)&lt;br /&gt;
*[[Modules:DiffusionTensorScalarMeasurements-Documentation-3.4 | Diffusion Tensor Scalar Measurements]] (Raul San Jose Estepar)  '''Not yet 3.6'''&lt;br /&gt;
*Analysis&lt;br /&gt;
&lt;br /&gt;
====Tractography====&lt;br /&gt;
*[[Modules:ROISeeding-Documentation-3.4 | Label Seeding]] (Raul San Jose Estepar)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:FiducialSeeding-Documentation-3.6|Fiducial Seeding]] (Alex Yarmakovich, Steve Pieper) &lt;br /&gt;
*[[Modules:DTIDisplay-Documentation-3.6|FiberBundles]] (Alex Yarmakovich) &lt;br /&gt;
*[[Modules:StochasticTractography-Documentation-3.4|Python Stochastic Tractography]] (Julien de Siebenthal)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ROISelect-Documentation-3.6|ROI Select]] (Lauren O'Donnell)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===IGT===&lt;br /&gt;
*[[Modules:OpenIGTLinkIF-Documentation-3.4| OpenIGTLinkIF Module]] (Junichi Tokuda)   '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:NeuroNav-Documentation-3.4| NeuroNav Module]] (Haiying Liu)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ProstateNav-Documentation-3.4| ProstateNav Module]] (Junichi Tokuda)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:CollectFiducials-Documentation-3.6 | Collect Patient Fiducials ]] (Andrew Wiles)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:IGTToolSelector-Documentation-3.6 | IGT Tool Selector ]] (Andrew Wiles) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Time Series===&lt;br /&gt;
* [[Modules:FourDImage-Documentation-3.5|4D Image (Viewer)]] (Junichi Tokuda)  '''Not yet 3.6'''&lt;br /&gt;
* [[Modules:FourDAnalysis-Documentation-3.5|4D Analysis (Time-intensity curve plotting and analysis)]] (Junichi Tokuda)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Filtering===&lt;br /&gt;
*[[Modules:MRIBiasFieldCorrection-Documentation-3.5|MRI Bias Field Correction]] (Sylvain Jaume)&lt;br /&gt;
*[[Modules:CheckerboardFilter-Documentation-3.4|Checkerboard Filter]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:HistogramMatching-Documentation-3.4|Histogram Matching]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ImageLabelCombine-3.6|Image Label Combine]] (Alex Yarmarkovich)  &lt;br /&gt;
*[[Modules:ResampleVolume-Documentation-3.4|Resample Volume]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ResampleScalarVectorDWIVolume-Documentation-3.6|Resample Scalar/Vector/DWI Volume]] (Francois Budin)&lt;br /&gt;
*[[Modules:ThresholdImage-Documentation-3.6|Threshold Image]] (Nicole Aucoin)  &lt;br /&gt;
*Arithmetic&lt;br /&gt;
**[[Modules:AddImages-Documentation-3.4|Add Images]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:SubtractImages-Documentation-3.4|Subtract Images]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
** [[Modules:CastImage-Documentation-3.6|Cast Image]] (Nicole Aucoin) &lt;br /&gt;
** [[Modules:MaskImage-Documentation-3.4|Mask Image]] (Steve Pieper)  '''Not yet 3.6'''&lt;br /&gt;
*Denoising&lt;br /&gt;
**[[Modules:GradientAnisotropicFilter-Documentation-3.4| Gradient Anisotropic Filter]]  (Bill Lorensen checked this in)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:CurvatureAnisotropicDiffusion-Documentation-3.4|Curvature Anisotropic Diffusion]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:GaussianBlur-Documentation-3.4|Gaussian Blur]] (Julien Jomier, Stephen Aylward)   '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:MedianFilter-Documentation-3.4|Median Filter]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*Morphology&lt;br /&gt;
**[[Modules:VotingBinaryHoleFilling-Documentation-3.4|Voting Binary Hole Filling]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:GrayscaleFillHole-Documentation-3.4|Grayscale Fill Hole]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
**[[Modules:GrayscaleGrindPeak-Documentation-3.4|Grayscale Grind Peak]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Surface Models===&lt;br /&gt;
*[[Modules:ModelMaker-Documentation-3.6| ModelMaker]] (Nicole Aucoin) &lt;br /&gt;
*Grayscale Model Maker (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:GyriContourSegmentation-Documentation-3.5|Gyri Contour Segmentation]] (Peter Karasev)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:PythonSurfaceConnectivity-Documentation-3.4| Python Surface Connectivity]] (Luca Antiga, Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:PythonSurfaceICPRegistration-Documentation-3.4| Python Surface ICP Registration]] (Luca Antiga, Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:PythonSurfaceToolbox-Documentation-3.4| Python Surface Toolbox]] (Luca Antiga, Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ClipModel-Documentation-3.6| Clip Model]] (Alex Yarmarkovich)  &lt;br /&gt;
*[[Modules:Model_Into_Label_Volume_Documentation-3.6| Model into Label Volume]] (Nicole Aucoin)&lt;br /&gt;
&lt;br /&gt;
===Batch processing===&lt;br /&gt;
*[[Modules:EMSegmentBatch-Documentation-3.4|EM Segmenter batch]] (Julien Jomier, Brad Davis)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:GaussianBlurBatch-Documentation-3.4|Gaussian Blur batch]] (Julien Jomier, Stephen Aylward)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:RegisterImagesBatch-Documentation-3.4|Register Images batch]] (Julien Finet, Stephen Aylward)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:ResampleVolumeBatch-Documentation-3.4|Resample Volume batch]] (Julien Finet)  '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
===Converters===&lt;br /&gt;
*[[Modules:CreateaDicomSeries-Documentation-3.4|Create a Dicom Series]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:DicomToNRRD-3.4|Dicom to NRRD]] (Xiaodong Tao)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:OrientImages-Documentation-3.4|Orient Images]] (Bill Lorensen)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:PythonExplodeVolumeTransform-Documentation-3.4| Python Explode Volume Transform]] (Luca Antiga, Daniel Blezek)  '''Not yet 3.6'''&lt;br /&gt;
*[[Modules:CropVolume-Documentation-3.6|Crop Volume]] (previously ExtractSubvolumeROI) (Andriy Fedorov)&lt;br /&gt;
&lt;br /&gt;
=Slicer Extensions=&lt;br /&gt;
&lt;br /&gt;
==Extensions for Downloading==&lt;br /&gt;
===Introduction===&lt;br /&gt;
[[Image:SlicerOnNITRC2009.png|thumb|right|Slicer on NITRC]]&lt;br /&gt;
* Slicer Extensions are a mechanism for third parties to provide modules which extend the functionality of 3d Slicer.&lt;br /&gt;
* Some of the extensions do not use the Slicer license. Please review carefully.&lt;br /&gt;
* For a subset of extensions, you can use the extension wizard in Slicer to find their webpages and to install/uninstall individual extensions. In case of problems with those modules, please talk directly to the developers of the extensions.&lt;br /&gt;
* The version that is available through the extension manager is chosen by the developer of that extension   &lt;br /&gt;
&lt;br /&gt;
We are using NITRC as the primary repository for contributed extensions. As a general rule, we do not test the extensions ourselves. Use them at your own risk.&lt;br /&gt;
Click [http://www.nitrc.org/search/?type_of_search=soft&amp;amp;words=slicer3&amp;amp;Search.x=0&amp;amp;Search.y=0&amp;amp;Search=Search  here] to see a listing of Slicer 3 extensions on NITRC.&lt;br /&gt;
&lt;br /&gt;
[[Image:Slicer-3.4.1-extension-manager-2009-10-02.png|thumb|right|Extension manager dialog box]]&lt;br /&gt;
To add extension modules to an installed binary of slicer:&lt;br /&gt;
* Use the View-&amp;gt;Extension Manager menu option&lt;br /&gt;
* The dialog will be initialized with the URL to the extensions that have been compiled to match your binary of slicer.&lt;br /&gt;
** '''Note''' installing extensions from a different repository URL is likely to be unstable due to platform and software version differences.&lt;br /&gt;
** You can select a local install directory for your downloaded extensions (be sure to choose a directory with enough free space).&lt;br /&gt;
* Select the extensions you wish to install and click to download them.  Installed extensions will be available when you restart slicer.&lt;br /&gt;
* To turn modules on or off, you can use the Module Settings page of the View-&amp;gt;Application Settings dialog.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Extensions are compiled as part of the nightly build. In order to have your extension compiled nightly and made available to end users, please contact the Slicer team. For explanations for developers see [[Slicer3:Extensions| here]]&lt;br /&gt;
&lt;br /&gt;
'''Installation'''&lt;br /&gt;
*Click on the icon to start the extensions wizard&lt;br /&gt;
[[image:ExtensionsWizard.png|Extensions Wizard]]&lt;br /&gt;
&lt;br /&gt;
===Listing of plug-ins===&lt;br /&gt;
&lt;br /&gt;
'''Available Extensions'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:ABC-Documentation-3.5|ABC]] Marcel Prastawa (prastawa@sci.utah.edu) (a.k.a. Atlas Based Classification) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:ARCTIC-Documentation-3.6|ARCTIC]] Cedric Mathieu and Clement Vachet (cvachet@email.unc.edu) (a.k.a Automatic Regional Cortical ThICkness) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:BRAINSDemonWarp|BRAINSDemonWarp]] Hans Johnson (hans-johnson@uiowa.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:BRAINSFit|BRAINSFit]] Eun Young Kim (eunyoung-kim@uiowa.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:BRAINSMush|BRAINSMush]] Hans Johnson (hans-johnson@uiowa.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:BRAINSROIAuto|BRAINSROIAuto]] Greg Harris (gregory-harris@uiowa.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:CMTK|CMTK]] Computational Morphometry Toolkit Thorsten Rolfry '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:DiffusionWarp|DiffusionWarp]] '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:EMDTIClustering-Documentation-3.5|EMFiberClusteringModule]] Mahnaz Maddah (maddah@ge.com) (a.k.a. Quantitative Diffusion Tools) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:FourDAnalysis|FourDAnalysis]] Junichi Tokuda (tokuda@bwh.harvard.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:FuzzySegmentationModule|FuzzySegmentationModule]] Xiaodong Tao (taox@research.ge.com) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:HammerRegistration|HammerRegistration]] GuorongWu, XiaodongTao, JimMiller, DinggangShen (dgshen@med.unc.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:LabelDiameterEstimation-Documentation-3.5|LabelDiameterEstimation]] Andriy Fedorov (fedorov@bwh.harvard.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:LesionSegmentationApplications|LesionSegmentationApplications]] Mark Scully (mscully@mrn.org) (a.k.a. 3DSlicerLupusLesionModule) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:LocalRegionSeg|LocalRegionSeg]] '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:Plastimatch|Plastimatch]] Greg Sharp (gcsharp@partners.org) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:RicianNoiseFilter|RicianNoiseFilter]] Ross Whitaker (whitaker@cs.utah.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:RobustStatisticsSeg|RobustStatisticsSeg]] Yi Gao (yigao@gatech.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:SkullStripperModule|SkullStripperModule]] Xiaodong Tao (taox@research.ge.com) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:SpineSegmentation|SpineSegmentation]] Sylvain Jaume (sylvain@csail.mit.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:VMTKSlicerModule|VmtkSlicerModule]] prerequisite install for all VMTK plug-ins, Daniel Haehn (haehn@bwh.harvard.edu)&lt;br /&gt;
&lt;br /&gt;
* [[Modules:VMTKCenterlines|VMTKCenterlines]] providing centerline computation of surface models, Daniel Haehn (haehn@bwh.harvard.edu) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:VMTKEasyLevelSetSegmentation|VMTKEasyLevelSetSegmentation]] Daniel Haehn (haehn@bwh.harvard.edu) providing level-set segmentation of vessels, aneurysms and tubular structures using an easy interface '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:VMTKLevelSetSegmentation|VMTKLevelSetSegmentation]] providing level-set segmentation of vessels, aneurysms and tubular structures using different algorithms for initialization and evolution, Daniel Haehn (haehn@bwh.harvard.edu) &lt;br /&gt;
&lt;br /&gt;
* [[Modules:VMTKVesselEnhancement|VMTKVesselEnhancement]] Daniel Haehn (haehn@bwh.harvard.edu) providing vessel enhancement filters to highlight vasculature or tubular structures '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Example Extensions====&lt;br /&gt;
&lt;br /&gt;
* [[Modules:ExampleCommandLine|ExampleCommandLine]] Jim Miller '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:ExampleLoadableGuiLessModule|ExampleLoadableGuiLessModule]] Steve Pieper '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:ExampleLoadableModule|ExampleLoadableModule]] Steve Pieper '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:PythonSampleScriptedModule|PythonSampleScriptedModule]] Steve Pieper '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:TclSampleScriptedModule|TclSampleScriptedModule]] Steve Pieper '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Deprecated Extensions'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:BubbleMaker|BubbleMaker]] Carlos Mendoza (carlos.sanchez.mendoza@gmail.com) '''Not yet 3.6'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Non-SPL Supported Compatibility Packages'''&lt;br /&gt;
&lt;br /&gt;
* [[Modules:BioImageSuite|BioImageSuite]] Xenios Papademtrios '''Not yet 3.6'''&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=11576</id>
		<title>Modules:GyriContourSegmentation-Documentation-3.5</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=11576"/>
		<updated>2009-12-04T23:52:11Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Acknowledgment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.5|Return to Slicer 3.5 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Gyri Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Ron Kikinis (Collaborator): Harvard Medical School SPL&lt;br /&gt;
* Jimi Macolm (Collaborator): Harvard Medical School SPL / Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Examples, Use Cases &amp;amp; Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Note use cases for which this module is especially appropriate, and/or link to examples.&lt;br /&gt;
* Link to examples of the module's use&lt;br /&gt;
* Link to any existing tutorials&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
List all the panels in your interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use.&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;
&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;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This  work  was  supported  in  part  by  grants  from  NSF, AFOSR, ARO, as well as by a grant from&lt;br /&gt;
NIH (NAC P41 RR-13218) through Brigham and Women’s&lt;br /&gt;
Hospital. An NSF Fellowship supported part of the work.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=11575</id>
		<title>Modules:GyriContourSegmentation-Documentation-3.5</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=11575"/>
		<updated>2009-12-04T23:49:56Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.5|Return to Slicer 3.5 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Gyri Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Ron Kikinis (Collaborator): Harvard Medical School SPL&lt;br /&gt;
* Jimi Macolm (Collaborator): Harvard Medical School SPL / Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Examples, Use Cases &amp;amp; Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Note use cases for which this module is especially appropriate, and/or link to examples.&lt;br /&gt;
* Link to examples of the module's use&lt;br /&gt;
* Link to any existing tutorials&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
List all the panels in your interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use.&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;
&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;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
Include funding and other support here.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Pkmesh-spie.pdf&amp;diff=11574</id>
		<title>File:Pkmesh-spie.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Pkmesh-spie.pdf&amp;diff=11574"/>
		<updated>2009-12-04T23:48:40Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=11573</id>
		<title>Modules:GyriContourSegmentation-Documentation-3.5</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=11573"/>
		<updated>2009-12-04T23:48:11Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.5|Return to Slicer 3.5 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Gyri Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Ron Kikinis (Collaborator): Harvard Medical School SPL&lt;br /&gt;
* Jimi Macolm (Collaborator): Harvard Medical School SPL / Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Examples, Use Cases &amp;amp; Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Note use cases for which this module is especially appropriate, and/or link to examples.&lt;br /&gt;
* Link to examples of the module's use&lt;br /&gt;
* Link to any existing tutorials&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
List all the panels in your interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use.&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;
&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;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
Include funding and other support here.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
Publications related to this module go here. Links to pdfs would be useful.&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=11572</id>
		<title>Modules:GyriContourSegmentation-Documentation-3.5</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=11572"/>
		<updated>2009-12-04T23:47:42Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.5|Return to Slicer 3.5 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Gyri Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Ron Kikinis (Collaborator): Harvard Medical School SPL&lt;br /&gt;
* Jimi Macolm (Collaborator): Harvard Medical School SPL / Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Examples, Use Cases &amp;amp; Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Note use cases for which this module is especially appropriate, and/or link to examples.&lt;br /&gt;
* Link to examples of the module's use&lt;br /&gt;
* Link to any existing tutorials&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
List all the panels in your interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use.&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;
&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;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
Include funding and other support here.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
Publications related to this module go here. Links to pdfs would be useful.&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. &lt;br /&gt;
User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. &lt;br /&gt;
[[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=11571</id>
		<title>Modules:GyriContourSegmentation-Documentation-3.5</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=11571"/>
		<updated>2009-12-04T23:47:27Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.5|Return to Slicer 3.5 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Gyri Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Ron Kikinis (Collaborator): Harvard Medical School SPL&lt;br /&gt;
* Jimi Macolm (Collaborator): Harvard Medical School SPL / Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Examples, Use Cases &amp;amp; Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Note use cases for which this module is especially appropriate, and/or link to examples.&lt;br /&gt;
* Link to examples of the module's use&lt;br /&gt;
* Link to any existing tutorials&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
List all the panels in your interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use.&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;
&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;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
Include funding and other support here.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
Publications related to this module go here. Links to pdfs would be useful.&lt;br /&gt;
&lt;br /&gt;
 P.A. Karasev, J.G. Malcolm, M. Niethammer, R. Kikinis, A. Tannenbaum. User-Driven 3D Mesh Region Targeting. To appear in SPIE Medical Imaging 2010. [[File:pkmesh-spie.pdf]]&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=11570</id>
		<title>Modules:GyriContourSegmentation-Documentation-3.5</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=11570"/>
		<updated>2009-12-04T23:29:24Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Module Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.5|Return to Slicer 3.5 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Gyri Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Ron Kikinis (Collaborator): Harvard Medical School SPL&lt;br /&gt;
* Jimi Macolm (Collaborator): Harvard Medical School SPL / Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module is a tool to generate closed contours on a surface in 3D. The contour is initialized with a set of points, and subsequently 'evolves' according to some geometric criterion of the underlying surface (e.g. Surface Normal, mean curvature, second fundamental form, etc) and the embedded curve (e.g. geodesic &amp;amp; normal curvatures, etc ). &lt;br /&gt;
&lt;br /&gt;
The implementation uses a version of Sparse Field Level Sets (Whitaker et al 1998) modified for a mesh where there is an arbitrary number of vertex neighbors.&lt;br /&gt;
&lt;br /&gt;
While the motivating problem is segmentation of Sulci &amp;amp; Gyri on the cortical surface, the technique is also applicable to analysis of other anatomic structures (e.g. bones and fractures thereof).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Examples, Use Cases &amp;amp; Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Note use cases for which this module is especially appropriate, and/or link to examples.&lt;br /&gt;
* Link to examples of the module's use&lt;br /&gt;
* Link to any existing tutorials&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
List all the panels in your interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use.&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;
&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;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
Include funding and other support here.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
Publications related to this module go here. Links to pdfs would be useful.&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=11569</id>
		<title>Modules:GyriContourSegmentation-Documentation-3.5</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:GyriContourSegmentation-Documentation-3.5&amp;diff=11569"/>
		<updated>2009-12-04T23:01:15Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: /* Gyri Contour Segmentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Documentation-3.5|Return to Slicer 3.5 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Gyri Contour Segmentation===&lt;br /&gt;
MyModule&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:brainH.png|thumb|280px|Surface Normal Curvature]]&lt;br /&gt;
|[[Image:tumor2_init_4.PNG|thumb|280px|Initial Points From User]]&lt;br /&gt;
|[[Image:tumor_conv_3.png|thumb|280px|Converged Contour on Surface]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Segmentation&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Peter Karasev (Author): Georgia Tech&lt;br /&gt;
* Allen Tannenbaum (Collaborator): Georgia Tech&lt;br /&gt;
* Ron Kikinis (Collaborator): Harvard Medical School SPL&lt;br /&gt;
* Jimi Macolm (Collaborator): Harvard Medical School SPL / Georgia Tech&lt;br /&gt;
* Contact: Peter Karasev, pkarasev@gatech.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
This module performs segmentation of sulci on a 3D mesh&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Examples, Use Cases &amp;amp; Tutorials===&lt;br /&gt;
&lt;br /&gt;
* Note use cases for which this module is especially appropriate, and/or link to examples.&lt;br /&gt;
* Link to examples of the module's use&lt;br /&gt;
* Link to any existing tutorials&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
List all the panels in your interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
* '''Input panel:'''&lt;br /&gt;
* '''Parameters panel:'''&lt;br /&gt;
* '''Output panel:'''&lt;br /&gt;
* '''Viewing panel:'''&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
Other modules or packages that are required for this module's use.&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;
&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;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
Include funding and other support here.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
Publications related to this module go here. Links to pdfs would be useful.&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Tumor_conv_3.png&amp;diff=11568</id>
		<title>File:Tumor conv 3.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Tumor_conv_3.png&amp;diff=11568"/>
		<updated>2009-12-04T22:52:40Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Tumor2_init_4.PNG&amp;diff=11567</id>
		<title>File:Tumor2 init 4.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Tumor2_init_4.PNG&amp;diff=11567"/>
		<updated>2009-12-04T22:52:31Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Sulci6_done2.png&amp;diff=11566</id>
		<title>File:Sulci6 done2.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Sulci6_done2.png&amp;diff=11566"/>
		<updated>2009-12-04T22:52:22Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Sulci3_init_3.png&amp;diff=11565</id>
		<title>File:Sulci3 init 3.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Sulci3_init_3.png&amp;diff=11565"/>
		<updated>2009-12-04T22:52:09Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Sulci3_conv_2.PNG&amp;diff=11564</id>
		<title>File:Sulci3 conv 2.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Sulci3_conv_2.PNG&amp;diff=11564"/>
		<updated>2009-12-04T22:51:54Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Curvature_bumps1_good.png&amp;diff=11563</id>
		<title>File:Curvature bumps1 good.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Curvature_bumps1_good.png&amp;diff=11563"/>
		<updated>2009-12-04T22:51:44Z</updated>

		<summary type="html">&lt;p&gt;Pkarasev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pkarasev</name></author>
		
	</entry>
</feed>