←Select platform

LambdaIn Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int LambdaIn { get; set; } 
Public Property LambdaIn As Integer 
public int LambdaIn {get; set;} 
@property (nonatomic, assign) NSInteger lambdaIn 
public void setLambdaIn(int value) 
public int getLambdaIn() 
             
 <br/>get_LambdaIn();<br/>set_LambdaIn(value);<br/>Object.defineProperty('LambdaIn');  
public: 
property int LambdaIn { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the weight of moving the contour inside (shrinking 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