How to use monai for image normalization to zero-mean and unit-variance? #6174
Answered
by
KumoLiu
AustinYuAo
asked this question in
Q&A
-
Hi: How to use MONAI for image normalization to zero-mean and unit-variance? |
Beta Was this translation helpful? Give feedback.
Answered by
KumoLiu
Mar 20, 2023
Replies: 1 comment
-
Hi @aubest, you could use MONAI/monai/transforms/intensity/array.py Lines 610 to 617 in baa17a8 Hope it can help you, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wyli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @aubest, you could use
NormalizeIntensity
.MONAI/monai/transforms/intensity/array.py
Lines 610 to 617 in baa17a8
Hope it can help you, thanks!