Difference between revisions of "MITK Segmentation Redesign"

From mitk.org
Jump to navigation Jump to search
Line 28: Line 28:
 
| align="middle",width="300px"]]
 
| align="middle",width="300px"]]
 
|-
 
|-
|align="center" |2D Tools
+
|align="center" |'''2D Tools'''
|align="center" | 2D Tools Slimview  
+
|align="center" | '''2D Tools Slimview'''
 
|-
 
|-
 
| [[Media:MITK$$SegmentationRedesign$3DTools.png
 
| [[Media:MITK$$SegmentationRedesign$3DTools.png
Line 36: Line 36:
 
| align="middle",width="300px"]]
 
| align="middle",width="300px"]]
 
|-
 
|-
|align="center" | 3D Tools
+
|align="center" | '''3D Tools'''
|align="center" | Live Wire Tool mit Cursor Icon
+
|align="center" | '''Live Wire Tool mit Cursor Icon'''
 
|}
 
|}
  
Line 104: Line 104:
 
** The old mitkContour and mitkContourSet are declared as '''deprecated''' and will be removed during the next year
 
** The old mitkContour and mitkContourSet are declared as '''deprecated''' and will be removed during the next year
 
* '''3D interpolation''' can now also be used with '''planar figures'''
 
* '''3D interpolation''' can now also be used with '''planar figures'''
* '''New !SegmentationUI module''' which contains all the segmentation widgets
+
* '''New SegmentationUI module''' which contains all the segmentation widgets

Revision as of 15:31, 1 October 2013

Segmentation Redesign

[[Media:MITK$$SegmentationRedesign$SegmentationRedesign.png width="350px"]]
Redesigned Segmentation Plugin

Since the last release from 2013.06 the whole segmentation group has been working on an extensive redesign of our segmentation plugin. With the MITK 2013.09 release we are proud to announce that this project is completed! Here is a list of the major changes and new features:

Segmentation 2D and 3D Tools

We cleaned up the segmentation view and removed unused GUI elements. We also extended the functionality with new 2D and 3D tools

UI improvements

  • The segmentation view contains now two tabs which allows to switch between 2D and 3D tools
  • New tool icons replaced the antiquated old ones
  • Customized mouse cursor - The icon of the active 2D tool is now visible beneath your mouse cursor
  • Slim view - Hide button names
  • Improved the interpolation widget
[[Media:MITK$$SegmentationRedesign$2DTools.png align="right",width="300px"}} align="center" {{attachment:2DTools_Slimview.png align="middle",width="300px"]]
2D Tools 2D Tools Slimview
[[Media:MITK$$SegmentationRedesign$3DTools.png align="middle",width="300px"}} {{attachment:LiveWireTool.png align="middle",width="300px"]]
3D Tools Live Wire Tool mit Cursor Icon

New segmentation tools

  • We extended and improved the 2D tool set:
    • There is now a 2D Fast Marching Tool
    • Better interaction and look and feel for the Live Wire Tool
  • New 3D tool area contains many tools which were formerly located in the Datamanager's context menu
    • Simple threshold - Segment your image using a single threshold value
    • Upper/Lower Threshold - Segment your image using an upper and lower threshold
    • Fast Marching 3D
    • Watershed Segmentation
  • All 3D tool have a dedicated Tool GUI area for setting specific parameters
[[Media:MITK$$SegmentationRedesign$FastMarching.png align="middle",width="300px"}} {{attachment:UL_Threshold.png align="middle",width="300px"]]
Fast Marching Tool Upper/Lower Threshold
[[Media:MITK$$SegmentationRedesign$Otsu_1.png align="left",width="300px"}} {{attachment:Otsu_2.png align="right",width="300px"]]
Otsu Tool Otsu Region Selection
[[Media:MITK$$SegmentationRedesign$Watershed.png align="middle",width="300px"}} {{attachment:3DRegiongrowing.png align="middle",width="300px"]]
Watershed Tool 3D Regiongrowing

Segmentation Utilities

Often a segmentation needs some post processing. Lets say you just performed a threshold segmentation and the result contains some "holes". In this case you would like to fill these holes automatically. Or you want to combine to different segmentation into one single segmentation. For these cases MITK now comes with a extensive set of segmentation utilities in a separate view:

|align="right",width="250px"

  • Boolean operations:
    • Calculate the difference between two segmentations
    • Calculate the intersection of two segmentations
    • Calculate the union of the segmentations
  • Image masking:
    • You have finished a segmentation and what now? E.g. you can mask the patient image with your segmentation or a surface and then proceed with e.g. vessel segmentation/visualization
  • Morphological operations:
    • Postprocess your segmentation by
      • Dilatation/Erosion
      • Opening/Closing
      • Fill Holes
  • Surface To Image:
    • Convert a surface into a segmentation and use all the available segmentation tools!

General

  • The toolmanager can now be accessed using CppMicroServices
  • Switch to mitkContourModel:
    • All 2D tools are now using the new mitkContourModel
    • There is also a new data structure called mitkContourModelSet which allow the storage of a set of ContourModels
    • The old mitkContour and mitkContourSet are declared as deprecated and will be removed during the next year
  • 3D interpolation can now also be used with planar figures
  • New SegmentationUI module which contains all the segmentation widgets