Skip to content

Commit 84902e0

Browse files
committed
fix: HistogramNormalized doc
Signed-off-by: Gautham Krishnan <[email protected]>
1 parent cafc1fe commit 84902e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/transforms/intensity/dictionary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,7 @@ class HistogramNormalized(MapTransform):
18361836
See also: :py:class:`monai.transforms.compose.MapTransform`
18371837
num_bins: number of the bins to use in histogram, default to `256`. for more details:
18381838
https://numpy.org/doc/stable/reference/generated/numpy.histogram.html.
1839-
min: the min value to normalize input image, default to `255`.
1839+
min: the min value to normalize input image, default to `0`.
18401840
max: the max value to normalize input image, default to `255`.
18411841
mask: if provided, must be ndarray of bools or 0s and 1s, and same shape as `image`.
18421842
only points at which `mask==True` are used for the equalization.

0 commit comments

Comments
 (0)