Difference between revisions of "2014 Summer Project Week: ColorBar support"

From NAMIC Wiki
Jump to: navigation, search
(Created page with '__NOTOC__ <!-- <gallery> Image:PW-SLC2014.png|Projects List Image:Tcia1.png|Layout: Patients, Studies, Series Image:Tcia2.png|Collections Im…')
 
Line 16: Line 16:
  
 
==Project Description==
 
==Project Description==
Having the color scale in the slice views is very helpful in many cases such as when 3D Slicer is used to create figures for academic publications [1],[2]. Currently color scale visualization is only available in 3D viewer and it is not very useful as the numbers associated with colors are not the actual image pixel values but they are numbers of the individual colors in the lookup table(LUT).
+
Support for color scale bar in slice views can be very helpful in many cases such as when 3D Slicer is used to create figures for academic publications [1],[2]. Currently color scale visualization is only available in 3D viewer and it is not very useful as the numbers associated with colors are not the actual image pixel values but they are numbers of the individual colors in the lookup table(LUT).
 
There was a previous effort to include color scale bar in SlicerRT [3]. The goal of this project is to add the support of color bar for 2D slice views in 3D Slicer Core.
 
There was a previous effort to include color scale bar in SlicerRT [3]. The goal of this project is to add the support of color bar for 2D slice views in 3D Slicer Core.
  

Revision as of 15:16, 23 June 2014

Home < 2014 Summer Project Week: ColorBar support

Key Investigators

  • BWH: Alireza Mehrtash, Andrey Fedorov
  • Isomics: Steve Pieper
  • Princess Margaret Cancer Centre: Kevin Wang


Project Description

Support for color scale bar in slice views can be very helpful in many cases such as when 3D Slicer is used to create figures for academic publications [1],[2]. Currently color scale visualization is only available in 3D viewer and it is not very useful as the numbers associated with colors are not the actual image pixel values but they are numbers of the individual colors in the lookup table(LUT). There was a previous effort to include color scale bar in SlicerRT [3]. The goal of this project is to add the support of color bar for 2D slice views in 3D Slicer Core.

Objective

  • Support of color scale bar for 2D slice views.

Approach, Plan

  • Study the latest related changes and improvements in VTK6.
  • Discuss about the functionality and UI design.
  • add color scalar bar widget to 2D sliceview.

Progress

References