Page MenuHomePhabricator
Feed Advanced Search

Aug 2 2016

lichtenn added projects to T18435: Segmentation - 2D Interpolation does not work for 4D images in all views: MITK, Bugzilla.
Aug 2 2016, 10:16 AM · MITK (2016-11), Bugzilla
lichtenn added projects to T18427: Content missing in Help Perspective: MITK, Bugzilla.
Aug 2 2016, 10:16 AM · MITK (2014-10), Bugzilla
lichtenn added projects to T18425: Inconsistent Tooltips in PointSet Interaction: MITK, Bugzilla.
Aug 2 2016, 10:16 AM · MITK (2014-10), Bugzilla
lichtenn added a comment to T18415: Wrong interaction scheme, when segmentation tools are activated.

Bug may also happen when no tool is active:

Aug 2 2016, 10:16 AM · MITK (2014-10), Bugzilla
lichtenn added a comment to T18396: Workbench does not start..

Deleting the bin/CTK-* folders -> Superbuild -> Blueberry Clean lets the workbench start again.

Aug 2 2016, 10:16 AM · MITK (2014-10), Bugzilla
lichtenn added projects to T18396: Workbench does not start.: MITK, Bugzilla.
Aug 2 2016, 10:16 AM · MITK (2014-10), Bugzilla
lichtenn added a comment to T18396: Workbench does not start..

--Blueberry-Clean and manually deleting the temporary files did not help.

Aug 2 2016, 10:16 AM · MITK (2014-10), Bugzilla
lichtenn added a comment to T18391: DICOM Browser loads data twice.

(In reply to Nils Lichtenberg from comment #5)

The connection in ctkDICOMTableView in line#128

QObject::connect(this->tblDicomDatabaseView, SIGNAL(doubleClicked(const
QModelIndex&)), q, SIGNAL(doubleClicked(QModelIndex)));

is registered twice.

Changing the connection to

QObject::connect(this->tblDicomDatabaseView, SIGNAL(doubleClicked(const
QModelIndex&)), q, SIGNAL(doubleClicked(QModelIndex)), Qt::UniqueConnection);

solves the problem.

I'm not sure if this is a CTK bug or if the encapsulation of CTK in MITK
leads to the doubled registration.

Aug 2 2016, 10:16 AM · MITK (2015-03), Bugzilla
lichtenn added a comment to T18391: DICOM Browser loads data twice.

The connection in ctkDICOMTableView in line#128

Aug 2 2016, 10:16 AM · MITK (2015-03), Bugzilla
lichtenn added projects to T18347: Segmentation - User guidance to match segmentation/image can be tricked: MITK, Bugzilla.
Aug 2 2016, 10:16 AM · Bugzilla, MITK
lichtenn added projects to T18344: MITK crashes when loading .dcm files with insufficient properties.: MITK, Bugzilla.
Aug 2 2016, 10:16 AM · MITK (2014-10), Bugzilla
lichtenn added a comment to T18244: Segmentation - 2D Tools. Add/Subtract possible on images/segmentations in background.

User is responsible to select the correct image.

Aug 2 2016, 10:15 AM · MITK (2014-10), Bugzilla
lichtenn added a comment to T18246: Segmentation - 3D Display. 2D segmentations are not rendered properly in the 3D view.

(In reply to Andreas Fetzer from comment #1)

What do you actually mean with 3D display? The volume rendering?

Aug 2 2016, 10:15 AM · MITK (2015-03), Bugzilla
lichtenn added projects to T18246: Segmentation - 3D Display. 2D segmentations are not rendered properly in the 3D view: MITK, Bugzilla.
Aug 2 2016, 10:15 AM · MITK (2015-03), Bugzilla
lichtenn added projects to T18244: Segmentation - 2D Tools. Add/Subtract possible on images/segmentations in background: MITK, Bugzilla.
Aug 2 2016, 10:15 AM · MITK (2014-10), Bugzilla
lichtenn added a comment to T18238: "Data Selection" should be renamed to "segmentation selection" in Segmentation Ultilities.

Additionally, information should be added which of the selections is used as foreground for the "Difference" operation. (e.g. A-B or B-A)

Aug 2 2016, 10:15 AM · Bugzilla, MITK
lichtenn added projects to T18237: Segmentation 3D - Region Growing Seed Point: MITK, Bugzilla.
Aug 2 2016, 10:15 AM · MITK (2014-10), Bugzilla
lichtenn added projects to T18232: Segmentation Utilities Morphological - Button Name: MITK, Bugzilla.
Aug 2 2016, 10:15 AM · MITK (2014-10), Bugzilla
lichtenn added a comment to T18230: Segmentation paint tool leaves brush contour without clicking mouse button.

Bug cannot be reproduced.

Aug 2 2016, 10:15 AM · MITK (2014-10), Bugzilla
lichtenn added a comment to T18084: ImageDataItem has 4D support which leads to crashes in some filters.

(In reply to Git Admin from comment #8)

User lichtenn has pushed new remote branch:

bug-18084-Geometry_not_initialized_properly_on_4DImages
Aug 2 2016, 10:14 AM · MITK (2015-05-2), Bugzilla
lichtenn added a comment to T18084: ImageDataItem has 4D support which leads to crashes in some filters.

Deactivation of MitralAnnulusOptimizer Test

Aug 2 2016, 10:14 AM · MITK (2015-05-2), Bugzilla
lichtenn added projects to T18084: ImageDataItem has 4D support which leads to crashes in some filters: MITK, Bugzilla.
Aug 2 2016, 10:14 AM · MITK (2015-05-2), Bugzilla
lichtenn added a comment to T18084: ImageDataItem has 4D support which leads to crashes in some filters.

Problem is probably related to TimeGeometry changes (bug-17209).

Aug 2 2016, 10:14 AM · MITK (2015-05-2), Bugzilla
lichtenn added a comment to T18084: ImageDataItem has 4D support which leads to crashes in some filters.

[56fe74]: COMP Merge branch 'bug-18084-MItralAnnulusOptimizerTestFails'

Merged commits:

2014-09-11 13:40:26 Nils Lichtenberg [3a0624]
Deactivated MitralAnnulusOptimizerTest

Aug 2 2016, 10:14 AM · MITK (2015-05-2), Bugzilla
lichtenn added a comment to T18084: ImageDataItem has 4D support which leads to crashes in some filters.

The bug may be related to the geometry redesign, but further investigation is necessary.

Aug 2 2016, 10:14 AM · MITK (2015-05-2), Bugzilla
lichtenn added a comment to T18084: ImageDataItem has 4D support which leads to crashes in some filters.

After writing an MITK test, we are sure that this is bug in MITK geometry.

Aug 2 2016, 10:14 AM · MITK (2015-05-2), Bugzilla
lichtenn added a comment to T18084: ImageDataItem has 4D support which leads to crashes in some filters.

Further investigation revealed that mitk::Image::GetSlicedGeometry returns NULL for timesteps that are != 0 or have not been viewed/rendered before.

Aug 2 2016, 10:14 AM · MITK (2015-05-2), Bugzilla
lichtenn added a comment to T18031: Volume Visualization: Workbench crashes when entering Gradient->Color value.

[3d0d31]: Merge branch 'bug-18031-Workbench-crash-on-entering-transfer-func-valu

Merged commits:

2014-08-20 15:45:06 Nils Lichtenberg [b29680]
Now adding the same histogram to the color widget like to the other widgets. The histogram is used to check for the valid range of input.

Aug 2 2016, 10:14 AM · Bugzilla, MITK
lichtenn added projects to T18027: Volume Vizualisation: QLineEdit for transferfunction does not update automatically: MITK, Bugzilla.
Aug 2 2016, 10:14 AM · Bugzilla, MITK
lichtenn added projects to T18031: Volume Visualization: Workbench crashes when entering Gradient->Color value: MITK, Bugzilla.
Aug 2 2016, 10:14 AM · Bugzilla, MITK
lichtenn added a comment to T18027: Volume Vizualisation: QLineEdit for transferfunction does not update automatically.

[f9018a]: Merge branch 'bug-18027-VolumeVis-transfer-func-not-updated'

Merged commits:

2014-08-20 15:17:06 Nils Lichtenberg [981d9a]
Transfer function points now get updated on each edit within the corresponding QLineEdit.

Aug 2 2016, 10:14 AM · Bugzilla, MITK
lichtenn added a comment to T17984: DICOM Q/R plugin can not start storescp service.

Tried to reproduce this on Linux with current master.

Aug 2 2016, 10:14 AM · MITK (2016-03), Bugzilla
lichtenn added a comment to T17984: DICOM Q/R plugin can not start storescp service.

(In reply to Nils Lichtenberg from comment #2)

Tried to reproduce this on Linux with current master.

Initial console output is the same as in attachment.

Additionally, the transfer is marked as successful:

GET responses report for study:
1.2.276.0.7230010.3.1.2.69332360.5336.1415132775.623
1 images transferred, and
0 images transferred with warning, and
0 images transfers failed
Retrieve success

... but no image is transferred to local storage.

The DCMTK module has two executable storescp files, in DCMTK-install and
-build.
When running the DICOM plugin, the path points to the install folder. This
executable is not runnable from console, but the one in the build folder is.
Is there any difference?

Aug 2 2016, 10:14 AM · MITK (2016-03), Bugzilla
lichtenn added a comment to T17942: New Opacity of a label-color is not directly shown after changing it.

The opacity slider updates the opacity value in the properties window and the render windows live.
Am I looking at the wrong spot?

Aug 2 2016, 10:13 AM · Bugzilla, MITK
lichtenn added projects to T17909: Current implementation of mitk::SliceNavigator::ReorientSlices does not cover some use-cases: MITK, Bugzilla.
Aug 2 2016, 10:13 AM · Bugzilla, MITK
lichtenn added a comment to T17898: Volume visualisation plugin - saving and loading transfer functions does not work properly.

This bug was produced on a linux machine with following locale config:

Aug 2 2016, 10:13 AM · MITK (2014-10), Bugzilla
lichtenn added projects to T17898: Volume visualisation plugin - saving and loading transfer functions does not work properly: MITK, Bugzilla.
Aug 2 2016, 10:13 AM · MITK (2014-10), Bugzilla
lichtenn added a comment to T17898: Volume visualisation plugin - saving and loading transfer functions does not work properly.

Probably refers to http://bugs.mitk.org/show_bug.cgi?id=16328

Aug 2 2016, 10:13 AM · MITK (2014-10), Bugzilla
lichtenn added a comment to T17862: Region growing 3D doesn't work on float/double images with value range 0-1.

First investigation:
-Internally the seed point value is temporarily stored as an integer
-> fails for 0..1

Aug 2 2016, 10:13 AM · Auto-closed, MITK, Bugzilla
lichtenn added a comment to T17837: Update Interaction Concepts Doc for Statemachine.

Requesting core modification for doxygen file:
Core/Documentation/Doxygen/Concepts/DataInteraction.dox

Aug 2 2016, 10:13 AM · Bugzilla, MITK
lichtenn added a comment to T17837: Update Interaction Concepts Doc for Statemachine.

[faa0f7]: Merge branch 'bug-17837-StatemachineDocumentation'

Merged commits:

2014-06-04 17:20:43 Nils Lichtenberg [164dd9]
Merge branch 'bug-17837-StatemachineDocumentation' of mitk.org:MITK into bug-17837-StatemachineDocumentation

Aug 2 2016, 10:13 AM · Bugzilla, MITK
lichtenn added projects to T17837: Update Interaction Concepts Doc for Statemachine: MITK, Bugzilla.
Aug 2 2016, 10:13 AM · Bugzilla, MITK
lichtenn added a comment to T17830: DisplayGeometry origin changes unexpectedly when zooming.

[e26039]: Merge branch 'bug-17830-trac-3517-display-geometry-zoom-with-1-0-facto

Merged commits:

2014-06-11 14:31:34 Nils Lichtenberg [6e939e]
Merge remote-tracking branch 'pullReq-17830/bug-17830-trac-3517-display-geometry-zoom-with-1.0-factor' into bug-17830-trac-3517-display-geometry-zoom-with-1.0-factor

Aug 2 2016, 10:12 AM · Bugzilla, MITK
lichtenn added a comment to T17830: DisplayGeometry origin changes unexpectedly when zooming.

I could not reproduce the case that the origin changes while the scale factor remains constant.

Aug 2 2016, 10:12 AM · Bugzilla, MITK
lichtenn added a comment to T17830: DisplayGeometry origin changes unexpectedly when zooming.

mitk.org/ChangeRequests/17830

Aug 2 2016, 10:12 AM · Bugzilla, MITK
lichtenn added a comment to T17809: Live wire tool crashes.

[046d29]: Merge branch 'bug-17809-On-Confirm-Segmentation-Crash'

Merged commits:

2014-05-28 13:49:56 Nils Lichtenberg [02b25e]
clearing segmentation on confirming segmentation if the shape is not closed

Aug 2 2016, 10:12 AM · Bugzilla, MITK
lichtenn added a comment to T17801: Workbench crashes if contour with less than 3 points is filled in slice.

[117c15]: Merge branch 'bug-17801-crash-at-fill-contour'

Merged commits:

2014-05-14 16:42:07 Nils Lichtenberg [42b729]
Issue has been fixed by returning empty VtkPolyData object for the less than 3 points case.

Aug 2 2016, 10:12 AM · Bugzilla, MITK
lichtenn added a comment to T17802: Workbench crashes if you try to select contour control point.

[2ef13f]: Merge branch 'bug-17802-crash-on-contour-point-selected'

Merged commits:

2014-05-14 16:47:26 Nils Lichtenberg [26cc45]
Clear contour if point deletion results in one single point left

Aug 2 2016, 10:12 AM · Bugzilla, MITK
lichtenn added a comment to T17772: Stepper getter methods should be const.

[b4d26f]: Merge branch 'bug-17772-stepper-getter-methods-should-be-const'

Merged commits:

2014-05-02 23:08:52 Taylor Braun-Jones [af64b8]
COMP: Cons-correctness fixes for Stepper getters

Aug 2 2016, 10:12 AM · Bugzilla, MITK
lichtenn added a comment to T17546: Morphological closing only works on 3d Segmentation.

What Sebastian described still happened to me during the release check.
As a quick fix the user could be notified that the operation only works on 3D segmentations

Aug 2 2016, 10:11 AM · MITK (2014-10), Bugzilla
lichtenn added a comment to T17357: Disable tool interaction in 3D render-window.

[2d1c08]: Merge branch 'bug-17357-disable-tool-interaction-in-3d'

Merged commits:

2014-05-28 15:31:12 Nils Lichtenberg [5bbc3d]
Added call of CanHandleEvent to each Action

Aug 2 2016, 10:11 AM · Bugzilla, MITK
lichtenn added a comment to T16601: Volume visualisation plugin - transferfunction label does not support special characters.

This seems to be a windows specific bug.

Aug 2 2016, 10:09 AM · Auto-closed, MITK, Bugzilla
lichtenn added a comment to T16380: Resampling in BasicImageProcessing produces zero-dimension images.

What's the status of this bug?

Aug 2 2016, 10:08 AM · Bugzilla, MITK
lichtenn added a comment to T16185: image cropper plugin does not allow for reusing the bounding object on a new selected image.

What's the status of this bug?

Aug 2 2016, 10:07 AM · Bugzilla, MITK
lichtenn added a comment to T16112: Layer of active segmentation is not at top when multiple images are present in data manager.

is T18244 a duplicate of/related to this bug?

Aug 2 2016, 10:07 AM · MITK (2014-10), Bugzilla
lichtenn added a comment to T16037: Volume Vizualisation: color selection menu doesn't pop up.

Volume visualization checklist test 11 refers to the Grayvalue -> Color Widget.
For the Grayvalue -> Color widget the behaviour is correct.

Aug 2 2016, 10:06 AM · Bugzilla, MITK
lichtenn added a comment to T16038: Volume Vizualisation: strange behavior when putting in very high/low values for greyvalue.

The points can be set out of the visual range of the graph and thus out of the gray value range of the image. Is it that what you mean?

Aug 2 2016, 10:06 AM · Bugzilla, MITK
lichtenn added a comment to T16038: Volume Vizualisation: strange behavior when putting in very high/low values for greyvalue.

[9967b3]: Merge branch 'bug-16038-Transferfunction-anchor-points-out-of-valid-ra

Merged commits:

2014-07-23 14:42:51 Nils Lichtenberg [512272]
resolved by restricting transfer function points to hisogram range

Aug 2 2016, 10:06 AM · Bugzilla, MITK
lichtenn added a comment to T14849: Volume visualisation opacity fields are too small.

[87d79e]: Merge branch 'bug-14849-Volume-visualisation-lineEdit-too-small'

Merged commits:

2014-08-13 15:10:25 Nils Lichtenberg [67f190]
Merge branch 'bug-14849-Volume-visualisation-lineEdit-too-small' of mitk.org:MITK into bug-14849-Volume-visualisation-lineEdit-too-small

Aug 2 2016, 10:02 AM · Bugzilla, MITK
lichtenn added a comment to T14415: bad layouting in pointset interaction plugin.

Branch has been merged, can the bug be set to resolved?

Aug 2 2016, 10:00 AM · Bugzilla, MITK
lichtenn added a comment to T14044: Fast scrolling through slides using "shift".

Closing this bug since the request is already implemented.

Aug 2 2016, 10:00 AM · Bugzilla, MITK
lichtenn added a comment to T14044: Fast scrolling through slides using "shift".

This feature is already implemented (for rightMouse + ctrl + moveMouse) but not active in the default interaction config. See bug branch

Aug 2 2016, 10:00 AM · Bugzilla, MITK
lichtenn added a comment to T13969: Transferfunction point loses focus.

[8e2a46]: Merge branch 'bug-13969-Transferfunction-Point-Loses-Focus'

Merged commits:

2014-07-23 13:53:28 Nils Lichtenberg [311699]
QmitkTransferFunctionCanvas::AddFunctionPoint now returns an integer with the index of the newly set point. The return value is set as the index to focus.

Aug 2 2016, 9:59 AM · Bugzilla, MITK
lichtenn added a comment to T13946: Allow CTK QtTesting for MITK.

What's the status of this bug?

Aug 2 2016, 9:59 AM · Bugzilla, MITK
lichtenn added a comment to T13440: Create new editor for visual verification of registration.

What's the status of this bug? Is it ready to merge?

Aug 2 2016, 9:58 AM · Bugzilla, MITK
lichtenn added a comment to T12959: rename org.mitk.gui.qt.extapplication to org.mitk.gui.qt.workbenchapplication.

What's the status of this bug?

Aug 2 2016, 9:56 AM · MITK (2015-03), Bugzilla
lichtenn added a comment to T8957: Proof reading documentation of MITK Bundles.

The bug-8957-ProofReadingDocumentation2 branch contains the changes proposed by the two interns (early august) and is ready to be merged.

Aug 2 2016, 9:47 AM · Bugzilla, MITK