Page MenuHomePhabricator

heimann (Tobias Heimann)
Disabled

Projects

User does not belong to any projects.

User Details

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

Recent Activity

Aug 2 2016

heimann added projects to T9341: Level/Window interaction buggy: MITK, Bugzilla.
Aug 2 2016, 9:48 AM · Bugzilla, MITK
heimann added projects to T8350: Reinit behaviour for rotated datasets: MITK, Bugzilla.
Aug 2 2016, 9:45 AM · MITK (2016-03), Bugzilla
heimann added projects to T6589: mitkPaintbrushTool unusable due to inefficient code: MITK, Bugzilla.
Aug 2 2016, 9:42 AM · Bugzilla, MITK
heimann added a comment to T6552: Segmentation Meta-Bug.

[SVN revision 29494]
FIX (#6552): Correct 0.5 offset in ExtractImageFilter::GenerateData(). This lead to errors when displaying feedback contours for 2D segmentation tools.

Aug 2 2016, 9:42 AM · Bugzilla, MITK
heimann added a comment to T6552: Segmentation Meta-Bug.

[SVN revision 29013]
FIX (#6552): Set showVolume property to false for interactive segmentation tools. This speeds up things considerably...

Aug 2 2016, 9:42 AM · Bugzilla, MITK
heimann added a comment to T6552: Segmentation Meta-Bug.

[SVN revision 29473]
COMP (#6552): forgot to commit this...

Aug 2 2016, 9:42 AM · Bugzilla, MITK
heimann added a comment to T6552: Segmentation Meta-Bug.

[SVN revision 29472]
FIX (#6552): Change parameter 1 in functions ContourUtils::BackProjectContourFrom2DSlice() and FeedbackContourTool::BackProjectContourFrom2DSlice from Image* to const Geometry3D*. The image is not needed in these functions and there are cases in which this change eliminates the need for extracting the image, thus speeding up things nicely.

Aug 2 2016, 9:42 AM · Bugzilla, MITK
heimann added projects to T6552: Segmentation Meta-Bug: MITK, Bugzilla.
Aug 2 2016, 9:42 AM · Bugzilla, MITK
heimann added a comment to T6552: Segmentation Meta-Bug.

[SVN revision 29008]
FIX (#6552): remove debug output that slows down execution considerably

Aug 2 2016, 9:42 AM · Bugzilla, MITK
heimann added a comment to T5284: Include ShapeModelEvaluator.

[SVN revision 25943]
ADD (#5284): Include ShapeModelEvaluator in build system again (has been removed some time ago).

Aug 2 2016, 9:40 AM · Bugzilla, MITK
heimann added projects to T5284: Include ShapeModelEvaluator: MITK, Bugzilla.
Aug 2 2016, 9:40 AM · Bugzilla, MITK
heimann added projects to T4333: Memory errors in ipSegmentation: MITK, Bugzilla.
Aug 2 2016, 9:38 AM · Bugzilla, MITK
heimann added a comment to T4333: Memory errors in ipSegmentation.

This can be fixed by replacing "memcpy" by "memmove", which is the suggested "official" replacement for "bcopy".
http://www.opengroup.org/onlinepubs/000095399/functions/bcopy.html

Aug 2 2016, 9:38 AM · Bugzilla, MITK
heimann added a comment to T4333: Memory errors in ipSegmentation.

[SVN revision 23804]
FIX (#4333): Memory errors in ipSegmentation

Aug 2 2016, 9:38 AM · Bugzilla, MITK
heimann added a comment to T4154: Check for update on TinyXML.

[SVN revision 23531]
FIX (#4154): TinyXML updated to current version 2.5.5

Aug 2 2016, 9:37 AM · Bugzilla, MITK
heimann added a comment to T4154: Check for update on TinyXML.

We are using TinyXML 2.5.3
There is a new version 2.5.5 with some bug fixes - worth an update, I think.
I also checked TinyXML++ but I am not convinced it would be wise to use it at the current stage. As it is quite recent, the community for this project is much smaller than for TinyXML and there are still quite a bit of open issues. It also seems that it would require a lot of changes in MITK without additional benefit.

Aug 2 2016, 9:37 AM · Bugzilla, MITK
heimann added a comment to T4154: Check for update on TinyXML.

Updated to TinyXML 2.5.5

Aug 2 2016, 9:37 AM · Bugzilla, MITK
heimann added a comment to T2210: Allow segmentation on reoriented 2D slices.

Andreas Fetzer is working on this now.

Aug 2 2016, 9:25 AM · Bugzilla, MITK
heimann added a comment to T2210: Allow segmentation on reoriented 2D slices.

Working on this, I'm getting problems with incorrect world2index and index2world transforms. There should be a test case in MITK to ensure that these work reliably.

Aug 2 2016, 9:25 AM · Bugzilla, MITK
heimann added a comment to T2210: Allow segmentation on reoriented 2D slices.

A first version is in the current SVN.

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