User Details
- User Since
- Aug 1 2016, 12:10 PM (455 w, 21 h)
- Roles
- Disabled
Aug 2 2016
Interpolation result
[4ec312]: Merge branch 'bug-19121-removePythonExcludesForAllBuildConf'
Merged commits:
2015-06-03 16:54:45 Michael Brehler [5b1bd8]
COMP: revert python from all configuration because of Qt Version conflict
[990289]: Merge branch 'bug-19121-removePythonExcludesForAllBuildConf'
Merged commits:
2015-06-03 16:15:47 Michael Brehler [20218c]
check for 32bit in build all configuration and disable python and numpy
[1e16fc]: Merge branch 'bug-18802-CreateMitkSurfaceToPointSetFilter'
Merged commits:
2015-03-03 10:28:58 Michael Brehler [fcae70]
COMP: fixed hidden virtual error
[22ea56]: Merge branch 'bug-18802-CreateMitkSurfaceToPointSetFilter'
Merged commits:
2015-03-02 16:21:10 Michael Brehler [354cbc]
Added general purpose filter to module MitkAlgorithmsExt
[307a50]: Merge branch 'bug-18748-python-qt5-intergration'
Merged commits:
2015-04-15 16:07:38 Michael Brehler [22b6a1]
clariffication of documentation
[004ef8]: Merge branch 'bug-18682-AddColorbarOverlay'
Merged commits:
2015-02-03 10:42:16 Michael Brehler [93e2aa]
once more...
[ac8686]: Merge branch 'bug-18682-AddColorbarOverlay'
Merged commits:
2015-01-27 13:23:42 Michael Brehler [0c76ed]
Added colorbar overlay
[c20941]: Merge branch 'bug-18682-AddColorbarOverlay'
Merged commits:
2015-02-03 10:16:46 Michael Brehler [7d86bf]
added correct export
Yes, it is a duplicate. The QtGUI includes are already fixed.
The DataSelectionWidget ("Data Selection") is used for all utilities (not only for the boolean operations). Renaming the title would mean renaming all of them.
For differentiation of the two comboboxes two images were added and for each boolean operation button tool tips were added.
[0508c4]: Merge branch 'bug-18238-SegUtilsGuiLabels'
Merged commits:
2015-09-16 14:57:47 Michael Brehler [6c2da2]
added two images and tooltips for differentiation of segmentation comboboxes
[2c4d38]: Merge branch 'bug-18167-InconsistentStateOfImageSelector'
Merged commits:
2015-09-30 14:33:32 Michael Brehler [875f39]
removed isBinary from if condition that avoids the correct addition of the property observer
[cf51f5]: Merge branch 'bug-18043-OtsuSmallBinNumberCrash'
Merged commits:
2014-08-27 13:34:15 Michael Brehler [02eea9]
renamed one function and added a signal/slot for RegionNumber change to solve the bug
In the current MITK version the segmentation utilities can be used with both unsigned char ('normal' segmentation) AND unsigned short (multilabel segmentations) images. Other types are not supported (filtered) due to inconsistencies with the mitk segmentations. In general it is of course possible to allow all data types but we think this would be not very intuitive.
[637578]: Merge branch 'bug-17787-OtsuAndWatershedDoNotWorkFor2D'
Merged commits:
2014-06-04 16:26:23 Michael Brehler [9b79e9]
COMP: one more typename
[ea8bd6]: Merge branch 'bug-17787-OtsuAndWatershedDoNotWorkFor2D'
Merged commits:
2014-06-04 16:18:11 Michael Brehler [976682]
COMP: added typename definition
[645c79]: Merge branch 'bug-17787-OtsuAndWatershedDoNotWorkFor2D'
Merged commits:
2014-06-04 14:55:57 Michael Brehler [176979]
fixed otsu and watershed tools for 2d images
We fixed the Otsu and Watershed tool for 2D images. The one- and two-threshold tool already work and the fast marching 3d and region growing 3d have a 2d version in the 2d-tools tab. We might consider redesigning the 2d/3d tab layout and the automatic activation of the tools according to the image dimension.
[2b2b70]: Merge branch 'bug-17667-ImageStatisticsCopyClipboard'
Merged commits:
2014-04-16 16:15:09 Michael Brehler [f0b2d2]
correct thousands seperator by use of double instead of QString
This is not the behavior that Esther fixed in T16616.
We won't fix this bug because changing the selection (highlighting) in the datamanager by a plugin could lead to inconsistent selection states.
Currently it is not possible to reliably detect whether the bounding box of the segmentation and the image fit together.
[cb26f6]: Merge branch 'bug-17567-FeatureRequestOtsuMultiSelection'
Merged commits:
2014-04-11 15:34:02 Michael Brehler [3d6a59]
maximum nuber of bin
Implemented as described above...
[ec6e99]: Merge branch 'bug-17560-Otsu3dNumberOfBins'
Merged commits:
2014-03-19 18:25:54 Michael Brehler [5c6f85]
Number of histogram bins can be changed with spinbox
This seems to be a bug in Qt ( https://bugreports.qt-project.org/issues/?jql=text%20~%20%22qtableview%20resize%22%20ORDER%20BY%20status%20DESC ). Setting target milestone to "unspecified".
According to the Qt bug tracker this problem is solved in Qt 5.2 by using QHeaderView::setResizeContentsPrecision
Closing should not make 2D structures disappear. As Sebastian noted the opening filter does so as intended. On 3D images the erosion filter has the same effect on 2 structures. On 2D images the 2D filter version is used.
[9114b1]: Merge branch 'bug-17076-last-undo-operation-does-not-trigger-RequestUp
Merged commits:
2014-04-17 15:06:37 Rostislav Khlebnikov [867360]
Call RequestUpdateAll when undoing last operation in undo stack
[120bc8]: Merge branch 'bug-16613-PolygonModelDoesSmooth'
Merged commits:
2014-08-13 15:30:24 Michael Brehler [653dc7]
marching cube filter threshold changed
The marching cube filter threshold was incorrect. We changed the value to 0.5 instead of 1.
[a2afcc]: Merge branch 'bug-16608-AutoselectionDifferentGeomtryReinitWarining'
Merged commits:
2013-12-04 17:18:06 Michael Brehler [d110c3]
now RenderingManagerReinitialized checks the corner points of the bounding box and not the bounding box indices
New remote branch pushed: bug-16608-AutoselectionDifferentGeomtryReinitWarining
The problem was solved by calling the method RenderingManagerReinitialized() when datamanager selection changes. This method had to be modified so that it checks the corner points of the boundingbox in worldcoordinates instead of just checking the boundingbox coordinates (same sized images with different origin => check did not fail).
Sliders and spinboxes are working correctly (Windows and Linux).
Black boundingbox parts with rotated planes
First we tested if the ITK and GDCM updates are the problem.
Downgrade to old GDCM version 2.0.18 did not solve the problem. Also tried newest GDCM version 2.4.0 without success.
The problem seems to be ITK related.
Crashes under windows.
[6440ac]: Merge branch 'bug-16237-ConformButtonDeactivation'
Merged commits:
2013-10-09 15:28:40 Michael Brehler [6548b4]
confirm button is deactivated after new preview
New remote branch pushed: bug-16237-ConformButtonDeactivation
The problem lies within the mitkSurfaceInterpolationControllers AddNewContour method.
[d9ea62]: Merge branch 'bug-16220-interpolationWidgetDeactivation'
Merged commits:
2014-03-13 11:43:30 Michael Brehler [ea3500]
update to new master
New remote branch pushed: bug-16220-interpolationWidgetDeactivation
Example images in E130-Daten/temp/Michael/BugData/
3d interpolation error
The bug is fixed because of T16179.
Only occurs on images with non standard axes. This is due to the changes in T16063.
Probably directly related to T16179 due to use of same images.
[a24866]: Merge branch 'bug-16095-ClearNamingOfPolygons'
Merged commits:
2014-04-16 17:01:14 Michael Brehler [d2906f]
'_smoothed' is added to node name if parameter is set
[c07b8b]: Merge branch 'bug-16089-EnableAcceptAfterComputation'
Merged commits:
2013-11-06 17:23:18 Michael Brehler [7d832d]
just switched the ready message with the update call
New remote branch pushed: bug-16089-EnableAcceptAfterComputation
[42dfd8]: Merge branch 'bug-16049-AddSubstractStateMachine'
Merged commits:
2015-09-16 16:52:03 Michael Brehler [825142]
changed state machine for add and substract tool
If a tool has a 2D and a 3D version the naming should be identical except the 2D or 3D suffix and a distinct prefix or highlighted letter of the name for keyboard shortcuts.
New remote branch pushed: bug-16024-ProgressBarDisappearsCorrectly
[b2e805]: Merge branch 'bug-16024-ProgressBarDisappearsCorrectly'
Merged commits:
2013-09-11 16:55:15 Michael Brehler [eda577]
changed the number of steps
New remote branch pushed: bug-16021-DeactivateFastMarchingAfterConfirm
[f94554]: Merge branch 'bug-16021-DeactivateFastMarchingAfterConfirm'
Merged commits:
2013-11-08 16:25:17 Michael Brehler [e575d2]
now the gui is closed after confirming the segmentation
New remote branch pushed: bug-15860-OtsuVolumeRenderingForAllRegions