2014 Project Week:Modules scripting

From NAMIC Wiki
Revision as of 17:06, 6 January 2014 by Hjmjohnson (talk | contribs) (Created page with '==Key Investigators== * Iowa: David Welch * NLM: Brad Lowekamp * Iowa: Hans Johnson ==Project Description== <div style="margin: 20px;"> <div style="width: 27%; float: left; pad…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < 2014 Project Week:Modules scripting

Key Investigators

  • Iowa: David Welch
  • NLM: Brad Lowekamp
  • Iowa: Hans Johnson

Project Description

Objective

Enhance the integration of SimpleITK with Slicer and expand the documentation for building modules from SimpleITK

Approach, Plan

  • Enhance the interface for the existing "SimpleFilters" module to allow for label maps and image types to be better handled.
    • [BRAD] Explain how the SimpleFilters module works
    • [DAVE] Make outputs default to NOT overwriting the inputs
    • [DAVE] For binary image outputs, set them as labelmaps
  • Convert SimpleITK functions to user interface modules
    • [DAVE] Create a SimpleITK function that histogram equalizes one image to another. "outimage=histEQ(refImage,inputImage,numberOfBins)"
    • [DAVE] Convert that simple function to a Slicer GUI interface

Progress