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

Show in webframe

Lambda Property (TADAnisotropicDiffusionCommand)








Gets or sets the value of the integration constant Lambda.
Syntax
public int Lambda {get; set;}
'Declaration
 
Public Property Lambda As Integer
'Usage
 
Dim instance As TADAnisotropicDiffusionCommand
Dim value As Integer
 
instance.Lambda = value
 
value = instance.Lambda
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 value);
}

Property Value

An integer that represents the integration constant. The maximum value is 25.
Remarks
Lambda controls the speed of diffusion. Typically set it to the maximum (25). The default value is 14.
Example
Refer to the TADAnisotropicDiffusionCommand example.
Requirements

Target Platforms

See Also

Reference

TADAnisotropicDiffusionCommand Class
TADAnisotropicDiffusionCommand Members

Error processing SSI file