-
Hello, I would like to adjust the brightness and contrast of my CT images to the bone standard (W: 2000 L: 400). I tried using the Is there also some function that just normalizes the values between 0 and 1? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @pauljhin, you can use |
Beta Was this translation helpful? Give feedback.
Hi @pauljhin, you can use
ScaleIntensity
. It can scale the intensity of input image to the given value range (minv, maxv).https://github.com/Project-MONAI/MONAI/blob/89684d677f6c93c6fbd023a614c07485c5223557/monai/transforms/intensity/array.py#L408
Hope it can help you, thanks!