Difference between revisions of "MITK Segmentation Redesign"

From mitk.org
Jump to navigation Jump to search
 
(39 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
[[File:MITK$$SegmentationRedesign$SegmentationRedesign.png|thumb|300px]]
= Segmentation Redesign =
+
Since the MITK Workbench Release 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:
  
Since the last release from 2013.06 the whole segmentation group has been working on the 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:
+
__TOC__
  
== General ==
 
  
* We cleaned up the segmentation view and removed unused GUI elements
+
== Segmentation 2D and 3D Tools ==
* New button icons
+
 
* The toolmanager can now be accessed using CppMicroServices
+
We cleaned up the segmentation view and removed unused GUI elements. We also extended its functionality with new 2D and 3D segmentation tools
* 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
+
=== UI improvements ===
** 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
+
* The segmentation view contains now two tabs which allows to '''switch between 2D and 3D tools'''
* New !SegmentationUI module which contains all the segmentation widgets
+
* '''New tool icons''' replaced the antiquated old ones
* Many new tools and utilities
+
* A '''customized mouse cursor''' is now visible beneath your application cursor while a 2D tool is active
 +
* A '''slim view''' option allows you to hide the tool button names
 +
* Simplified the '''interpolation widget'''
 +
 
 +
<gallery>
 +
File:MITK$$SegmentationRedesign$2DTools.png|'''2D Tools'''
 +
File:MITK$$SegmentationRedesign$2DTools_Slimview.png|'''2D Tools Slimview'''
 +
File:MITK$$SegmentationRedesign$3DTools.png|'''3D Tools'''
 +
File:MITK$$SegmentationRedesign$LiveWireTool.png|'''Live Wire Tool with cursor icon'''
 +
</gallery>
 +
 
 +
 
 +
=== 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 tool'''
 +
** '''Watershed Segmentation'''
 +
** '''Otsu Segmentation'''
 +
* All 3D tools have a '''dedicated Tool GUI area''' for setting specific parameters
 +
 
 +
<gallery>
 +
File:MITK$$SegmentationRedesign$FastMarching.png|'''Fast Marching Tool'''
 +
File:MITK$$SegmentationRedesign$UL_Threshold.png|'''Upper/Lower Threshold'''
 +
File:MITK$$SegmentationRedesign$Otsu_1.png|'''Otsu Tool'''
 +
File:MITK$$SegmentationRedesign$Otsu_2.png|'''Otsu Region Selection'''
 +
File:MITK$$SegmentationRedesign$Watershed.png|'''Watershed Tool'''
 +
File:MITK$$SegmentationRedesign$3DRegiongrowing.png|'''3D Regiongrowing'''
 +
</gallery>
  
== Segmentation View ==
 
[[Media:MITK$$SegmentationRedesign$2D3DToolsTab.png|Media:MITK$$SegmentationRedesign$2D3DToolsTab.png|attachment:2D3DToolsTab|align="right",width="250px"]]
 
* It contains now two tabs which allows to switch between 2D and 3D tools
 
* We extended the 2D tool set. There is now also a 2D Fast Marching Tool
 
* The 3D tool tab contain many tools which were formerly located in the data manager context menu. There are also several new tools like
 
** Upper/Lower Threshold
 
** Fast Marching 3D
 
** Watershed Segmentation
 
* We also improved the GUI of all of the 3D tools, especially
 
** 3D Regiongrowing
 
** Otsu Segmentation
 
* Improved the interpolation widget
 
** By default interpolation is disabled at the moment
 
  
 
== Segmentation Utilities ==
 
== 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:
+
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 two different segmentations within one single segmentation image. For these cases MITK now comes with an extensive set of segmentation utilities in a separate view:
  
* Boolean operations:
+
[[File:MITK$$SegmentationRedesign$SegmentationUtilities.png|thumb|300px]]
** Calculate the difference between two segmentations
+
* '''Boolean operations''':
** Calculate the intersection of two segmentations
+
** Calculate the '''difference''' between two segmentations
** Calculate the union of the segmentations
+
** Calculate the '''intersection''' of two segmentations
* Image masking:
+
** Calculate the '''union''' of the segmentations
** You have finished a segmentation and what now? E.g. you can "mask" the patient image with you segmentation or a surface and then proceed with e.g. vessel segmentation/visualization
+
* '''Image masking''':
* Morphological operations:
+
** You have finished a segmentation and what now? E.g. you can '''mask the patient image with an existing segmentation or a surface''' and then proceed with e.g. vessel segmentation/visualization
 +
* '''Morphological operations''':
 
** Postprocess your segmentation by
 
** Postprocess your segmentation by
 
*** Dilatation/Erosion
 
*** Dilatation/Erosion
 
*** Opening/Closing
 
*** Opening/Closing
 
*** Fill Holes
 
*** Fill Holes
 +
* '''Surface To Image''':
 +
** Convert a surface into a segmentation and use all the available segmentation tools to modify the segmentation!
 +
 +
 +
== General ==
 +
 +
* The toolmanager can now be accessed using '''CppMicroServices'''
 +
* '''Switch to mitkContourModel''':
 +
** All 2D tools are now using the new mitkContourModel
 +
** The old '''mitkContour is 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

Latest revision as of 16:21, 4 December 2014

MITK$$SegmentationRedesign$SegmentationRedesign.png

Since the MITK Workbench Release 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 its functionality with new 2D and 3D segmentation 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
  • A customized mouse cursor is now visible beneath your application cursor while a 2D tool is active
  • A slim view option allows you to hide the tool button names
  • Simplified the interpolation widget


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 tool
    • Watershed Segmentation
    • Otsu Segmentation
  • All 3D tools have a dedicated Tool GUI area for setting specific parameters


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 two different segmentations within one single segmentation image. For these cases MITK now comes with an extensive set of segmentation utilities in a separate view:

MITK$$SegmentationRedesign$SegmentationUtilities.png
  • 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 an existing 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 to modify the segmentation!


General

  • The toolmanager can now be accessed using CppMicroServices
  • Switch to mitkContourModel:
    • All 2D tools are now using the new mitkContourModel
    • The old mitkContour is 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