Page MenuHomePhabricator

reuterv (Vincent Reuter)
Disabled

Projects

User does not belong to any projects.

User Details

User Since
Aug 1 2016, 12:10 PM (399 w, 4 d)
Roles
Disabled

Recent Activity

Aug 2 2016

reuterv added a comment to T19275: Segmentation interpolation in 2D not working (occasionally crashes).

The indices are calculated the same if we remove the changes implemented in ipSegmentation.h and ipSegnentationP.h. So that does not seem to be the source of the error. GetAffectedWorkingSlice also delivers the right slice. That was tested by initializing a datanode with the slice and adding it to the datastorage. My suggestion is that the calculations of the contour fail due too the switch from unsigned char to unsigned short somewhere in the ipPic sections of the code.

Aug 2 2016, 10:21 AM · Bugzilla, MITK
reuterv added projects to T19200: Switching the component in a multicomponent image does not update the pixel value view (label) in the workbench: MITK, Bugzilla.
Aug 2 2016, 10:21 AM · Auto-closed, Bugzilla, MITK
reuterv added projects to T19199: Switching the component in a multicomponent image does not update the pixel value view (label) in the workbench: MITK, Bugzilla.
Aug 2 2016, 10:21 AM · Bugzilla, MITK
reuterv added projects to T19198: Switching the component in a multicomponent image does not update the pixel value view (label) in the workbench: MITK, Bugzilla.
Aug 2 2016, 10:21 AM · Bugzilla, MITK
reuterv added projects to T19180: PointSet Interaction confuses point indices and number of points: MITK, Bugzilla.
Aug 2 2016, 10:21 AM · Bugzilla, MITK
reuterv added a comment to T19126: Fill/Erase tool leads to crashes in MAC OS X on several occasions.

Important note:

Aug 2 2016, 10:20 AM · MITK (2016-03), Bugzilla
reuterv added projects to T19126: Fill/Erase tool leads to crashes in MAC OS X on several occasions: MITK, Bugzilla.
Aug 2 2016, 10:20 AM · MITK (2016-03), Bugzilla
reuterv added a comment to T19067: Surface loading dialog appears behind workbench in Linux GNOME.

[530117]: Merge branch 'bug-19067-surface-loading-dialog-behind-workbench'

Merged commits:

2015-08-19 15:25:18 Vincent Reuter [77abbb]

  • added defined Qt::WindowFlags to call of constructor base class of QmitkFileReaderOptionDialog class: Qt::WindowStaysOnTopHint.
Aug 2 2016, 10:20 AM · Bugzilla, MITK
reuterv added projects to T19067: Surface loading dialog appears behind workbench in Linux GNOME: MITK, Bugzilla.
Aug 2 2016, 10:20 AM · Bugzilla, MITK
reuterv added a comment to T19067: Surface loading dialog appears behind workbench in Linux GNOME.

QmitkFileReaderOptionDialog class needs a defined Qt::WindowFlags when constructor is called: e.g. Qt::WindowStaysOnTopHint passed to constructor of base class QDialog.

Aug 2 2016, 10:20 AM · Bugzilla, MITK
reuterv added projects to T19064: Removing a measurement performs a global reinit: MITK, Bugzilla.
Aug 2 2016, 10:20 AM · Bugzilla, MITK
reuterv added a comment to T18976: Pointset interaction crashes if large numbers are used as coordinates.

[465fe4]: Merge branch 'bug-18976-PoinstSet-Interaction-crashes-large-coordinate

Merged commits:

2015-08-19 15:35:54 Vincent Reuter [64556b]

  • changed static function declaration
Aug 2 2016, 10:20 AM · MITK (2016-11), Bugzilla
reuterv added a comment to T18976: Pointset interaction crashes if large numbers are used as coordinates.

crash 1:
adding a point manually to a pointset with large value outside of double precision and afterwards performing a global reinit
-> only occurs in debug mode, not in release mode
-> fixed problem concerning double precision for bounding boxes with 0 extent:

  • added throw exception in mitkRenderingManager.cpp if bounding box has 0 extent due to double precision exceeded
  • added QMessageBox with warning that input point coordinate exceeds double precision in QmitkEditPointDialog.cpp
Aug 2 2016, 10:20 AM · MITK (2016-11), Bugzilla
reuterv added a comment to T18976: Pointset interaction crashes if large numbers are used as coordinates.

I can reproduce the crash for two cases:

Aug 2 2016, 10:20 AM · MITK (2016-11), Bugzilla
reuterv added a comment to T18976: Pointset interaction crashes if large numbers are used as coordinates.

Note:

  1. mitkPointSet.cpp checks itkBounds first: if (width == 0) -> bounds +-0.5
  2. mitkRenderingManager.cpp checks BaseGeometry::BoundsArrayTyp newBounds afterwards: if(bound 1 equal bound 2) -> second bound +1
Aug 2 2016, 10:20 AM · MITK (2016-11), Bugzilla
reuterv added a comment to T18976: Pointset interaction crashes if large numbers are used as coordinates.

case: pointset contains a single point

