LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Intercept Property

Show in webframe







"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)
            
 
get_Intercept();
set_Intercept(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.