←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
Java
Objective-C
WinRT C#
C++
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');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly