←Select platform

LambdaOut Property

Summary

Gets or sets the value of the weight of moving the contour outside.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int LambdaOut { get; set; } 
Public Property LambdaOut As Integer 
public int LambdaOut {get; set;} 
@property (nonatomic, assign) NSInteger lambdaOut 
public void setLambdaOut(int value) 
public int getLambdaOut() 
             
 <br/>get_LambdaOut();<br/>set_LambdaOut(value);<br/>Object.defineProperty('LambdaOut');  
public: 
property int LambdaOut { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the weight of moving the contour outside (expanding the region).

Example

Refer to the LevelsetCommand 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