Gets and sets the intercept of the linear conversion of pixel data in the DICOM grayscale transformation.
Read-write property
Visual Basic |
---|
Public Property MEDRescaleIntercept As Double |
A double value which represents the linear conversion of pixel data in the DICOM grayscale transformation.
This value corresponds to DICOM attribute (0028, 1052). This property specifies the intercept value (b) to be used in the equation:
Output units = m * SV + b
Where SV is the stored values (pixel data) and the value m corresponds to the slope specified using the MEDRescaleSlope property. Both values are used together to specify the linear conversion of pixel data.
-
This property This method is only valid when MEDModalityLUTEnabled is set to False.
-
This property should only be used when DICOM specific information is available. Also, the ViewGrayMode property must be set to GRAY_Medical.
Note: Available in Professional Edition.