Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Slope Property








"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)
            
 <br/>get_Slope();<br/>set_Slope(value);<br/>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

Error processing SSI file