Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Intercept Property








"Rescale Intercept" : the value of "b" in the linear relationship between original pixel values and the new pixel values.
Syntax
public double Intercept {get; set;}
'Declaration
 
Public Property Intercept As Double
'Usage
 
Dim instance As ApplyLinearModalityLookupTableCommand
Dim value As Double
 
instance.Intercept = value
 
value = instance.Intercept
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'); 
public:
property double Intercept {
   double get();
   void set (    double value);
}

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

See Also

Reference

ApplyLinearModalityLookupTableCommand Class
ApplyLinearModalityLookupTableCommand Members

Error processing SSI file