←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
Java
Objective-C
WinRT C#
C++
public double Slope {get; set;}
Public Property Slope As Double
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 ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize