[Insight-users] Problwm reading & writing unsigned int Dicom Files

Tibo thibaut.merlin at gmail.com
Mon Nov 7 14:01:53 EST 2011


You have to change the Pixel type in your reader. Original data may be
unsigned int, but the range is modified according to some tags in the Dicom
files (Rescale Intercept/ Rescale Slope). Depending of the value of these
tags, you may have to change the pixel type (for example, to signed int),
unless some pixel values will be cut/shifted.

--
View this message in context: http://itk-insight-users.2283740.n2.nabble.com/Problwm-reading-writing-unsigned-int-Dicom-Files-tp6970883p6971673.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.


More information about the Insight-users mailing list