Page MenuHomePhabricator

goerres (Joseph Görres)
Disabled

Projects

User does not belong to any projects.

User Details

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

Recent Activity

Aug 8 2017

goerres committed rMITK6043d1643d37: Merge branch 'T18922-OpenGLBackend2-Integration3' of https://phabricator.mitk. (authored by goerres).
Merge branch 'T18922-OpenGLBackend2-Integration3' of https://phabricator.mitk.
Aug 8 2017, 11:38 PM
goerres committed rMITK4e604843ce7f: minor changes regarding opengl2 and vtk7.1 (authored by goerres).
minor changes regarding opengl2 and vtk7.1
Aug 8 2017, 11:38 PM
goerres committed rMITKf4ac39d31816: Merge branch 'T18922-OpenGLBackend2-Integration2' of https://phabricator.mitk. (authored by goerres).
Merge branch 'T18922-OpenGLBackend2-Integration2' of https://phabricator.mitk.
Aug 8 2017, 12:27 AM
goerres committed rMITKe6969dc5ffd4: finish work on fiducial drawing (authored by goerres).
finish work on fiducial drawing
Aug 8 2017, 12:27 AM

Aug 7 2017

goerres committed rMITKf15f3481b250: switch drawMarkers to new vtk draw methods (authored by goerres).
switch drawMarkers to new vtk draw methods
Aug 7 2017, 11:27 PM

Jul 28 2017

goerres committed rMITKb5c95595b4ec: Merge branch 'tmp-shaderproject' into T18922-OpenGLBackend2-Integration (authored by goerres).
Merge branch 'tmp-shaderproject' into T18922-OpenGLBackend2-Integration
Jul 28 2017, 2:41 PM
goerres committed rMITK40d3c0a3f208: adjust documentation to changes in volume visualization plugin (authored by goerres).
adjust documentation to changes in volume visualization plugin
Jul 28 2017, 2:41 PM
goerres committed rMITK6652d190852e: fix positioning of LogoAnnotation (authored by goerres).
fix positioning of LogoAnnotation
Jul 28 2017, 2:41 PM
goerres committed rMITKd00b145e9121: use annotation manager for LogoAnnotation (authored by goerres).
use annotation manager for LogoAnnotation
Jul 28 2017, 2:41 PM
goerres committed rMITK01d368deb0e1: fix FiberBundleMapper2D (authored by goerres).
fix FiberBundleMapper2D
Jul 28 2017, 2:41 PM
goerres committed rMITK435282a26bc5: wip: fiber shader clipping (authored by goerres).
wip: fiber shader clipping
Jul 28 2017, 2:41 PM
goerres committed rMITK01e696edb686: enable compilation of diffusion (authored by goerres).
enable compilation of diffusion
Jul 28 2017, 2:41 PM
goerres committed rMITK2cd71b7e0f19: enable to set and get properties (authored by goerres).
enable to set and get properties
Jul 28 2017, 2:41 PM
goerres committed rMITK959ec99310e3: reduce recomputations in rendering and add properties (authored by goerres).
reduce recomputations in rendering and add properties
Jul 28 2017, 2:41 PM
goerres committed rMITKb34355617513: first visible rendering with smart volume mapper (authored by goerres).
first visible rendering with smart volume mapper
Jul 28 2017, 2:41 PM
goerres committed rMITK05af15c76d3d: rename smart volume wrapper (authored by goerres).
rename smart volume wrapper
Jul 28 2017, 2:41 PM
goerres committed rMITKc4863a4677c3: activate new mapper class (crash) (authored by goerres).
activate new mapper class (crash)
Jul 28 2017, 2:41 PM
goerres committed rMITK5f9b70be6923: first version of VtkSmartVolumeMapper (authored by goerres).
first version of VtkSmartVolumeMapper
Jul 28 2017, 2:41 PM
goerres committed rMITKade8c60cdc01: create files for VtkSmartVolumeMapper (authored by goerres).
create files for VtkSmartVolumeMapper
Jul 28 2017, 2:40 PM
goerres committed rMITK05f8417fb712: Merge remote-tracking branch 'origin/T18922-OpenGLBackend2-kislinsk-2' into tmp… (authored by goerres).
Merge remote-tracking branch 'origin/T18922-OpenGLBackend2-kislinsk-2' into tmp…
Jul 28 2017, 2:40 PM
goerres added a comment to T18922: Change VTK rendering backend to OpenGL2.

