Gets and sets the slope of the linear conversion of pixel data in the DICOM grayscale transformation.
Read-write property
Visual Basic |
---|
Public Property MEDRescaleSlope As Double |
A double value which represents the slope of the linear conversion of pixel data in the DICOM grayscale transformation.
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 MEDRescaleIntercept 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.