Page MenuHomePhabricator

Reimplement image transfer between MITK and Python
Closed, ResolvedPublic

Description

Currently, to transfer an image from MITK to Python, the image information is read and a image in Python is created manually by pasting these information.
This Copy&Paste mechanism is quite fragile and could be solved more performant.
One possibility is to use SWIG for the communication between MITK and Python for images. A solution for this is discussed in T27324.
It should also be investigated if there are other reasonable solutions beside SWIG.

Event Timeline

kahl triaged this task as Normal priority.Jun 23 2020, 5:14 PM
kahl created this task.

This task can be closed. Future work on this is done in T27923.