←Select platform

Intercept Property

Summary

"Rescale Intercept" : the value of "b" in the linear relationship between original pixel values and the new pixel values.

Syntax
C#
VB
Objective-C
C++
Java
public double Intercept { get; set; } 
Public Property Intercept As Double 
@property (nonatomic, assign) double intercept 
public double getIntercept() 
public void setIntercept(double value) 
public: 
property double Intercept { 
   double get(); 
   void set (    double ); 
} 

Property Value

"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".

Example

Refer to ApplyLinearModalityLookupTableCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly