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
the following cause segfaults:
ants.transform_from_displacement_field(ants.from_numpy(np.random.randn(200, 200, 200)))
ants.transform_from_displacement_field(ants.from_numpy(np.random.randn(200, 200, 200, 3)))
The text was updated successfully, but these errors were encountered:
incorrect usage. requires multi-channel input.
field : ANTsImage deformation field as multi-channel ANTsImage
could add a check for this type of bad input or maybe do a conversion internally.
Sorry, something went wrong.
right, I'm aware of the correct usage, just reporting the segfault
No branches or pull requests
the following cause segfaults:
ants.transform_from_displacement_field(ants.from_numpy(np.random.randn(200, 200, 200)))
ants.transform_from_displacement_field(ants.from_numpy(np.random.randn(200, 200, 200, 3)))
The text was updated successfully, but these errors were encountered: