Hi,<br>
I'm trying to rescale an UNSIGNED INT image [-181;33] to the intensity range [0;255] with the RescaleIntensityImageFilter.<br>
The rescaler is templated on a float image.<br>
The result is a totally white image (254) with some black (0) pixels, and, of course, this is not what I want.<br>
I've also tried to cast the output of the rescaler to an unsigned int format, but it's useless.<br>
The same for templating the rescaler on a unsigned int format.<br>
Could you help me?<br>
<br>
<br>
Thanks<br>
Michelangelo<br>
<br>