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

Show in webframe

LambdaOut Property








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

Property Value

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

Target Platforms

See Also

Reference

LevelsetCommand Class
LevelsetCommand Members

Error processing SSI file