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 cafc1fe commit 84902e0Copy full SHA for 84902e0
monai/transforms/intensity/dictionary.py
@@ -1836,7 +1836,7 @@ class HistogramNormalized(MapTransform):
1836
See also: :py:class:`monai.transforms.compose.MapTransform`
1837
num_bins: number of the bins to use in histogram, default to `256`. for more details:
1838
https://numpy.org/doc/stable/reference/generated/numpy.histogram.html.
1839
- min: the min value to normalize input image, default to `255`.
+ min: the min value to normalize input image, default to `0`.
1840
max: the max value to normalize input image, default to `255`.
1841
mask: if provided, must be ndarray of bools or 0s and 1s, and same shape as `image`.
1842
only points at which `mask==True` are used for the equalization.
0 commit comments