Difference between revisions of "Modules:ABC-Documentation-3.5"
From Slicer Wiki
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]] | ||
− | |||
− | |||
− | |||
− | |||
== Development == | == Development == | ||
Line 55: | Line 72: | ||
===Dependencies=== | ===Dependencies=== | ||
− | + | None | |
===Known bugs=== | ===Known bugs=== | ||
− | Follow this [http:// | + | Follow this [http://www.nitrc.org/tracker/?group_id=297 link] to the bug tracker at NITRC. |
− | |||
− | |||
− | |||
− | |||
===Source code & documentation=== | ===Source code & documentation=== | ||
− | + | Available at [http://www.nitrc.org/projects/abc] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== More Information == | == More Information == | ||
===Acknowledgment=== | ===Acknowledgment=== | ||
− | + | ||
===References=== | ===References=== | ||
− |
Revision as of 17:42, 9 February 2010
Home < Modules:ABC-Documentation-3.5Return to Slicer 3.5 Documentation
Atlas Based Classification
Atlas Based Classification
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
- Atlas Panel
- Output Panel
Development
Dependencies
None
Known bugs
Follow this link to the bug tracker at NITRC.
Source code & documentation
Available at [1]