<div>Hi,</div>
<div>&nbsp;</div>
<div>I'm using ITK image IO to read images. MRI images are okay, but CT images -- no matter it's DICOM or converted Analyze files -- always gave some weird images. The actual pixel value range is&nbsp; -16330 to 3000, but the loaded image has a range of 0 to 4094. It seems that part of the negative values were simply negated to positive. The error remains the same regardless of the pixel type specified -- signed short or float.
</div>
<div>&nbsp;</div>
<div>I followed ITK example DicomSeriesReadSeriesWrite and Image2 (<font size="2">itk::ImageFileReader).</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">I'd appreciate any help on this. Thanks in advance.</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">- xin</font></div>