Difference between revisions of "2014 Winter Project Week:Slicer CIP Slicer MRML"

From NAMIC Wiki
Jump to: navigation, search
Line 19: Line 19:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Progress</h3>
 
<h3>Progress</h3>
 +
* Private github repository: https://github.com/acil-bwh/SlicerCIP

Revision as of 21:01, 6 January 2014

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