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
We should probably have functions to convert images back and forth to ITK-Python.
There is such code in FREDtools here: https://github.com/jasqs/FREDtools/blob/cd37e14c6bb37d84fe536cd37f229b77415431a2/fredtools/__init__.py#L224
That code uses numpy as a conduit (like our VTK functions).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We should probably have functions to convert images back and forth to ITK-Python.
There is such code in FREDtools here:
https://github.com/jasqs/FREDtools/blob/cd37e14c6bb37d84fe536cd37f229b77415431a2/fredtools/__init__.py#L224
That code uses numpy as a conduit (like our VTK functions).
The text was updated successfully, but these errors were encountered: