Difference between revisions of "BRAINSMush"

From NAMIC Wiki
Jump to: navigation, search
(New page: To develop a new interface to BRAINS that builds upon NA-MIC tools. The interface should support all major platforms including Windows, Mac, Linux, and other Unix flavors. '''Progress:''...)
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
To develop a new interface to BRAINS that builds upon NA-MIC tools. The interface should support all major platforms including Windows, Mac, Linux, and other Unix flavors.  
+
Back to [[NA-MIC Brains Collaboration]]
 +
 
 +
 
 +
'''Summary:'''
 +
BRAINS Maximize Uniformity Summation Heuristic (MUSH). This is a tool to generate brain a volume mask from an input T1 and T2-weighted images. The resulting volume mask omits dura, skull, eyes, etc., but includes surface CSF. This application has recently been modified allowing the algorithm to run using only the T1 and T2-weighted images. In this application the following equation is optimized for the values '''a''' and '''b''' to minimize the variance in the resulting images across voxels within the brain.
 +
 
 +
 
 +
'''M=a*T1+b*T2'''
 +
 
 +
 
 +
The basic assumption for this algorithm is that the T1 and T2 images have been co-registered and have a minimal bias field.
 +
 
 +
 
 +
'''Algorithm'''
 +
#Use initial guess to brain using a conservative box placed about the center of the image
 +
#Minimize the above equation for a and b constants
 +
#Threshold the image
 +
#Erode the thresholded mask
 +
#Keep largest connected region
 +
#Dilate mask
 +
#Use resulting mask and repeat steps 2-6 using resulting mask
 +
 
  
 
'''Progress:'''
 
'''Progress:'''
* A new tracing (editing) tool is being developed to serve as a testing ground for the new GUI. The tracing tool uses the vtkContourWidget and is built on KWWidgets. The Slicer3 look and feel has been integrated. This tracing tool is nearing a beta release and will include the following features
+
*Standalone application now has been tested on several datasets.
#Support for editing in multiple planes simultaneously
+
*Source code has been posted on NITRC
#Ability to telegraph traces into other planes
+
*Integrated with BRAINS Software
#Ability to export traces as binary images for integration into Slicer3
+
 
#Ability to export traces as BRAINS2 mask objects
+
'''To Do:'''
#Traces will be saved in VTK XML format
+
*Abstract submitted to SPIE
 +
 
  
 
'''Key Investigators:'''
 
'''Key Investigators:'''
  
* University of Iowa: Vincent Magnotta, Hans Johnson, Nancy Andreasen, Kent Williams
+
* University of Iowa: Steven Dunn, Ronald Pierson, Greg Harris, Hans Johnson, Vincent Magnotta
* The MIND Institute: Jeremy Bockholt
+
 
  
 
'''Figures:'''
 
'''Figures:'''
  
<gallery Caption="BRAINSTracer" widths="300px" heights="300px" perrow="2">
+
<gallery Caption="BRAINSMush" widths="300px" heights="300px" perrow="3">
Image:BRAINSTracer1.png|BRAINS Tracer showing vtkContourWidget and telegraphing of ROIs
+
Image:Mush-Brain-T1.png|T1 Weighted Image
Image:BRAINSTracer2.png|BRAINS Tracer with the splash screen
+
Image:Mush-Brain-T2.png|T2 Weighted Image
 +
Image:Mush-Brain-Image.png|Resulting Mush Image
 +
Image:Coronal-Mush-Mask.png|Resulting Mask, Coronal view, from the Mush brain algorithm
 +
Image:Axial-Mush-Mask.png|Resulting Mask, Axial view, from the Mush brain algorithm
 +
Image:Sagittal-Mush-Mask.png|Resulting Mask, Sagittal view, from the Mush brain algorithm
 +
Image:Mush-Brain-Box.png|Initial brain box used in the first stage of the algorithm
 
</gallery>
 
</gallery>
  
Line 25: Line 52:
 
*[http://www.psychiatry.uiowa.edu University of Iowa Department of Psychiatry]
 
*[http://www.psychiatry.uiowa.edu University of Iowa Department of Psychiatry]
 
*[http://mri.radiology.uiowa.edu University of Iowa MRI Center]
 
*[http://mri.radiology.uiowa.edu University of Iowa MRI Center]
*[http://www.themindinstitute.org The MIND Institute]
+
 
 +
 
 +
'''Usage:'''
 +
 
 +
 
  
 
'''Papers:'''
 
'''Papers:'''

Latest revision as of 15:54, 10 December 2008

Home < BRAINSMush

Back to NA-MIC Brains Collaboration


Summary: BRAINS Maximize Uniformity Summation Heuristic (MUSH). This is a tool to generate brain a volume mask from an input T1 and T2-weighted images. The resulting volume mask omits dura, skull, eyes, etc., but includes surface CSF. This application has recently been modified allowing the algorithm to run using only the T1 and T2-weighted images. In this application the following equation is optimized for the values a and b to minimize the variance in the resulting images across voxels within the brain.


M=a*T1+b*T2


The basic assumption for this algorithm is that the T1 and T2 images have been co-registered and have a minimal bias field.


Algorithm

  1. Use initial guess to brain using a conservative box placed about the center of the image
  2. Minimize the above equation for a and b constants
  3. Threshold the image
  4. Erode the thresholded mask
  5. Keep largest connected region
  6. Dilate mask
  7. Use resulting mask and repeat steps 2-6 using resulting mask


Progress:

  • Standalone application now has been tested on several datasets.
  • Source code has been posted on NITRC
  • Integrated with BRAINS Software

To Do:

  • Abstract submitted to SPIE


Key Investigators:

  • University of Iowa: Steven Dunn, Ronald Pierson, Greg Harris, Hans Johnson, Vincent Magnotta


Figures:


Links:


Usage:


Papers: