Difference between revisions of "Modules:ABC-Documentation-3.5"

From Slicer Wiki
Jump to: navigation, search
Line 38: Line 38:
 
List all the panels in your interface, their features, what they mean, and how to use them. For instance:
 
List all the panels in your interface, their features, what they mean, and how to use them. For instance:
  
 +
{|
 +
|-
 +
* '''Input Panel'''
 +
Input images.  First image in the list is the reference image space. All other images are registered to first image.
 +
|-
 
[[Image:abc-slicer-inputs.png|thumb|250px|Input panel]]
 
[[Image:abc-slicer-inputs.png|thumb|250px|Input panel]]
 +
|}
  
 +
{|
 +
|-
 +
* '''Atlas Panel'''
 +
Atlas information.
 +
Atlas directory contains the template file (template.mha), and the prior probabilities (1.mha, ..., 999.mha)
 +
Orientation: RAI, ASR, LPS, etc
 +
Prior weight adjustments: space separated numbers, must be the same number as number of priors.
 +
|-
 
[[Image:abc-slicer-atlas.png|thumb|250px|Atlas information panel]]
 
[[Image:abc-slicer-atlas.png|thumb|250px|Atlas information panel]]
 +
|}
  
 +
{|
 +
|-
 +
* '''Output Panel'''
 +
Specify where to store output files (optional). Segmentation label image, and bias corrected image.
 +
|-
 
[[Image:abc-slicer-outputs.png|thumb|250px|Output panel]]
 
[[Image:abc-slicer-outputs.png|thumb|250px|Output panel]]
 +
|}
  
 
[[Image:abc-slicer-advanced.png|thumb|250px|Advanced panel]]
 
[[Image:abc-slicer-advanced.png|thumb|250px|Advanced panel]]
  
* '''Input panel:'''
 
* '''Parameters panel:'''
 
* '''Output panel:'''
 
* '''Viewing panel:'''
 
  
 
== Development ==
 
== Development ==
Line 55: Line 72:
 
===Dependencies===
 
===Dependencies===
  
Other modules or packages that are required for this module's use.
+
None
  
 
===Known bugs===
 
===Known bugs===
  
Follow this [http://na-mic.org/Mantis/main_page.php link] to the Slicer3 bug tracker.  
+
Follow this [http://www.nitrc.org/tracker/?group_id=297 link] to the bug tracker at NITRC.  
  
 
===Usability issues===
 
 
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.
 
  
 
===Source code & documentation===
 
===Source code & documentation===
  
Customize following links for your module:
+
Available at [http://www.nitrc.org/projects/abc]
 
 
Source code:
 
*[http://viewvc.slicer.org/viewcvs.cgi/trunk file.cxx ]
 
*[http://viewvc.slicer.org/viewcvs.cgi/trunk file.h ]
 
 
   
 
   
Doxygen documentation:
 
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classes.html class1]
 
 
 
== More Information ==  
 
== More Information ==  
  
 
===Acknowledgment===
 
===Acknowledgment===
Include funding and other support here.
+
 
  
 
===References===
 
===References===
Publications related to this module go here. Links to pdfs would be useful.
 

Revision as of 17:42, 9 February 2010

Home < Modules:ABC-Documentation-3.5

Return to Slicer 3.5 Documentation

Gallery of New Features


Atlas Based Classification

Atlas Based Classification

Interface in Slicer 3
3D visualization of the result

General Information

Module Type & Category

Type: CLI

Category: Segmentation

Authors, Collaborators & Contact

  • Marcel Prastawa, Utah
  • Guido Gerig, Utah
  • Contact: Marcel Prastawa, prastawa@sci.utah.edu

Module Description

ABC (Atlas Based Classification) is a full segmentation pipeline developed and used at University of North Carolina and University of Utah for healthy brain MRIs. The processing pipeline includes image registration, filtering, and inhomogeneity correction.

Usage

Examples, Use Cases & Tutorials

  • Note use cases for which this module is especially appropriate, and/or link to examples.
  • Link to examples of the module's use
  • Link to any existing tutorials

Quick Tour of Features and Use

List all the panels in your interface, their features, what they mean, and how to use them. For instance:

  • Input Panel
Input images. First image in the list is the reference image space. All other images are registered to first image.
Input panel
  • Atlas Panel
Atlas information. Atlas directory contains the template file (template.mha), and the prior probabilities (1.mha, ..., 999.mha) Orientation: RAI, ASR, LPS, etc Prior weight adjustments: space separated numbers, must be the same number as number of priors.
Atlas information panel
  • Output Panel
Specify where to store output files (optional). Segmentation label image, and bias corrected image.
Output panel
Advanced panel


Development

Dependencies

None

Known bugs

Follow this link to the bug tracker at NITRC.


Source code & documentation

Available at [1]

More Information

Acknowledgment

References