Page MenuHomePhabricator

[Py] UC2.4 - Load image and clone it
Closed, ResolvedPublic

Description

open an python enviroment of choice (with the mitk python package installed)

import mitk.ioutil

loaded_images = mitk.ioutil.load(file_name) #return array of loaded images
clone = loaded_images[0].clone()

# the clone is an own image that can be changed / manipulated without changing the original content or meta data.

some_test_to_verify_cloning(clone, loaded_images[0])

Event Timeline

floca triaged this task as High priority.Mar 7 2024, 11:08 AM
floca created this task.
kislinsk added a project: Moved to git.dkfz.de.

This task was closed here on Phabricator since it was migrated to GitLab. Please continue on GitLab.