Is it possible to use RandShiftIntensity to apply to a specific area in an image? #4028
Answered
by
yiheng-wang-nv
Minxiangliu
asked this question in
Q&A
-
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
yiheng-wang-nv
Mar 31, 2022
Replies: 1 comment 2 replies
-
Hi @Minxiangliu ,
The following is a simple test code to show the result:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Minxiangliu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Minxiangliu ,
RandShiftIntensity
cannot support your requirement directly. You may need to define a customized transform. Here is an example: