Page MenuHomePhabricator

hofmannmi (Michael Hofmann)
User

Projects

User does not belong to any projects.

User Details

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

Recent Activity

Aug 2 2016

hofmannmi added a comment to T19052: Volume rendering plugin fails to detect VTK version 6 and above.

Patch: #include <vtkVersionMacros.h> to resolve the issue

Aug 2 2016, 10:20 AM · MITK (2015-03), Bugzilla
hofmannmi added a comment to F1241: 0001-Volume-rendering-plugin-include-vtkVersionMacros.h-a.patch.

Patch: #include <vtkVersionMacros.h> to resolve the issue

Aug 2 2016, 10:20 AM
hofmannmi added projects to T19052: Volume rendering plugin fails to detect VTK version 6 and above: MITK, Bugzilla.
Aug 2 2016, 10:20 AM · MITK (2015-03), Bugzilla
hofmannmi added a comment to T18512: Initializing a mitk::Image with vtkImageData does not consider multiple scalar components.

I managed to import images with multiple scalar components from VTK by taking the same steps as found in mitk::Image::Initialize, but creating the correct PixelType myself. This works flawlessly for RGB(A) images with a component type of unsigned char. Other component types, however, lead to a crash in vtkMitkLevelWindowFilter when the image is rendered. This is probably related to T18411. Another limitation is that the PixelType has to be determined at compile-time.

Aug 2 2016, 10:17 AM · Bugzilla, MITK