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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize