<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
</head>
<body>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">Hi,<br>
<br>
I am extracting a slice out of a MR volume as an unsigned short for feature extraction. The dynamic range of MR volume varies with different volumes. So I calculate the minimum and maximum pixel values of the MR volume and set the pixels values within the dynamic
 range using RescaleIntensityImageFilter. The problem I encounter here is that when the image is rescaled with complete range(0-65535) I see an image with low contrast, but when rescaled within the dynamic range I get a black image. The images were viewed after
 saving it in png format. Kindly let me know if this is the correct way to set the dynamic range.<br>
<br>
With the low contrast image obtained after rescaling in full range, I calculate the histogram. Based on the histogram I would like to improve the contrast. I tried adaptive histogram equalization, but that does not give good results since there are some outliers
 that are having higher pixel values than other part of the image. How can I specify to equalize the pixels between certain limits say between 5% and 95% of the histogram. I am new to ITK. Any pointer to a probable solution would be of good help.<br>
<br>
Regards,<br>
Ganesh<br>
<br>
<br>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1">The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified
 that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.<br>
</font>
</body>
</html>