Pushed new branch T18922-OpenGLBackend2-Integration.

Jul 28 2017, 2:40 PM · Bugzilla, MITK

Aug 2 2016

goerres added a comment to T19106: Feedback contours in Interaction need to be re-implemented.

We created a test branch to investigate the impact of removing the unnecessary ContourModel recreations. A PaintBrushInteractionTool test was added and investigated with valgrind callgrind.

Aug 2 2016, 10:20 AM · MITK (2016-11), Bugzilla
goerres added a comment to T19106: Feedback contours in Interaction need to be re-implemented.

An additional problem is the recreation of the contour model for every tiny mouse movement, although a simple position shift would be sufficient.

Aug 2 2016, 10:20 AM · MITK (2016-11), Bugzilla
goerres added a comment to T19106: Feedback contours in Interaction need to be re-implemented.

Replacing SetData() by using the ITK Modified flag wasn't successful, because with every new ContourModel a new pointer is used. The data in the FeedbackNode is therefore not adressed by the modification.

Aug 2 2016, 10:20 AM · MITK (2016-11), Bugzilla
goerres added projects to T18867: Remove otsu filter method from QmitkDataManagerView: MITK, Bugzilla.
Aug 2 2016, 10:19 AM · Bugzilla, MITK
goerres added a comment to T18832: ImageStatistics is too strict in checking for misalignment.

I think this is the case when software components with different internal floating point representations are used.

Aug 2 2016, 10:19 AM · Bugzilla, MITK
goerres added projects to T18788: view navigator unusable because of many crashes: MITK, Bugzilla.
Aug 2 2016, 10:19 AM · Bugzilla, MITK
goerres added a comment to T18672: Possible double-delete of DataNode.

The actual problem, as stated in the thread, is because of inconvenient smart pointer usage in the data manager view.

Aug 2 2016, 10:18 AM · Bugzilla, MITK
goerres added a comment to T18672: Possible double-delete of DataNode.

[625b57]: Merge branch 'bug-18672-DoubleDeleteGuardInDataManagerViewCherryPick'

Merged commits:

2015-04-01 16:33:43 Joseph Görres [0880f4]
introduced smart pointer in datamanagerview to prevent recursive double deletion of data nodes

Aug 2 2016, 10:18 AM · Bugzilla, MITK
goerres added a comment to T18059: Interaction Testing HowTo.

[d9389f]: Merge branch 'bug-18059-InteractionTestingHowTo'

Merged commits:

2014-09-03 17:01:45 Joseph Görres [2b1851]
finish doxygen

Aug 2 2016, 10:14 AM · MITK (2014-10), Bugzilla
goerres added projects to T18059: Interaction Testing HowTo: MITK, Bugzilla.
Aug 2 2016, 10:14 AM · MITK (2014-10), Bugzilla
goerres added projects to T17856: 4D slice segmentation only works on first timestep: MITK, Bugzilla.
Aug 2 2016, 10:13 AM · MITK (2014-10), Bugzilla
goerres added a comment to T17795: Crash when reordering nodes in DataManager.

Seems to be a Win 8 Problem. We couldn't reproduce the described behavior with Win 7 64 Bit and Ubuntu 12.04 LTS 64 Bit.

Aug 2 2016, 10:12 AM · MITK (2014-06), Bugzilla
goerres added a comment to T17750: Double allocation of image memory in ConstructVtkImageData.

[88a56a]: Merge branch 'bug-17750-DoubleScalarAllocation'

Merged commits:

2014-04-23 17:00:53 Joseph Görres [6d7005]
removed double scalar allocation

Aug 2 2016, 10:12 AM · MITK (2014-06), Bugzilla
goerres added projects to T17750: Double allocation of image memory in ConstructVtkImageData: MITK, Bugzilla.
Aug 2 2016, 10:12 AM · MITK (2014-06), Bugzilla
goerres added a comment to T17673: Clipping planes are not saved within mitk scene files..

[f57625]: Merge branch 'bug-17673-clippingplaneserializer'

Merged commits:

2014-05-14 17:06:13 Eric Heim [f052f1]
using mitkSurface instead of mitkPlane to make the saving of scenefiles with clipping planes work

Aug 2 2016, 10:12 AM · MITK (2016-11), Bugzilla
goerres added a comment to T17665: Image statistics crash when closed and reopened.

Crashes on Ubuntu 12.04. 64 bit

Aug 2 2016, 10:12 AM · Bugzilla, MITK
goerres added a comment to T17665: Image statistics crash when closed and reopened.

Moving the method content from PartClosed(...) to Deactivated() in QmitkImageStatisticsView solves the problem.

Aug 2 2016, 10:12 AM · Bugzilla, MITK
goerres added a comment to T17665: Image statistics crash when closed and reopened.

[c696b7]: Merge branch 'bug-17665-ImageStatisticsNavigationObserver'

Merged commits:

2014-04-09 17:46:23 Joseph Görres [bcd0d3]
moved the insertion and removal of the navigation observer to the visible- and hidden- slots

Aug 2 2016, 10:12 AM · Bugzilla, MITK
goerres added a comment to T17666: Image statistics with 'ignore zero-valued voxels' not working with c-arm images.

[55ee91]: Merge branch 'bug-17666-IgnoreZeroValuedVoxelsWithUnsignedShort'

Merged commits:

2014-05-14 16:44:43 Joseph Görres [db94f1]
fixed wrong cast for images with pixel type unsigned short

Aug 2 2016, 10:12 AM · MITK (2016-11), Bugzilla
goerres added a comment to T17665: Image statistics crash when closed and reopened.

Sorry, Deactivated() is inappropriate because it is triggered at focus change.

Aug 2 2016, 10:12 AM · Bugzilla, MITK
goerres added a comment to T17654: Measurement object: cannot deselect..

We cannot reproduce the described behavior. Could you please give it another try and provide more information.

Aug 2 2016, 10:12 AM · Auto-closed, MITK, Bugzilla
goerres added a comment to T17650: segmentation utilities image masking creates multiple identical outputs.

[1a858a]: Merge branch 'bug-17650-ImageMaskingQtEventPressed'

Merged commits:

2014-05-21 16:11:06 Joseph Görres [09d0ea]
replacedPressedWithClicked

Aug 2 2016, 10:12 AM · Bugzilla, MITK
goerres added a comment to T17650: segmentation utilities image masking creates multiple identical outputs.

wrong qt event treatment.

Aug 2 2016, 10:12 AM · Bugzilla, MITK
goerres added a comment to T17505: ImageReadAccessor: Access violation through operator=().

[1e0924]: Merge branch 'bug-17505-DisableCopyConstructorAndAssignmentOperator'

Merged commits:

2014-03-26 16:44:39 Joseph Görres [0a4afc]
disabled copy constructor and operator= in pixel- and non-pixel- as well as read- and write- accessors

Aug 2 2016, 10:11 AM · Bugzilla, MITK
goerres added a comment to T17505: ImageReadAccessor: Access violation through operator=().

