LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Slope Property

Show in webframe







"Rescale Slope" : the value of "m" in the linear relationship between the original pixel values and the new pixel values.
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;}
@property (nonatomic, assign) double slope;
public double getSlope()
public void setSlope(double value)
            
 
get_Slope();
set_Slope(value);
Object.defineProperty('Slope');
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

See Also

Reference

ApplyLinearModalityLookupTableCommand Class
ApplyLinearModalityLookupTableCommand Members

 

 


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