-
Notifications
You must be signed in to change notification settings - Fork 60
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
Order of axes for CuImage.origin
?
#709
Comments
Maybe a follow up item here is adding this to the docs |
The dimension order of the origin is crucial for 3D images, such as CT/MRI images. There has been some discussion on origin, spacing, and direction at ITK's board: https://discourse.itk.org/t/images-in-physical-space-in-python/2124/15. cuCIM operates with a plugin system, where the primary plugin is the cuSlide plugin. Currently, for Whole Slide Images, the origin metadata is not extensively utilized and is always set to [(0.0, 0.0, 0.0)]
|
Thanks Gigon! 🙏 When does this Line 186 in 46da10e
Or does it happen somewhere else? |
@jakirkham
|
What is the order of the axes for
CuImage.origin
? Is it C-order or F-order? Also does it have any relationship toCuImage.dims
cc @thewtex (who raised this question)
cc @gigony (who may know the answer)
The text was updated successfully, but these errors were encountered: