Hi,<br>I’m working at Project in my University. I use Dicom Image of CT lungs. <br>I can get the value of the pixels with an iterator. There are negative in a lot of cases.<br>I use too Matlab. When I display my image with this software I match that the pixels values are different than with the iterator.<br>
I define the type of the pixels in Dicom in this way:<br>typedef signed short InputPixelType;<br><br>I would prefer that píxel values with the Itk would have the same value that the have with Matlab but I don’t know how I can define the pixels.<br>
I tried rescale the image but I din’t get the result that I would like.<br><br>Can anybody help me??<br><br>Sorry if my English is no perfect.<br><br>Thanks. Raquel<br><br>Matlab : [-2000, 2286]<br>ITK:[-3024,14360]<br><br>