"Rescale Slope" : the value of "m" in the linear relationship between the original pixel values and the new pixel values.
public double Slope { get; set; }
Public Property Slope As Double
public double Slope {get; set;}
@property (nonatomic, assign) double slope
public double getSlope()
public void setSlope(double value)
<br/>get_Slope();<br/>set_Slope(value);<br/>Object.defineProperty('Slope');
"Rescale Slope" : the value of "m" in the linear relationship between original pixel values and the new pixel values. (new pixel value) = m * (original pixel value) + b. Where "b" is the "Rescale Intercept".
Refer to ApplyLinearModalityLookupTableCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET