User Details
- User Since
- Aug 1 2016, 12:10 PM (431 w, 19 h)
- Roles
- Disabled
Aug 2 2016
[SVN revision 29494]
FIX (#6552): Correct 0.5 offset in ExtractImageFilter::GenerateData(). This lead to errors when displaying feedback contours for 2D segmentation tools.
[SVN revision 29013]
FIX (#6552): Set showVolume property to false for interactive segmentation tools. This speeds up things considerably...
[SVN revision 29473]
COMP (#6552): forgot to commit this...
[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 29008]
FIX (#6552): remove debug output that slows down execution considerably
[SVN revision 25943]
ADD (#5284): Include ShapeModelEvaluator in build system again (has been removed some time ago).
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
[SVN revision 23804]
FIX (#4333): Memory errors in ipSegmentation
[SVN revision 23531]
FIX (#4154): TinyXML updated to current version 2.5.5
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.
Updated to TinyXML 2.5.5
Andreas Fetzer is working on this now.
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.
A first version is in the current SVN.