Difference between revisions of "Documentation/4.0/Modules/EMSegment Easy"

From Slicer Wiki
Jump to: navigation, search
Line 38: Line 38:
 
Define the volumes to be segmented. Each volume has to be from the subject and has to represent a different mode, such as T1 and FLAIR,  than the other input volumes.
 
Define the volumes to be segmented. Each volume has to be from the subject and has to represent a different mode, such as T1 and FLAIR,  than the other input volumes.
  
=== Step 2: Define Anatomical Tree ===
+
=== Step 2: Define Structure ===
The user specifies the hierarchical relationship between the anatomical structures. The tree will refine the complex segmentation task into a set of easier segmentation problems. A sub-classes is added to an existing structure by right-clicking on the structure and selecting "Add sub-class". The name, label, and color of a structure are modified by selecting the structure in the tree and then defining these attributes in the panel below.
+
The user specifies the number of structures to be segmented and the label of each structure. You can further add class to an existing structure by right-clicking on the structure and selecting "Add sub-class". The label and corresponding color of a structure are modified by selecting the structure in the tree.
 +
 
 
=== Step 3: Specify Intensity Distribution ===  
 
=== Step 3: Specify Intensity Distribution ===  
 
Defining the intensity distribution for each structure of interest through taking samples in the image of interest
 
Defining the intensity distribution for each structure of interest through taking samples in the image of interest

Revision as of 19:59, 23 November 2011

Home < Documentation < 4.0 < Modules < EMSegment Easy


Introduction and Acknowledgements

This work was funded by the ARRA Supplement to the Neuroimage Analysis Center (NAC), funded by the National Institutes of Health. Information on NAC can be obtained from the NAC website.
Author: Kilian Pohl, UPenn
Contributor1: Daniel Haehn, UPENN
Contact: Kilian Pohl, <email>pohl.kilian@gmail.com</email>

University of Pennsylvania  
Surgical Planning Laboratory  


Module Description

This module is designed for users who want to do a quick intensity based image segmentation. The remainder of this sections describes the work flow of the two modes in further detail:

Use Cases

MR image segmentation

Tutorials

N/A

Panels and their use

Step 1: Define Input Datasets

Define the volumes to be segmented. Each volume has to be from the subject and has to represent a different mode, such as T1 and FLAIR, than the other input volumes.

Step 2: Define Structure

The user specifies the number of structures to be segmented and the label of each structure. You can further add class to an existing structure by right-clicking on the structure and selecting "Add sub-class". The label and corresponding color of a structure are modified by selecting the structure in the tree.

Step 3: Specify Intensity Distribution

Defining the intensity distribution for each structure of interest through taking samples in the image of interest

Step 4: Edit Node-based Parameters

Users specify the relative to weight of a node in the tree with respect to other structures which are children of the same parent node. The first tab also specifies the weight of the input channels as well as the atlases. The value 'Alpha' specifies the smoothing applied to the structure (via MRFs). The second tab (Stopping Condition) lists the number of iterations associated with the segmentation task. By default, the Bias iteration is set to -1 which means that it is performed each iteration. If the value is greater -1 then the inhomogeneity computation is stopped after n iterations. The third tab specifies printing out intermediate results, which are saved in the working directory specified in the next step

Step 5: Define Miscellaneous Parameters

This panels lists the general parameters necessary for segmenting images. Users can specify a region of interest to speed up the segmentation algorithm. Pressing the 'Segment' button creates a label map of the anatomical structures.

Once the parameters are specified, the target images are segmented using the EM Segmentation algorithm (Pohl et al. TMI 2007). The label map with corresponding statistics is returned after successful completion of the algorithm.

Similar Modules

Please look at Segmentation section

References

Information for Developers


Note The section above is generated using the following wiki code:

{{documentation/{{documentation/version}}/module-section|Information for Developers}}
{{documentation/{{documentation/version}}/module-developerinfo|ModuleTemplate|type=Interactive|category=Example}}

If you are documenting a CLI, the category should be extracted from the corresponding XML description. This could be done automatically using the following wiki template:

{{documentation/{{documentation/version}}/module-category|xmlurl=http://path/to/YOURMODULENAME.xml }}

If your module is available in Slicer repository, the following template could be useful to obtain the corresponding URL:

{{documentation/{{documentation/version}}/module-cli-xmlurl|{{documentation/modulename}}|SVNREVISION}}

Using this later template, the final syntax would be:

{{documentation/{{documentation/version}}/module-category|xmlurl={{documentation/{{documentation/version}}/module-cli-xmlurl|{{documentation/modulename}}|SVNREVISION}} }}