Difference between revisions of "2010 Winter Project Week SegmentationWizard"

From NAMIC Wiki
Jump to: navigation, search
(Updated Approach and Progress)
Line 14: Line 14:
  
 
<h3>Objective</h3>
 
<h3>Objective</h3>
How about finalizing the wizard for lesion segmentation using the register images module, our intensity standardization module, probabalistic bias correction, and what not.
+
To implement a high level wizard that performs all necesary pre-processing steps and then segments lesion images.
 
 
 
 
 
 
 
 
  
 
</div>
 
</div>
Line 25: Line 21:
  
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
 
+
'''1.'''Verify that all required sub-modules are production ready.
 +
'''2.'''Diagram all possible branches with requirements.
 +
'''3.'''Use the python scripting system to tie all the different modules together with branching logic.
  
 
</div>
 
</div>
Line 32: Line 30:
  
 
<h3>Progress</h3>
 
<h3>Progress</h3>
 
+
'''1.'''Identified a number of modules to incorporate assuming they are production ready (BiasCorrection, ProbabilisticBiasCorrection, '''2.'''RegisterImages, BrainsConstellation, etc).
 +
'''3.'''Implemented a number of other modules that were needed but didn't yet exist (JointIntensityStandardization, LupusLesionSegmenter)
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 03:57, 4 January 2010

Home < 2010 Winter Project Week SegmentationWizard

Key Investigators

  • MRN: Jeremy Bockholt, Mark Scully
  • BWN: Steve Pieper

Objective

To implement a high level wizard that performs all necesary pre-processing steps and then segments lesion images.

Approach, Plan

1.Verify that all required sub-modules are production ready. 2.Diagram all possible branches with requirements. 3.Use the python scripting system to tie all the different modules together with branching logic.

Progress

1.Identified a number of modules to incorporate assuming they are production ready (BiasCorrection, ProbabilisticBiasCorrection, 2.RegisterImages, BrainsConstellation, etc). 3.Implemented a number of other modules that were needed but didn't yet exist (JointIntensityStandardization, LupusLesionSegmenter)

References