←Select platform

Kappa Property

Summary

Gets or sets the value of the gradient modulus threshold that controls the conduction.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Kappa { get; set; } 
Public Property Kappa As Integer 
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 ); 
} 

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

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