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

Show in webframe

Kappa Property








Gets or sets the value of the gradient modulus threshold that controls the conduction.
Syntax
public int Kappa {get; set;}
'Declaration
 
Public Property Kappa As Integer
'Usage
 
Dim instance As TADAnisotropicDiffusionCommand
Dim value As Integer
 
instance.Kappa = value
 
value = instance.Kappa
public int Kappa {get; set;}
@property (nonatomic, assign) NSInteger kappa
public int getKappa()
public void setKappa(int value)
            
 <br/>get_Kappa();<br/>set_Kappa(value);<br/>Object.defineProperty('Kappa'); 
public:
property int Kappa {
   int get();
   void set (    int value);
}

Property Value

Valid values range from 0 to 100. The default value is 30.
Remarks
If Kappa is low, small intensity gradients are able to block conduction and hence diffusion across the step edges. A large value reduces the influence of intensity gradients on conduction.
Example
Refer to the TADAnisotropicDiffusionCommand example.
Requirements

Target Platforms

See Also

Reference

TADAnisotropicDiffusionCommand Class
TADAnisotropicDiffusionCommand Members

Error processing SSI file