Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

LambdaIn Property








Gets or sets the value of the weight of moving the contour inside.
Syntax
public int LambdaIn {get; set;}
'Declaration
 
Public Property LambdaIn As Integer
'Usage
 
Dim instance As LevelsetCommand
Dim value As Integer
 
instance.LambdaIn = value
 
value = instance.LambdaIn
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 value);
}

Property Value

Value that represents the weight of moving the contour inside (shrinking the region).
Example
Refer to the LevelsetCommand example.
Requirements

Target Platforms

See Also

Reference

LevelsetCommand Class
LevelsetCommand Members

Error processing SSI file