Difference between revisions of "DBP3:Utah:SlicerModuleCardiacRegistrationBRAINSFit"

From NAMIC Wiki
Jump to: navigation, search
(Created new page for CARMA BRAINSFit module)
 
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
===CARMA Cardiac MRI Registration Using BRAINSFit===
+
===CMR Toolkit Cardiac MRI Registration Using BRAINSFit===
  
 
{|
 
{|
Line 17: Line 17:
 
Type: CLI
 
Type: CLI
  
Category: CARMA
+
Category: Cardiac MRI Toolkit
  
 
</div>
 
</div>
Line 33: Line 33:
  
 
===Examples, Use Cases & Tutorials===
 
===Examples, Use Cases & Tutorials===
[[Media:Carma_BrainsFit_Registration_Tutorial.pptx|CARMA Registration Using BRAINSFit Tutorial]]
+
* [[Media:Carma_BrainsFit_Registration_Tutorial.pptx|CARMA Registration Using BRAINSFit Tutorial]]
  
The image volumes in this dataset: [http://hdl.handle.net/1926/1765 CARMA Registration Tutorial Data] can be used as inputs to the module. The dataset contains anonymized LGE-MRI, MRA and CT images.
+
* The image volumes in this dataset: [http://hdl.handle.net/1926/1765 CARMA Registration Tutorial Data] can be used as inputs to the module. The dataset contains anonymized LGE-MRI, MRA and CT images.
  
 
===Quick Tour of Features and Use===
 
===Quick Tour of Features and Use===
Line 58: Line 58:
 
* Interpolation Type
 
* Interpolation Type
 
* Metric Type
 
* Metric Type
The details about the advanced registration parameters can be found at http://www.slicer.org/slicerWiki/index.php/Modules:BRAINSFit.
+
The details about the advanced registration parameters can be found at https://www.slicer.org/wiki/Modules:BRAINSFit.
  
 
</div>
 
</div>
Line 68: Line 68:
 
== Development ==
 
== Development ==
  
===Known bugs===
+
===Source Code & Documentation===
  
Follow this [http://na-mic.org/Mantis/main_page.php link] to the Slicer bug tracker.
+
The source code for this module can be found at the [https://github.com/carma-center/carma_slicer_extension/ GitHub repository].
 
 
===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.
 
 
</div>
 
</div>
  
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
== More Information ==
 
 
===Acknowledgment===
 
Include funding and other support here.
 
 
===References===
 
Publications related to this module go here. Links to pdfs would be useful.
 
 
</div>
 
</div>
 

Latest revision as of 18:07, 10 July 2017

Home < DBP3:Utah:SlicerModuleCardiacRegistrationBRAINSFit

CMR Toolkit Cardiac MRI Registration Using BRAINSFit

(L to R) Registered image, fixed image, and moving image

Authors, Collaborators & Contact

  • CARMA Center, University of Utah: Salma Bengali, Alan Morris, Greg Gardner, Josh Cates, Rob MacLeod

General Information

Module Type & Category

Type: CLI

Category: Cardiac MRI Toolkit

Module Description

This module implements case-specific registration using BRAINSFit for cardiac LGE-MRI, MRA and CT images acquired at different time points or across different patients. The types of registration scenarios are described here. The inputs to this module are two image volumes: image volume one is the fixed volume, and image volume two is the moving volume. The user selects the imaging modalities based on the types of input image volumes. Registration parameters are tuned for the registration cases. Input image volumes that are cropped to the area around the left atrium can also be used to improve the final registration result. Advanced registration parameters can be changed to check if the registration result shows improvement.

Usage

Examples, Use Cases & Tutorials

  • The image volumes in this dataset: CARMA Registration Tutorial Data can be used as inputs to the module. The dataset contains anonymized LGE-MRI, MRA and CT images.

Quick Tour of Features and Use

The following are the inputs and outputs:

  • Image Volume One (Fixed): Select the LGE-MRI, MRA or CT Image
  • Image Volume Two (Moving): Select the LGE-MRI or MRA image
  • Output Image Volume: The registration result
  • Imaging modality: The types of image volumes that are being registered (e.g LGE-MRI, MRA, CT, Acute Scar)

Advanced Registration Parameters

The advanced registration parameters are:

  • Initialization Type
  • Registration Type
  • Maximum Number of Iterations
  • Number of Samples
  • Minimum Step Length
  • Transform Scale
  • Reproportion Scale
  • Skew Scale
  • Interpolation Type
  • Metric Type

The details about the advanced registration parameters can be found at https://www.slicer.org/wiki/Modules:BRAINSFit.

Development

Source Code & Documentation

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