matlab dicom read HU error

Take a look at the RescaleIntercept and RescaleSlope values in the 
structure returned by DICOMINFO. In general,

   hu = pixel * RescaleSlope + RescaleIntercept

(hu is the Hounsfield unit for a given pixel value in the DICOM image.)

你可能感兴趣的:(matlab)