←Select platform

Slope Property

Summary
"Rescale Slope" : the value of "m" in the linear relationship between the original pixel values and the new pixel values.
Syntax
C#
VB
Objective-C
C++
Java
public double Slope { get; set; } 
Public Property Slope As Double 
@property (nonatomic, assign) double slope 
public double getSlope() 
public void setSlope(double value) 
public: 
property double Slope { 
   double get(); 
   void set (    double ); 
} 

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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.