Page MenuHomePhabricator
Feed Advanced Search

Aug 2 2016

graser added a comment to T5863: no filewriter/reader for mitk::seedsimage available.

The Graphcut plugin was excluded due to Patent-Issues
(ITK also included a graphcut function, but excluded it again as well due to patents).

Aug 2 2016, 9:41 AM · Bugzilla, MITK
graser added a comment to T5863: no filewriter/reader for mitk::seedsimage available.

not working on that atm. but maybe sometimes in the future

Aug 2 2016, 9:41 AM · Bugzilla, MITK
graser added a comment to T5863: no filewriter/reader for mitk::seedsimage available.

I just made an easy fix ,that allows seedsImages to be saved like and image.

Aug 2 2016, 9:41 AM · Bugzilla, MITK
graser added a comment to F625: screen.png.

error message

Aug 2 2016, 9:41 AM
graser added projects to T5863: no filewriter/reader for mitk::seedsimage available: MITK, Bugzilla.
Aug 2 2016, 9:41 AM · Bugzilla, MITK
graser added a comment to T5863: no filewriter/reader for mitk::seedsimage available.

Another solution: Establish a novel file ending "msi" for mitk seeds image. Its actually saved as PIC, but when it is loaded, its put into a mitk::seedsimage

Aug 2 2016, 9:41 AM · Bugzilla, MITK
graser added a comment to T5732: Revert changes to Blueberry-Framework.

reverted blueberry changes.
Now waiting for the repository to go green for comitting

Aug 2 2016, 9:41 AM · Bugzilla, MITK
graser added a comment to T5732: Revert changes to Blueberry-Framework.

