Page MenuHomePhabricator

Segmentation Meta-Bug
Closed, ResolvedPublic

Description

This is for small bug fixes for the maintenance of the Segmentation bundle.

Event Timeline

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

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

[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.

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

Since your latest changes from 2011-02-01 the Paint Tool Feedback Contour does not work properly. I try to find out why ..

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

Current Status:

if you revert the changes in mitkPaintbrushTool.cpp and adapt line 311 like this:

displayContour = FeedbackContourTool::BackProjectContourFrom2DSlice( slice->GetGeometry(), displayContour );

(The difference is just, that u give the function a geomentry instead of an image as parameter)

it works again! So apparently the geometry of the image and the geometry you get from the event are not exchangable.

I will have a look at it next wednesday

[SVN revision 29801]
FIX (#6552): Reverted some of the changes to make it work properly again.

Resetting all bugs without active assignee flag to "CONFIRMED". Change status to IN_PROGRESS if you are working on it.

Closed the bug since it isn't used anymore. Meanwhile we migrated to GIT and therefore, meta bugs are not what you would typically call the ideal way. :)