Skip to content

Commit

Permalink
Add class comment.
Browse files Browse the repository at this point in the history
Signed-off-by: advcu987 <[email protected]>
  • Loading branch information
advcu987 committed Jan 18, 2025
1 parent cda1209 commit 63bd2b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monai/transforms/intensity/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,7 @@ class NormalizeIntensity(Transform):
mean and std on each channel separately.
When `channel_wise` is True, the first dimension of `subtrahend` and `divisor` should
be the number of image channels if they are not None.
If the input is not of floating point type, it will be converted to float32
Args:
subtrahend: the amount to subtract by (usually the mean).
Expand Down

0 comments on commit 63bd2b7

Please sign in to comment.