←Select platform

Lambda Property

Summary

Gets or sets the smoothing time step value.

Syntax
C#
VB
Objective-C
C++
Java
public int Lambda { get; set; } 
Public Property Lambda As Integer 
@property (nonatomic, assign) NSInteger lambda 
public int getLambda() 
public void setLambda(int value) 
public: 
property int Lambda { 
   int get(); 
   void set (    int ); 
} 

Property Value

The smoothing time step value. Valid values range from 0 to 100. A value of 0 means nothing will be done to the image.

Example

Refer to the SRADAnisotropicDiffusionCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly