MATLAB: How to calculation Hounsfield unit

feature extraction

I want to calculate Hounsfield Unit of a CT image, Please provide me the syntax

Best Answer

Hounsfield units can be calculated using DICOM metadata:
Pixel value in Hounsfield units = m*SV+b
where:
Note that Hounsfield units are the default unit when tag (0028, 1054) is absent.
References: