Replies: 2 comments 1 reply
-
Hi @ericspod @dongyang0122 , Could you please help share some best practices for this question? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@lg2578 the transform |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I readed some examples about spacing transform.like
Spacingd(
keys=["image", "label"],
pixdim=(1.0, 1.0, 1.0),
mode=("bilinear", "nearest"),
),
I need to know a image's spacing first,and pixdim fixed in the transforms pipeline.
how to create a pipleline with Variable pixdim, because images put into transforms pipeline may have different spacing.
I find there is affine matrix when loadimage,still I don't know how to do it.
Beta Was this translation helpful? Give feedback.
All reactions