Aug 2 2016, 10:20 AM · MITK (2016-11), Bugzilla
reuterv added a comment to T18976: Pointset interaction crashes if large numbers are used as coordinates.

Crashes in PlaneGeometry::CheckBounds due to bound[1] (witdh) = 0.
Value range is 19 digits like long data type.
Problem suspected in QmitkEditPointDialog::SetPoint in QmitkEditPointDialog.cpp

Aug 2 2016, 10:20 AM · MITK (2016-11), Bugzilla
reuterv added a comment to T18976: Pointset interaction crashes if large numbers are used as coordinates.

Second crash is related to mitk::DisplayGeometry Class that should be solved if the recent major geometry changes are integrated into the master branch.

Aug 2 2016, 10:20 AM · MITK (2016-11), Bugzilla
reuterv added a comment to T18933: Some DICOM images are incorrectly loaded in release version.

Modalities are MR and CT. I could not determine further differentiations.

Aug 2 2016, 10:19 AM · MITK (2016-03), Bugzilla
reuterv added projects to T18933: Some DICOM images are incorrectly loaded in release version: MITK, Bugzilla.
Aug 2 2016, 10:19 AM · MITK (2016-03), Bugzilla
reuterv added projects to T18905: MRI Head Normalization: MITK, Bugzilla.
Aug 2 2016, 10:19 AM · Bugzilla, MITK
reuterv added a comment to T18800: Color picker window opened behind workbench window.

Could not reproduce that error on my Linux

Aug 2 2016, 10:19 AM · MITK (2016-11), Bugzilla
reuterv added a comment to T18781: Logging View: Reset search filter button is missing.

Do you mean like this (see screenshot)?

screenshot-delete-button.png (203×393 px, 27 KB)

Aug 2 2016, 10:19 AM · MITK (2016-11), Bugzilla
reuterv added a comment to F1227: screenshot-delete-button.png.

delete button

Aug 2 2016, 10:19 AM
reuterv added projects to T18754: MITK Tutorial Step2: MITK, Bugzilla.
Aug 2 2016, 10:18 AM · MITK (2015-03), Bugzilla
reuterv added projects to T18753: MITK Tutorial Step3 Step5 Step6 Step7 Step8: MITK, Bugzilla.
Aug 2 2016, 10:18 AM · Bugzilla, MITK
reuterv added a comment to F1217: sreenshot_2.png.

after policy change

Aug 2 2016, 10:18 AM
reuterv added a comment to T18678: Segmentation combo box size adjustement policy fail.

after changing sizeAdjustPoliciy to AdjustToMinimumContents did not change anything

sreenshot_2.png (764×338 px, 38 KB)

Aug 2 2016, 10:18 AM · MITK (2015-03), Bugzilla
reuterv added a comment to T18529: Workbench not responding after selecting "ignore zero-valued voxels" in Statistics view.

[cd8433]: Merge branch 'bug-18529-image-statistics-compfix'

Merged commits:

2015-03-20 13:36:24 Vincent Reuter [ef4e3d]
COMP fixed with static_cast

Aug 2 2016, 10:17 AM · MITK (2015-03), Bugzilla
reuterv added a comment to T18529: Workbench not responding after selecting "ignore zero-valued voxels" in Statistics view.

new presumption:

Aug 2 2016, 10:17 AM · MITK (2015-03), Bugzilla
reuterv added a comment to T18529: Workbench not responding after selecting "ignore zero-valued voxels" in Statistics view.

[56c29c]: Merge branch 'bug-18529-statistics-bin-size-calc'

Merged commits:

2015-03-18 16:25:09 Vincent Reuter [6c52c2]
fixed bug for bin size calculation

Aug 2 2016, 10:17 AM · MITK (2015-03), Bugzilla
reuterv added a comment to T18529: Workbench not responding after selecting "ignore zero-valued voxels" in Statistics view.

false bin size calculation for histogram

Aug 2 2016, 10:17 AM · MITK (2015-03), Bugzilla
reuterv added a comment to T18447: View navigator search not working in a strict sense for single letter search..

this bug is actually not a bug it is a wanted function.

Aug 2 2016, 10:16 AM · Bugzilla, MITK
reuterv added a comment to T18447: View navigator search not working in a strict sense for single letter search..
  • label "clip" leads to movie maker in view navigator search in current release version 2014.10.00
Aug 2 2016, 10:16 AM · Bugzilla, MITK
reuterv added a comment to T18447: View navigator search not working in a strict sense for single letter search..

this bug is actually not a bug it is a wanted function.

Aug 2 2016, 10:16 AM · Bugzilla, MITK
reuterv added a comment to T17905: Tutorial Step 5: Slices not displayed in views (Interaction).

I tried it several times and it did not occur

Aug 2 2016, 10:13 AM · Bugzilla, MITK
reuterv added a comment to T15367: Clipping plane with surface model can be created on gray-value images.

Bug does not occur anymore.
Still, the default behavior of the "with surface model" checkbox should maybe be changed.

Aug 2 2016, 10:04 AM · Bugzilla, MITK