LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

Intercept Property






"Rescale Intercept" : the value of "b" in the linear relationship between original pixel values and the new pixel values. .NET support WinRT support Silverlight support
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;}
 get_Intercept();
set_Intercept(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplyLinearModalityLookupTableCommand Class
ApplyLinearModalityLookupTableCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.