Accusoft.ImagXpressSdk Namespace > Medical Class : RescaleSlope Property |
'Declaration Public Property RescaleSlope As Double
'Usage Dim instance As Medical Dim value As Double instance.RescaleSlope = value value = instance.RescaleSlope
public double RescaleSlope {get; set;}
This value corresponds to DICOM attribute (0028, 1053).
This property specifies the slope value (m) to be used in the equation: Output units = m * SV + b Where SV is the stored values (pixel data) and the value b corresponds to the intercept specified using the RescaleIntercept property. Both values are used together to specify the linear conversion of pixel data.
This property is only valid when ModalityLookupTable.Enabled is set to False.
This property should only be used when DICOM specific information is available.
Note: Available in Professional edition.