does transforms are applied to all channels #4661
Answered
by
Nic-Ma
jakubMitura14
asked this question in
Q&A
-
hello I have 3 channel 3d image (so 4d tensor where first dimension is channel) does transforms like for example rician noise etc will be applied to all channels? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
Nic-Ma
Jul 9, 2022
Replies: 1 comment
-
Hi @jakubMitura14 , Yes, the transforms will apply to all the channels, some intensity transforms also have the Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jakubMitura14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jakubMitura14 ,
Yes, the transforms will apply to all the channels, some intensity transforms also have the
channel-wise
arg to apply transform for every channel separately.Thanks.