Difference between revisions of "DBP3:Utah:SlicerModuleInhomogeneity"

From NAMIC Wiki
Jump to: navigation, search
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Documentation|Return to Slicer Documentation]]
 
 
__NOTOC__
 
__NOTOC__
===CARMA Inhomogeneity Correction Filter===
+
===CMR Toolkit Inhomogeneity Correction Filter===
  
 
{|
 
{|
|[[Image:carma_afib_inhomogeneity_correction.png|thumb|280px|Inhomogeneity Correction]]
+
|[[Image:carma_afib_inhomogeneity_correction.png|thumb|280px|Inhomogeneity correction, original above, corrected below]]
 
|}
 
|}
  
== General Information ==
+
==Authors, Collaborators & Contact==
 +
* CARMA Center, University of Utah: Alan Morris, Eugene Kholmovski, Josh Cates, Rob MacLeod
 +
 
 +
<div style="margin: 20px;">
 +
<div style="width: 27%; float: left; padding-right: 3%;">
 +
 
 +
==General Information==
 
===Module Type & Category===
 
===Module Type & Category===
  
 
Type: CLI
 
Type: CLI
  
Category: CARMA
+
Category: Cardiac MRI Toolkit
 +
 
 +
</div>
 +
 
 +
<div style="width: 27%; float: left; padding-right: 3%;">
 +
 
 +
==Module Description==
 +
This module implements a local intensity correction for inhomogeneities due to coil placement in cardiac LGE-MRI images.  It fits a gradient function to the image data and normalizes accordingly.  Note that this is not a whole image correction and it is specific to LGE MRI cardiac images.  The input to this module is a segmented region on which to base the intensity gradient model and a segmentation of the region of interest to apply the correction.  There are no parameters.
  
===Authors, Collaborators & Contact===
+
</div>
* Alan Morris: CARMA Center, University of Utah
 
* Eugene Kholmovski: CARMA Center, University of Utah
 
* Josh Cates: CARMA Center, University of Utah
 
* Danny Perry: CARMA Center, University of Utah
 
  
===Module Description===
+
<div style="width: 40%; float: left;">
This module implements a local intensity correction for inhomogeneities due to coil placement in Cardiac LGE-MRI images.  It fits a gradient function to the image data an normalizes accordingly.  Note that this is not a whole image correction and it is specific to LGE MRI Cardiac images.  The input to this module is a segmented region on which to base the intensity gradient model and a segmentation of the region of interest to apply the correction.  There are no parameters.
 
  
 
== Usage ==
 
== Usage ==
Line 27: Line 34:
 
===Examples, Use Cases & Tutorials===
 
===Examples, Use Cases & Tutorials===
  
* Note use cases for which this module is especially appropriate, and/or link to examples.
+
* This module is meant to be used for MRI scans where local inhomogeneity has been detected
* Link to examples of the module's use
+
* [[Media:CARMA_Inhomogeneity_correction_filter_tutorial.pptx|CARMA Automatic Cardiac MRI Inhomogeneity Correction Filter Tutorial]]
* Link to any existing tutorials
 
  
 
===Quick Tour of Features and Use===
 
===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:'''
 
* '''Parameters panel:'''
 
* '''Output panel:'''
 
* '''Viewing panel:'''
 
  
== Development ==
+
The following are the inputs and outputs
  
===Dependencies===
+
* MRI Image : Select the DE-MRI image
 +
* Blood Pool mask : Select the label map for the blood pool
 +
* ROI mask : Select the label map for the targeted region of interest
 +
* Corrected Output : The output volume
  
Other modules or packages that are required for this module's use.
+
</div>
 +
</div>
  
===Known bugs===
+
<div style="margin: 20px;">
 +
<div style="width: 27%; float: left; padding-right: 3%;">
  
Follow this [http://na-mic.org/Mantis/main_page.php link] to the Slicer bug tracker.
+
== Development ==
 
 
 
 
 
 
===Usability issues===
 
 
 
Follow this [http://na-mic.org/Mantis/main_page.php link] to the Slicer bug tracker. Please select the '''usability issue category''' when browsing or contributing.
 
 
 
===Source code & documentation===
 
 
 
Customize following [http://www.na-mic.org/ViewVC/index.cgi/ links] for your module.
 
 
 
[http://www.na-mic.org/Slicer/Documentation/Slicer3/html/ Links] to documentation generated by doxygen.
 
  
 +
===Source Code & Documentation===
  
== More Information ==
+
The source code for this module can be found at the [https://github.com/carma-center/carma_slicer_extension/ GitHub repository].
  
===Acknowledgment===
+
</div>
Include funding and other support here.
 
  
===References===
+
<div style="width: 27%; float: left; padding-right: 3%;">
Publications related to this module go here. Links to pdfs would be useful.
 

Latest revision as of 19:54, 29 July 2013

Home < DBP3:Utah:SlicerModuleInhomogeneity

CMR Toolkit Inhomogeneity Correction Filter

Inhomogeneity correction, original above, corrected below

Authors, Collaborators & Contact

  • CARMA Center, University of Utah: Alan Morris, Eugene Kholmovski, Josh Cates, Rob MacLeod

General Information

Module Type & Category

Type: CLI

Category: Cardiac MRI Toolkit

Module Description

This module implements a local intensity correction for inhomogeneities due to coil placement in cardiac LGE-MRI images. It fits a gradient function to the image data and normalizes accordingly. Note that this is not a whole image correction and it is specific to LGE MRI cardiac images. The input to this module is a segmented region on which to base the intensity gradient model and a segmentation of the region of interest to apply the correction. There are no parameters.

Usage

Examples, Use Cases & Tutorials

Quick Tour of Features and Use

The following are the inputs and outputs

  • MRI Image : Select the DE-MRI image
  • Blood Pool mask : Select the label map for the blood pool
  • ROI mask : Select the label map for the targeted region of interest
  • Corrected Output : The output volume

Development

Source Code & Documentation

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