Difference between revisions of "Documentation/Nightly/Modules/SlicerModuleConnectedThreshold"

From Slicer Wiki
Jump to: navigation, search
(created new module page)
 
Line 12: Line 12:
 
{{documentation/{{documentation/version}}/module-introduction-row}}
 
{{documentation/{{documentation/version}}/module-introduction-row}}
 
{|
 
{|
[[Image:Carma_UofU_logo.jpg|thumb|center|280px]]
+
[[Image:Carma_UofU_logo.jpg|center|180px]]
 
|}
 
|}
 
{{documentation/{{documentation/version}}/module-introduction-end}}
 
{{documentation/{{documentation/version}}/module-introduction-end}}
Line 31: Line 31:
 
This module is meant to be used for segmenting the entire endocardium region from a cardiac MRI or MRA image. It can also be used for segmentation of structures in other types of images.
 
This module is meant to be used for segmenting the entire endocardium region from a cardiac MRI or MRA image. It can also be used for segmentation of structures in other types of images.
 
{|
 
{|
|[[Image:connectedThreshold.jpg|thumb|280px|Left:Segmented Image, Center: Original Gated MRA Image]]
+
|[[Image:connectedThreshold.jpg|thumb|400px|Left:Segmented Image, Center: Original Gated MRA Image]]
 
|}
 
|}
  

Revision as of 19:22, 20 February 2013

Home < Documentation < Nightly < Modules < SlicerModuleConnectedThreshold

Introduction and Acknowledgements

Author: Salma Bengali, CARMA Center, University of Utah
Contributors: Alan Morris, Josh Cates, Rob MacLeod, CARMA Center, University of Utah
Contacts: Salma Bengali: <email>salma.bengali@carma.utah.edu</email>

Carma UofU logo.jpg

Module Description

This module uses a single seed point to segment an image. The seed point (fiducial) is placed within the region to be segmented. The upper and lower thresholds are entered by the user. The segmented region will contain pixels that are connected to this seed, and lie in between this range. Multiple seed points can be used.

Use Cases

This module is meant to be used for segmenting the entire endocardium region from a cardiac MRI or MRA image. It can also be used for segmentation of structures in other types of images.

Left:Segmented Image, Center: Original Gated MRA Image

Tutorials

N/A

Panels and their use

  • Input image
  • Output image
  • Lower threshold
  • Upper threshold
  • Seed/s: User placed fiducial/s inside the region to be segmented

Similar Modules

N/A

References

N/A

Information for Developers

The source code for this module can be found at the CARMA GitHub repository.