MITK ReleaseNotes 2014.03

From mitk.org
Revision as of 14:20, 3 April 2014 by AndreasFetzer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MITK 2014.03 Release Notes

Media:MITK-ReleaseNotes-2014-03$release201XX.png||align="right",width=250px

This is the 2014.03 release of the MITK release cycle. The complete list of new features, bug fixes and known issues is down on this page.

What's included?

There are binary installers for Windows, Mac OS X and Linux which contain the application MITK Workbench. Additional to image loading/saving and level windowing currently the following plugins are included:

  • volume visualization
  • measurement
  • interactive segmentation with
    • 3D Regiongrower
    • Boolean Operation on segmentations
    • Deformable Clippingplane
  • Logging view
  • experimental DICOM Query/Retrieve (based on components from the Common Toolkit CTK)

Please note that the installers do not contain the source code or header files for the precompiled libraries. To develop applications or plugins with MITK please get the source code.

How to get it?

Please have a look at the download page.

Highlights of 2014.03 release

Build system

  • Visual Studio 2013 support bug 17376
  • Qt5 support bug 16272
  • Package dependencies can now specify components in the mitk_create_module() macro bug 16809
  • Standardized module naming scheme bug 17384
  • Experimental Mac OS X 10.9 support bug 16803 (Note: Mac OS X 10.9 will be supported by Qt with the upcoming Qt 4.8.6 patch release)

Core modules

  • The CppMicroServivces library gained support for service hooks bug 16640
  • Interaction Testing Framework.
    • GUI independent interaction testing.
    • With bug 16871 a helper class was added to set up the environment to test state machines and interactors. Can be used in any module.
    • See mitkInteractionTestHelper for more detail or mitkPointSetDataInteractorTest for a test example.
  • Improved Transparency Rendering of surfaces...
    • by Depth Peeling: In bug 16746, transparency rendering for surface polygons was fixed. In order to enable depth peeling, select this option in the 'Rendering Mode' dropdown menu (Window > Preferences... > Editors > Standard Multi Widget). So far, depth peeling is only supported for Windows.
    • by Depth Sorting: As an alternative for other OS, we provide a new property ('Depth Sorting') for polygon depth ordering in the property list of each surface data node. bug 17610

Modules

  • Classes derived from ITK now use itkFactorylessNewMacro instead of itkNewMacro, leading to performance improvements when instantiating many such classes bug 17339
  • The MitkExt module was split into several new modules bug 16699

IGT

  • The Optitrack tracker is now supported by MITK-IGT, thanks to Eugenio Marinetto (bug 16504)
  • Improved Tutorial Step 4 (Documentation of Plugin TrackingLab) (bug 16474)
  • Navigation Tool Management: Fixed default identifier for new tools (bug 16345)
  • Reimplementation of tests for classes NavigationToolStorageSerializer and NavigationToolStorageDeserializer (bug 16832)
  • Fixes and adaptations of MITK-IGT due to the updates of toolkits (see below)

Segmentation

  • Tools have been migrated to new Interaction Concept introduced MITK 2013.03 (bug 16651). API for event handling callbacks changed.
  • mitkContourUtils does not depend on ipSegmentation any more
  • New tool for selecting connected regions

US (Ultrasound)

  • Ultrasound devices of Telemed can be controlled from within MITK. (Bug 15615)
  • Image and tracking data provided by a combined modality of an ultrasound probe and an attached mobile field generator can be handled by the new submodule USNavigation. (Bug 16305)

Plugins

  • Interaction event recorder. Record and playback MITK events created by user interaction. See bug 16871.
  • New experimental XNAT plug-in
  • Ultrasound plugin provides controls for the b mode of ultrasound devices. (Bug 15615)
  • The MeshDecimation Plugin was replaced by the Remeshing Plugin which uses ACVD

Updated Toolkits

The following toolkits have been updated in the MITK superbuild:

  • CMake version 2.8.9 is now required (due to the ITK and GDCM update)
  • ITK 4.5.1 (improved Clang and MacOS 10.9 support)
  • Boost 1.55 (improved Clang support)
  • VTK 6.1
  • GDCM 2.4.1
  • OpenCV 2.4.8.2

Additionally, the minimum Qt version has been updated to Qt 4.7.

Deprecated Functionality

  • ?????? (search for "deprecatedSince{2014" in the sources or ask people)
  • The QmitkLineEdit class was deprecated in favor of the QLineEdit class (available in Qt 4.7 and newer).
  • The MitkExt module was deprecated. Use one of the newly created modules instead.
  • The mitk::Equal(...) methods taking raw pointers as arguments were deprecated and replaced with methods using const references.
  • mitk::AffineInteractor3D was deprecated, use mitk::AffineDataInteractor3D instead.
  • mitk::PolyDataGLMapper2D was deprecated, use mitk mitk::SurfaceGLMapper2D instead. (Bug 2337)
  • mitk::LookupTable:
    • void CreateColorTransferFunction(vtkColorTransferFunction*& colorFunction)
    • void CreateOpacityTransferFunction(vtkPiecewiseFunction*& opacityFunction)
    • void CreateGradientTransferFunction(vtkPiecewiseFunction*& gradientFunction)
were declared deprecated, use
  • vtkSmartPointer<vtkColorTransferFunction> CreateColorTransferFunction();
  • vtkSmartPointer<vtkPiecewiseFunction> CreateOpacityTransferFunction();
  • vtkSmartPointer<vtkPiecewiseFunction> CreateGradientTransferFunction();
instead.

Breaking Changes

  • CMake needs to be updated to 2.8.9
  • The mitk::InteractionPositionEvent class constructor got an additional Point3D parameter encoding the world coordinate of the event
  • The MitkExt module was split into different modules. Dependent modules need to check their module dependencies.
  • Due to the new package component dependencies support, some include directories might not be available any more without explicitly stating the component dependency of certain modules.
  • The itkFactorylessNewMacro removes the capability to "inject" a custom implementation of ITK types.

Bugfixes

In the 3 months since the last release more than 190 bugs were fixed.

Not everything could be fixed in time, so here are the most important known issues

New feature list

Complete list of new features since MITK 2013.12

Simply paste the Bugzilla Search Result Table here