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

adds support of ITK 5.1 to the 3rd party transform tutorial #589

Closed
wyli opened this issue Jun 18, 2020 · 0 comments · Fixed by #597
Closed

adds support of ITK 5.1 to the 3rd party transform tutorial #589

wyli opened this issue Jun 18, 2020 · 0 comments · Fixed by #597
Assignees
Labels
enhancement New feature or request

Comments

@wyli
Copy link
Contributor

wyli commented Jun 18, 2020

Is your feature request related to a problem? Please describe.
this ticket requests the integration of ITK 5.1.0 pythonic interfaces
e.g.

import xarray as xr
import itk

image = itk.imread('/path/to/image.tif')
da = itk.xarray_from_image(image)
smoothed = itk.median_image_filter(da, radius=3)
print(smoothed)

as a demo in https://github.com/Project-MONAI/MONAI/blob/master/examples/notebooks/3d_image_transforms.ipynb

Additional context
https://discourse.itk.org/t/itk-5-0-beta-1-pythonic-interface/1271

will this also address #135?

@Nic-Ma Nic-Ma self-assigned this Jun 19, 2020
@Nic-Ma Nic-Ma added the enhancement New feature or request label Jun 19, 2020
@wyli wyli closed this as completed in #597 Jun 20, 2020
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