We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda1209 commit 63bd2b7Copy full SHA for 63bd2b7
monai/transforms/intensity/array.py
@@ -821,6 +821,7 @@ class NormalizeIntensity(Transform):
821
mean and std on each channel separately.
822
When `channel_wise` is True, the first dimension of `subtrahend` and `divisor` should
823
be the number of image channels if they are not None.
824
+ If the input is not of floating point type, it will be converted to float32
825
826
Args:
827
subtrahend: the amount to subtract by (usually the mean).
0 commit comments