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

Slope Property






"Rescale Slope" : the value of "m" in the linear relationship between the original pixel values and the new pixel values. .NET support WinRT support Silverlight support
Syntax
public double Slope {get; set;}
'Declaration
 
Public Property Slope As Double
'Usage
 
Dim instance As ApplyLinearModalityLookupTableCommand
Dim value As Double
 
instance.Slope = value
 
value = instance.Slope
public double Slope {get; set;}
 get_Slope();
set_Slope(value);
public:
property double Slope {
   double get();
   void set (    double value);
}

Property Value

"Rescale Slope" : the value of "m" in the linear relationship between original pixel values and the new pixel values.

(new pixel value) = m * (original pixel value) + b. Where "b" is the "Rescale Intercept".
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.