(In reply to Ralf Floca from comment #5)

So for (1) I can only see the avoidance of undefined states but not the
introducing of new risks.

Aug 2 2016, 10:11 AM · Bugzilla, MITK
goerres added a comment to T17505: ImageReadAccessor: Access violation through operator=().

(In reply to Joseph Görres from comment #2)

As designated in our concept, the copy constructor and operator=() are
permitted.

Aug 2 2016, 10:11 AM · Bugzilla, MITK
goerres added a comment to T17505: ImageReadAccessor: Access violation through operator=().

Thank you for your helpful contribution.

Aug 2 2016, 10:11 AM · Bugzilla, MITK
goerres added a comment to T16752: ImageReadAccessor needs an option to ignore its lock mechanism.

New remote branch pushed: bug-16752-AddFlagToIgnoreLockMechanism

Aug 2 2016, 10:09 AM · MITK (2014-03), Bugzilla
goerres added a comment to T16752: ImageReadAccessor needs an option to ignore its lock mechanism.

[efeb7b]: Merge branch 'bug-16752-AddFlagToIgnoreLockMechanism'

Merged commits:

2014-01-29 16:12:24 Joseph Görres [54ca9b]
indentation

Aug 2 2016, 10:09 AM · MITK (2014-03), Bugzilla
goerres added projects to T16752: ImageReadAccessor needs an option to ignore its lock mechanism: MITK, Bugzilla.
Aug 2 2016, 10:09 AM · MITK (2014-03), Bugzilla
goerres added a comment to T16615: Spinbox in Fast Marching Tool does not respond properly.

[de8570]: Merge branch 'bug-16615-SpinboxFastMarching'

Merged commits:

2013-12-04 16:27:40 Joseph Görres [c63c52]
fixed strange spinbox behavior

Aug 2 2016, 10:09 AM · Bugzilla, MITK
goerres added projects to T16615: Spinbox in Fast Marching Tool does not respond properly: MITK, Bugzilla.
Aug 2 2016, 10:09 AM · Bugzilla, MITK
goerres added a comment to T16615: Spinbox in Fast Marching Tool does not respond properly.

New remote branch pushed: bug-16615-SpinboxFastMarching

Aug 2 2016, 10:09 AM · Bugzilla, MITK
goerres added projects to T16602: Auto-selection mode leads to inconsistent segmentation state: MITK, Bugzilla.
Aug 2 2016, 10:09 AM · Bugzilla, MITK
goerres added projects to T16381: Redesign storage of ImageDataItems in Image: MITK, Bugzilla.
Aug 2 2016, 10:08 AM · Bugzilla, MITK
goerres added a comment to T16241: DICOM loading crashes with C-Arm CT data.

GDCM was updated to solve the frame increment pointer issue.

Aug 2 2016, 10:08 AM · MITK (2014-03), Bugzilla
goerres added a comment to T16241: DICOM loading crashes with C-Arm CT data.

1232c1232

< if( at.GetValue() == Tag(0x0018,0x1063) && at.GetNumberOfValues() == 1 )

if( at.GetValue() == Tag(0x0018,0x1063) && at.GetNumberOfValues() == 1 && ds.FindDataElement(Tag(0x0018,0x1063)) )
Aug 2 2016, 10:08 AM · MITK (2014-03), Bugzilla
goerres added a comment to T16241: DICOM loading crashes with C-Arm CT data.

We have a fix for the gdcmImageHelper.cxx. We ignore the FrameIncrementPointer, if it points to a non-existent tag (0x0018,0x1063). This still results in warnings, but C-Arm CT images can be loaded again in MITK.

Aug 2 2016, 10:08 AM · MITK (2014-03), Bugzilla
goerres added a comment to T16241: DICOM loading crashes with C-Arm CT data.

The z-spacing of our image data is stored at (0x0018,0x0050) "SliceThickness"

Aug 2 2016, 10:08 AM · MITK (2014-03), Bugzilla
goerres added a comment to T16232: Undo/Redo implementation for segmentation is eating RAM.

Setting m_3DInterpolationEnabled(false) in the constructor of mitkSegTool2D.cpp solves the problem. However, then the 3D interpolation doesn't work anymore.

Aug 2 2016, 10:07 AM · MITK (2015-05-2), Bugzilla
goerres added a comment to T16107: Crash when deselection of a segmentation node if the segmentation gui is closed.

Deselecting the segmentation invokes a call of the OnWorkingNodeVisibilityChanged() method in the QmitkSegmentationView, although the view is disabled. Is a call of this method really desired in this case?

Aug 2 2016, 10:07 AM · Bugzilla, MITK
goerres added a comment to T16107: Crash when deselection of a segmentation node if the segmentation gui is closed.

New remote branch pushed: bug-16107-QmitkSegmentationDeselectionWorkaround

Aug 2 2016, 10:07 AM · Bugzilla, MITK
goerres added a comment to T16098: Busy cursor after watershed segmentation.

[52fce9]: Merge branch 'bug-16098-WatershedBusyCursorIssues'

Merged commits:

2013-09-18 16:29:37 Joseph Görres [8f1c72]
completely remove 2D icon

Aug 2 2016, 10:07 AM · MITK (2013-09), Bugzilla
goerres added a comment to T16098: Busy cursor after watershed segmentation.

New remote branch pushed: bug-16098-WatershedBusyCursorIssues

Aug 2 2016, 10:07 AM · MITK (2013-09), Bugzilla
goerres added a comment to T16064: logs show the absolute filepath of the source file.

The log system makes use of the FILE macro, which depends on the preprocessor parametrization. It therefore might be possible to adapt the build system to work with relative paths.

Aug 2 2016, 10:07 AM · Bugzilla, MITK
goerres added a comment to T16018: Remove otsu entry from datamanagers context menu.

New remote branch pushed: bug-16018-RemoveOtsuEntry

Aug 2 2016, 10:06 AM · MITK (2013-09), Bugzilla
goerres added a comment to T16018: Remove otsu entry from datamanagers context menu.

New remote branch pushed: bug-16018-OtsuActionDeprecation

Aug 2 2016, 10:06 AM · MITK (2013-09), Bugzilla
goerres added a comment to T16018: Remove otsu entry from datamanagers context menu.

[cfbb23]: Merge branch 'bug-16018-OtsuActionDeprecation'

Merged commits:

2013-09-18 13:42:03 Joseph Görres [c90372]
made otsu action deprecated and removed it from DataManager

Aug 2 2016, 10:06 AM · MITK (2013-09), Bugzilla
goerres added projects to T15638: Replace deprecated CastToIpPicDescriptor calls: MITK, Bugzilla.
Aug 2 2016, 10:05 AM · Bugzilla, MITK
goerres added a comment to T15638: Replace deprecated CastToIpPicDescriptor calls.

[40b89e]: Merge branch 'bug-15638-ReplaceDeprecatedCastToIpPicCasts'

Merged commits:

2013-07-17 15:36:10 Joseph Görres [a13585]
replaced CastToIpPicDescriptor in all modules except Segmentation

Aug 2 2016, 10:05 AM · Bugzilla, MITK
goerres added projects to T15630: Refer to image documentation in doxygen class description: MITK, Bugzilla.
Aug 2 2016, 10:05 AM · MITK (2014-06), Bugzilla
goerres added projects to T15576: Autocrop image filter does not work: MITK, Bugzilla.
Aug 2 2016, 10:04 AM · Bugzilla, MITK
goerres added a comment to T15507: Get rid of deprecated image access calls in core/testing.

[199a0c]: Merge branch 'bug-15507-RemoveDeprecatedImageCallsInOverwriteSliceTest

Merged commits:

2014-01-22 16:38:56 Joseph Görres [5f4ace]
Merge branch 'bug-15645-DeprecatedMitkImageAPICallsInMitkOverwriteSlicerFilterTest' into bug-15507-RemoveDeprecatedImageCallsInOverwriteSliceTests

Aug 2 2016, 10:04 AM · Auto-closed, Bugzilla, MITK
goerres added a comment to T15507: Get rid of deprecated image access calls in core/testing.

New remote branch pushed: bug-15507-RemoveDeprecatedImageCallsInOverwriteSliceTests

Aug 2 2016, 10:04 AM · Auto-closed, Bugzilla, MITK
goerres added a comment to T15507: Get rid of deprecated image access calls in core/testing.

[14d98d]: Merge branch 'bug-15507-RemoveLastDeprecatedWorldCoordinatePixelAccess

Merged commits:

2014-01-23 16:44:48 Joseph Görres [f6ce53]
COMP: deal with wrong transformation behavior on MAC

Aug 2 2016, 10:04 AM · Auto-closed, Bugzilla, MITK
goerres added a comment to T15507: Get rid of deprecated image access calls in core/testing.

[922b85]: Merge branch 'bug-15507-RemoveLastDeprecatedWorldCoordinatePixelAccess

Merged commits:

2014-01-15 17:03:50 Joseph Görres [209fb0]
remove last deprecated occurrences of GetPixelValueByWorldCoordinate

Aug 2 2016, 10:04 AM · Auto-closed, Bugzilla, MITK
goerres added a comment to T15495: Remove deprecated GetPixelValueByIndex method from mitkImage.

[8cd17b]: Merge branch 'bug-15495-AddSupportForVectorImages'

Merged commits:

2015-08-26 17:05:51 Joseph Görres [6e0b44]
COMP: add missing bracket

Aug 2 2016, 10:04 AM · Bugzilla, MITK
goerres added a comment to T15495: Remove deprecated GetPixelValueByIndex method from mitkImage.

[8a4282]: Merge branch 'bug-15495-RemoveLastOccurrences-Integration'

Merged commits:

2015-07-23 15:04:24 Joseph Görres [e9683a]
COMP: remove undefined variable condition

Aug 2 2016, 10:04 AM · Bugzilla, MITK
goerres added a comment to T15495: Remove deprecated GetPixelValueByIndex method from mitkImage.

[2eba71]: Merge branch 'bug-15495-RemoveLastOccurrences-Integration'

Merged commits:

2015-07-23 14:47:14 Joseph Görres [0288bc]
COMP: fix improper accessor integration in diffusionimaging

Aug 2 2016, 10:04 AM · Bugzilla, MITK
goerres added a comment to T15495: Remove deprecated GetPixelValueByIndex method from mitkImage.

[1761d8]: Merge branch 'bug-15495-AddSupportForVectorImages'

Merged commits:

2015-08-26 16:49:33 Joseph Görres [ff9b64]
Added support for itk VectorImages in PixelReadAccessor

Aug 2 2016, 10:04 AM · Bugzilla, MITK
goerres added a comment to T15495: Remove deprecated GetPixelValueByIndex method from mitkImage.

[c6c91a]: Merge branch 'bug-15495-RemoveLastOccurrences-Integration'

Merged commits:

2015-07-22 15:09:01 Joseph Görres [6eb109]
removed last occurrences of GetPixelValueByIndex

Aug 2 2016, 10:04 AM · Bugzilla, MITK
goerres added a comment to T15493: Remove deprectated mitk::Image::GetData.

New remote branch pushed: bug-15493-RemoveLastGetDatasFromMITK

Aug 2 2016, 10:04 AM · Bugzilla, MITK
goerres added a comment to T15495: Remove deprecated GetPixelValueByIndex method from mitkImage.

New remote branch pushed: bug-15495-DeprecatedImageAccessInQmitkStdMultiWidget

Aug 2 2016, 10:04 AM · Bugzilla, MITK
goerres added a comment to T15493: Remove deprectated mitk::Image::GetData.

[29bf00]: Merge branch 'bug-15493-RemoveLastGetDatasFromMITK'

Merged commits:

2014-01-08 14:50:15 Joseph Görres [e5a5e4]
final changes to complete the removal of all image::GetData() in MITK

Aug 2 2016, 10:04 AM · Bugzilla, MITK
goerres added a comment to T15493: Remove deprectated mitk::Image::GetData.

New remote branch pushed: bug-15493-deprecated-getdata-imageextractor

Aug 2 2016, 10:04 AM · Bugzilla, MITK
goerres added a comment to T15489: Remove deprecated CastToIpPicDescriptor from LegacyAdaptor.

Is related to T15638. We have to decide, if we completely want to get rid of all calls (this bug) or if we want to replace them for image accessor compatibility (T15638).

Aug 2 2016, 10:04 AM · Bugzilla, MITK
goerres added a comment to T15389: Application crash when enabling Python.

It doesn't crash with the current master (d523a10a093e9dccc66b2904b76dd6e9a4cea9f1) + your patch on my computer (Ubuntu 12.04 LTS, Python 2.7.3)

Aug 2 2016, 10:04 AM · MITK (2013-09), Bugzilla
goerres added a comment to T15341: PythonQt compilation error when enabling Python.

Thank you for providing a patch. It works very well and will be integrated once T15389 is fixed.

Aug 2 2016, 10:04 AM · Bugzilla, MITK
goerres added a comment to T15325: Consecutive calls of Image::GetVolumeData() lead to undefined vtkImageData.

A simple test of investigating consecutive calls is not sufficient to reproduce the behavior. The actual problem can however be easily regarded in the QmitkSlicesInterpolator.cpp in Line 539:

Aug 2 2016, 10:03 AM · Bugzilla, MITK
goerres added a comment to T15325: Consecutive calls of Image::GetVolumeData() lead to undefined vtkImageData.

It works if you put
"slice->GetVolumeData()->ConstructVtkImageData(slice);"
in front of the problematic code line.

Aug 2 2016, 10:03 AM · Bugzilla, MITK
goerres added a comment to T15325: Consecutive calls of Image::GetVolumeData() lead to undefined vtkImageData.

We couldn't reproduce the behavior with the test provided in branch bug-15325-ExtendImageDataItemTest. Since the actual problem doesn't occur anymore in the QmitkSlicesInterpolator, we assume there was a problem with image initalisation/deallocation when an interpolated slice was confirmed.

Aug 2 2016, 10:03 AM · Bugzilla, MITK
goerres added a comment to T15325: Consecutive calls of Image::GetVolumeData() lead to undefined vtkImageData.

New remote branch pushed: bug-15325-ExtendImageDataItemTest

Aug 2 2016, 10:03 AM · Bugzilla, MITK
goerres added projects to T15325: Consecutive calls of Image::GetVolumeData() lead to undefined vtkImageData: MITK, Bugzilla.
Aug 2 2016, 10:03 AM · Bugzilla, MITK
goerres added a comment to T15174: Watershed tool for segmentation plugin update.

New remote branch pushed: bug-15174-AddingWatershedSegmentation

Aug 2 2016, 10:03 AM · Bugzilla, MITK
goerres added projects to T15174: Watershed tool for segmentation plugin update: MITK, Bugzilla.
Aug 2 2016, 10:03 AM · Bugzilla, MITK
goerres added a comment to T15174: Watershed tool for segmentation plugin update.

New remote branch pushed: bug-15174-UpdateWatershedPlugin

Aug 2 2016, 10:03 AM · Bugzilla, MITK
goerres added projects to T15013: ExtractSliceFilter uses wrong geometry: MITK, Bugzilla.
Aug 2 2016, 10:03 AM · Bugzilla, MITK
goerres added a comment to T15013: ExtractSliceFilter uses wrong geometry.

mitk::SegmentationControllerInterpolator.cpp line 445

Aug 2 2016, 10:03 AM · Bugzilla, MITK
goerres added a comment to T14882: Tutorial Step 3: Volume Rendering does not work.

[81703c]: Merge branch 'bug-14882-RepairTutorialStep3'

Merged commits:

2013-08-28 15:57:53 Joseph Görres [f604df]
fixed histogram size in itkMITKScalarImageToHistogramGenerator

Aug 2 2016, 10:02 AM · MITK (2013-09), Bugzilla