[SVN revision 28600]
FIX (#5732): Reverted changes to blueberry framework.

Aug 2 2016, 9:41 AM · Bugzilla, MITK
graser added a comment to T5557: segmentation interpolation moves down.

Now, all Tests and all changes have been done!

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5557: segmentation interpolation moves down.

[SVN revision 28692]
COMP (#5557): Updated SlicedGeometry3D Test. mitk::Geometry3D::GetCornerPoint should apparently return the same value, wether it is an imageGeometry or not.

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5557: segmentation interpolation moves down.

[SVN revision 28812]
COMP (#5557): Updated TimeSlicedGeometry Test.

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5557: segmentation interpolation moves down.

All geometry changes have been committed and tested successfully.

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5557: segmentation interpolation moves down.

[SVN revision 28816]
FIX (#5557): Corrected signed/unsigned comparison

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5557: segmentation interpolation moves down.

[SVN revision 28634]
FIX (#5557): Adjusted Geometry Tests

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5557: segmentation interpolation moves down.

[SVN revision 28636]
COMP (#5557): The function "FitGeometry" was adding 0.5 offset, if it is an imagegeometry! No manual 0.5 offset correction allowed anymore!!! See geometry doc!

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5557: segmentation interpolation moves down.

[SVN revision 28691]
FIX (#5557): Undid bad changes in mitk::Geometry3D::GetCornerPoint and mitk::BoundingObject::FixGeometry

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5557: segmentation interpolation moves down.

Newest Patch for Geometries and Segmentation Tools

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5557: segmentation interpolation moves down.

[SVN revision 28633]
FIX (#5557): Small Bugfix: The function "GetCornerPoint" was adding 0.5 offset manually, if it was an imagegeometry. This has been removed.

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5557: segmentation interpolation moves down.

Basically all the changes were:

  • give a warning, when trying to add a non-image-geometry onto an image using setGeometry
  • for each kind of geomety a function called "ChangeImageGeometryConsideringOriginOffset" has been implemented to add/remove the offset for center-based behavior
  • Comments for several functions improved
Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5557: segmentation interpolation moves down.

[SVN revision 28568]
FIX (#5557): Adjust Geometries to center-based behaviour if they are image-geometries

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5557: segmentation interpolation moves down.

Ivo and me agreed on a final solution. You can see it in the newest patch, attached to this bug. We would like to commit it like this.

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to F607: Patch_GeometriesAndSegmentationTools_2.patch.

A newer patch with all the changes to fix this bug

Aug 2 2016, 9:40 AM
graser added a comment to T5557: segmentation interpolation moves down.

Patch for Geometries and Segmentation Tools

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5557: segmentation interpolation moves down.

The attached Patch corrects geometries behaviour and fixes the behaviour of the segmentation tools.

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5557: segmentation interpolation moves down.

A newer patch with all the changes to fix this bug

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to F608: Newest_Patch_Geometries_and_Segmentation_Tools.patch.

Newest Patch for Geometries and Segmentation Tools

Aug 2 2016, 9:40 AM
graser added a comment to T5557: segmentation interpolation moves down.

We found the problem.

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5557: segmentation interpolation moves down.

We had to make some more changes .. a new (better) patch is coming soon

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5557: segmentation interpolation moves down.

Killed the bug locally by changing mitk::image::setGeometry and creating the function
mitk::Geometry3D::ChangeImageGeometryConsideringOriginOffset(bool isAnImageGeometry)

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added projects to T5557: segmentation interpolation moves down: MITK, Bugzilla.
Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to F606: Patch_GeometriesAndSegmentationTools.patch.

Patch for Geometries and Segmentation Tools

Aug 2 2016, 9:40 AM
graser added a comment to T5557: segmentation interpolation moves down.

Still could not fix it, postponed to 3M4 release.
Would be happy if someone else could have a look at it.

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5557: segmentation interpolation moves down.

Bug is still there. We were not able to fix it yet.
Maybe postpone it.

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5419: Automatic visibility toggle of segmentation bundle is confusing.

Bug still appears in 3M3 v 1.0 installer version

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5419: Automatic visibility toggle of segmentation bundle is confusing.

Bug is quite critical. Makes the organ-segmentation via shape models in 3M3 v1.0 quite unusable.

Aug 2 2016, 9:40 AM · Bugzilla, MITK
graser added a comment to T5249: 4D polygon models cannot be saved/loaded properly.

4d binary image

Aug 2 2016, 9:39 AM · Bugzilla, MITK
graser added a comment to T5249: 4D polygon models cannot be saved/loaded properly.

reopened, thomas wants it!
a 4D MITK Surfaces for testing can easily created by opening the attached binary 4D image and click "Create Polygon Model" from the context menu (Segmentation bundle needs to be enabled).

Aug 2 2016, 9:39 AM · Bugzilla, MITK
graser added a comment to T5249: 4D polygon models cannot be saved/loaded properly.

It is probably not possible to store 4D models in STL format. Are there other 3D model formats that we (or ITK/VTK) support to store 4D models?

Aug 2 2016, 9:39 AM · Bugzilla, MITK
graser added a comment to F591: 4DBinary.nrrd.

4d binary image

Aug 2 2016, 9:39 AM
graser added projects to T5249: 4D polygon models cannot be saved/loaded properly: MITK, Bugzilla.
Aug 2 2016, 9:39 AM · Bugzilla, MITK
graser added a comment to T5248: Segmentation Bundle does not work with binary images.

Some changes have been made in the segmentation bundle in context of another bug (do not know the ID). Anyway, the segmentation bundle supports segmentation of binary images now.

Aug 2 2016, 9:39 AM · Bugzilla, MITK
graser added projects to T5248: Segmentation Bundle does not work with binary images: MITK, Bugzilla.
Aug 2 2016, 9:39 AM · Bugzilla, MITK
graser added projects to T5223: MITK freezes when trying to save a 4D image in a non-4D format (e.g. bmp): MITK, Bugzilla.
Aug 2 2016, 9:39 AM · Bugzilla, MITK
graser added a comment to T5223: MITK freezes when trying to save a 4D image in a non-4D format (e.g. bmp).

MITK won't freeze anymore, when saving a 3D/4D image in inproper format (bmp). Instead we just get error messages

Aug 2 2016, 9:39 AM · Bugzilla, MITK
graser added a comment to T5129: ToFImageProcessing Bundle: Sliders from "Bilateral Filter" have no effect.

[SVN revision 25557]
FIX (#5129): corrected Signal/Slot connection, so the sliders of "bilateral filter" are working properly now

Aug 2 2016, 9:39 AM · Bugzilla, MITK
graser added projects to T5129: ToFImageProcessing Bundle: Sliders from "Bilateral Filter" have no effect: MITK, Bugzilla.
Aug 2 2016, 9:39 AM · Bugzilla, MITK
graser added a comment to T4948: segmented pixel does not match selected pixel.

All geometry changes have been committed and tested successfully.

Aug 2 2016, 9:39 AM · Bugzilla, MITK
graser added a comment to T4948: segmented pixel does not match selected pixel.

[SVN revision 25833]
FIX (#4948): Corrected some offset issues, see bugtracker for more details

Aug 2 2016, 9:39 AM · Bugzilla, MITK
graser added a comment to T4948: segmented pixel does not match selected pixel.

problem occurs in all the tools of the manual segmentation bundle. Reverted some of the changes made in rev 19782 to compensate offset.

Aug 2 2016, 9:39 AM · Bugzilla, MITK
graser added projects to T4948: segmented pixel does not match selected pixel: MITK, Bugzilla.
Aug 2 2016, 9:39 AM · Bugzilla, MITK
graser added a comment to T4948: segmented pixel does not match selected pixel.

mitkContourUtils.cpp -- Checked
mitkCorrectorAlgorithm.cpp -- need to be checked
mitkContourTool.cpp -- Checked
mitkPaintbrushTool.cpp -- need to be checked
mitkRegionGrowingTool.cpp -- Checked (but maybe another bug detected. Starting Region sometimes quite far away from starting pixel)
mitkSegTool2D.cpp -- Checked
mitkSetRegionTool.cpp -- need to be checked (fill/erase)

Aug 2 2016, 9:39 AM · Bugzilla, MITK
graser added a comment to T4736: no bounding box available when only one image is selectable.

changed Signal/Slot behaviour. Cropping object is now a helper object.

Aug 2 2016, 9:38 AM · Bugzilla, MITK
graser added a comment to T4736: no bounding box available when only one image is selectable.

[SVN revision 24952]
FIX (#4736): changed Signal/Slot behaviour. Cropping object is now a helper object

Aug 2 2016, 9:38 AM · Bugzilla, MITK
graser added a comment to T4692: Inconsistent handling of pixel and voxel centers.

[SVN revision 26151]
FIX (#4692): Added if-check for imagegeometries to the function mitkGeometry3D::IsIndexInside, so it can produce correct output

Aug 2 2016, 9:38 AM · Bugzilla, MITK
graser added a comment to T4692: Inconsistent handling of pixel and voxel centers.

Little graphic to make the coherence of coordinates more comprehensible

centerbased.png (1×1 px, 62 KB)

Aug 2 2016, 9:38 AM · Bugzilla, MITK
graser added a comment to T4692: Inconsistent handling of pixel and voxel centers.

All geometry changes have been committed and tested successfully.

Aug 2 2016, 9:38 AM · Bugzilla, MITK
graser added a comment to F562: centerbased.png.

coordinates

Aug 2 2016, 9:38 AM
graser added a comment to T4583: mitk::CastToItkImage for 4D images.

I had a look at it. It is possible to convert 4D mitk images to itk images, apply itk filters on them and get back the result in a 4D mitk image. You have to use the correct macros. Do not use "AccessByItk" but "AccessFixedDimensioByItk" !!

Aug 2 2016, 9:38 AM · Auto-closed, Bugzilla, MITK
graser added a comment to T4337: Support for 4D Pointsets.

@Xin : What's the statuss?

Aug 2 2016, 9:38 AM · Bugzilla, MITK
graser added a comment to T4337: Support for 4D Pointsets.

4D Pointsets are not still not fully supported!

Aug 2 2016, 9:38 AM · Bugzilla, MITK
graser added a comment to T4181: Dynamic file extension retriever for ITK supported formats.

T8092 needs to be finished first

Aug 2 2016, 9:38 AM · Bugzilla, MITK
graser added a comment to T4007: BoundingObjectCutter produces offset.

Could not reproduce the bug, propably fixed with geometry changes

Aug 2 2016, 9:37 AM · Bugzilla, MITK
graser added a comment to T4007: BoundingObjectCutter produces offset.

Quite a lot changes happened at Geometry3D.
Need to check if this bug is still contemporary..

Aug 2 2016, 9:37 AM · Bugzilla, MITK
graser added a comment to T3199: Added stringVectorProperty for showing labels for each point of the PointSet.

We have a look

Aug 2 2016, 9:33 AM · Bugzilla, MITK
graser added a comment to T3199: Added stringVectorProperty for showing labels for each point of the PointSet.

Please checkout the branch
bug-3199-StringVectorPropertyForPointSet

Aug 2 2016, 9:33 AM · Bugzilla, MITK
graser added a comment to T3199: Added stringVectorProperty for showing labels for each point of the PointSet.

I need to stop working on this bug due to more important bug (this here is only a feature request). For anyone who want to continue here:

Aug 2 2016, 9:33 AM · Bugzilla, MITK
graser added a comment to T3199: Added stringVectorProperty for showing labels for each point of the PointSet.

Currently trying to manually insert the patch locally.
Still need to adjust Mapper2D and Mapper3D

Aug 2 2016, 9:33 AM · Bugzilla, MITK
graser added a comment to T3192: Render window menus are not drawn.

Current Status:

Aug 2 2016, 9:33 AM · MITK (2012-06), Bugzilla
graser added a comment to T2662: Skin feature for MITK.

Results of discussion in the MITK meeting:

Aug 2 2016, 9:28 AM · Bugzilla, MITK
graser added a comment to T2317: MITK application is too slow.

Bug is not very specific. My images load in accetpable speed. Can we maybe close this, Markus?

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