←Select platform

Lambda Property

Summary

Gets or sets the lambda factor.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Lambda { get; set; } 
Public Property Lambda As Integer 
public int Lambda {get; set;} 
@property (nonatomic, assign) NSInteger lambda 
public int getLambda() 
            public void setLambda(int value) 
 <br/>get_Lambda();<br/>set_Lambda(value);<br/>Object.defineProperty('Lambda');  
public: 
property int Lambda { 
   int get(); 
   void set (    int ); 
} 

Property Value

Valid values for Lambda range from 1 to 1000. By default, the value is 950.

Remarks

Small values of lambda can result in one region. Large values can result in an over-segmented image.

Example

Refer to the .LambdaConnectednessCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly