We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Nic-Ma
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
this ticket requests the integration of ITK 5.1.0 pythonic interfaces
e.g.
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?
The text was updated successfully, but these errors were encountered: