Is this behaviour modificable? I mean, is there a method in the proper gdcm class to turn on/off the modality lut transforms?<br><br><div><span class="gmail_quote">2007/2/8, Mathieu Malaterre <<a href="mailto:mathieu.malaterre@kitware.com">
mathieu.malaterre@kitware.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Jesús Spínola wrote:<br>> Hello,<br>><br>
> I'm reading a series of DICOM images with the itk::ImageSeriesReader<br>> class attaching the itk::GDCMImageIO as the ImageIO for the series reader.<br>> When the rescale intercept and rescale slope values are present in the
<br>> dicom series, this parameters are applied to the resulting itk::Image.<br>> Another way of define a rescale of the values of the raw pixels of the<br>> dicom images is the modality lut. If present, does gdcm apply this
<br>> modality lut to the resulting image? If it does not, there's any method<br>> to make gdcm apply this lut?<br><br><br>Hi Jesús,<br><br> Yes GDCM will apply any modality lut directly for you. In case of an
<br>RGB image be sure to construct a RGB pixeltype for reading your image.<br><br>HTH<br>Mathieu<br></blockquote></div><br>