2014 Winter Project Week:Slicer CIP Slicer MRML

From NAMIC Wiki
Jump to: navigation, search
Home < 2014 Winter Project Week:Slicer CIP Slicer MRML

Key Investigators

Pietro Nardelli, Raul San Jose

Project Description

Objective

  • We have developed a library of tools (Chest Imaging Platform) for the processing and the analysis of chest images. The main objective is to create new MRML nodes able to manage our chest labelmap to employ a Region/Type scheme. In particular, we want to allow the user to show only the selected region/type of a chest labelmap.

Approach, Plan

  • A new vtkMRMLRegionTypeNode which inherits from vtkMRMLScalarVolumeNode will be created. This node will be used within a loadable module to handle our chest labelmap and allow the user to show only a selected region/type-

Progress

  • Private github repository: https://github.com/acil-bwh/SlicerCIP
  • New vtkMRMLRegionTypeNode created
  • New loadable module allowing the user to show only selected region and type developed
  • Still a bit slow. Need to speed it up!
  • A new specific chest lookup table needs to be developed!