2022 Week 17 (Very Late April)
2022 Week 17 (Very Late April)
Previous changelog โข Next changelog
NOTE: This is the last snapshot before the next official MITK release.
๐ Third-party dependency changes
none
โจ New features
- Segmentation
- Improved default color palette for labels
- Improved generic naming and coloring of newly created labels
- Added preference (and command-line argument --Segmentation.labelSetPreset) for default label set presets
- Volume Visualization
- Simplified the interface of volume visualization
๐ Bugfixes
- Segmentation
- Made some segmentation tools more aware of the active label and labels in general
- Fixed invisible contours in some cases when drawing in multiple render windows
- Fixed crash when creating polygon models of segmentations (was recently introduced with ITK v5 upgrade)
- Fixed crash when using the picking tool on dynamic segmentations
- Fixed selection of multiple labels
- Removed actions from labels context menu that never were implemented
- Removed hard to use fast marching and watershed segmentation tools
- Various fixes and improvements in the experimental nnU-Net segmentation tool
- Image Cropper
- Fixed repetition in naming of cropped images
- Preferences
- Fixed default render window colors when resetting preferences for Standard Multi Widget
๐ฅ API-breaking changes
Volume Visualization
The simplification of the Volume Visualization UI allowed us to get rid of otherwise unused legacy classes and properties.
The following classes were removed without replacement:
- ๐ Modules
- ๐ Core
- VtkVolumeRenderingProperty
- ๐ MapperExt
- GPUVolumeMapper3D
- vtkMitkGPUVloumeRayCastMapper
- vtkMitkOpenGLVolumeTextureMapper3D
- vtkMitkVolumeTextureMapper3D
- ๐ Core
The following properties are no longer used by MITK or were renamed:
- volumerendering.cpu.*
- volumerendering.ray.*
- volumerendering.gpu.reducesliceartifacts
- volumerendering.gpu.usetexturecompression
- volumerendering.gpu.* volumerendering.*
- volumerendering.usegpu
- volumerendering.uselod
- volumerendering.usemip
- volumerendering.useray
- Last Author
- kislinsk
- Last Edited
- Apr 29 2022, 11:47 AM
Event Timeline
Comment Actions
@kislinsk Wouldn't be the fact that you can now also pick from other labels a new feature?
Comment Actions
@floca Sure, if you want, you can add it explicitly. But is it really new or just works better now with the first point mentioned "Made some segmentation tools more aware of the active label and labels in general"?