Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save affine and ffd transformation to file #95

Closed
enricotagliavini opened this issue Sep 20, 2023 · 0 comments · Fixed by #99
Closed

Save affine and ffd transformation to file #95

enricotagliavini opened this issue Sep 20, 2023 · 0 comments · Fixed by #99
Assignees
Labels
enhancement New feature or request

Comments

@enricotagliavini
Copy link
Contributor

Save affine and ffd transformation to file so we can load them later when needed (e.g. for a fractal task to compute transformed images)

For the affine transformation we can use numpy.save() and numpy.load() see https://numpy.org/doc/stable/reference/generated/numpy.save.html

For the ffd transform we need to use SimpleITK WriteTransform() and ReadTransform() functions, see https://simpleitk.readthedocs.io/en/master/IO.html

@enricotagliavini enricotagliavini added the enhancement New feature or request label Sep 20, 2023
@nrepina nrepina linked a pull request Dec 13, 2023 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants