"Rescale Intercept" : the value of "b" in the linear relationship between original pixel values and the new pixel values.
public double Intercept { get; set; } Public Property Intercept As Double public double Intercept {get; set;} @property (nonatomic, assign) double intercept public double getIntercept()public void setIntercept(double value)
<br/>get_Intercept();<br/>set_Intercept(value);<br/>Object.defineProperty('Intercept'); "Rescale Intercept" : the value of "b" in the linear relationship between original pixel values and the new pixel values. (new pixel value) = m * (original pixel value) + b. Where "m" is the "Rescale Slope".
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
