Page MenuHomePhabricator

Enable reading of VectorImages from and to python
Closed, ResolvedPublic

Description

Currently only scalar images can be read in python. Enable reading from and to of VectorImages.

Event Timeline

User wirkert has pushed new remote branch:

bug-18944-Enable_VectorImageProcessingWithPython

Still todo: read in 2d vectorimages with opencv

User wirkert has pushed new remote branch:

bug-18944-integration_branch

[2fe7bc]: Merge branch 'bug-18944-integration_branch'

Merged commits:

2015-09-02 15:02:08 Sebastian Wirkert [3895d2]
reverted change again, to be tackled in a separate bug.


2015-09-02 14:59:08 Sebastian Wirkert [6bdef8]
Merge branch 'bug-18944-Enable_VectorImageProcessingWithPython' into bug-18944-integration_branch


2015-04-13 13:11:25 Sebastian Wirkert [9b428f]
fixed pixeltype bug. The datamanger still displays the pixeltype as unknown, but
this seems to be a bug.


2015-04-13 11:57:43 Sebastian Wirkert [c0c234]
now images can also be loaded from python to mitk. However, setting of pixelType seems buggy.
If one transfers an image to python and back, the details in the datamanager say that the pixeltype is unknown.


2015-03-26 16:42:03 Sebastian Wirkert [23afa3]
Correctly set PixelType for vtkImageData*.


2015-04-09 16:06:55 Sebastian Wirkert [034da7]
Changed code so its able to process vector images.