←Select platform

Kappa Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int Kappa { get; set; } 
Public Property Kappa As Integer 
@property (nonatomic, assign) NSInteger kappa 
public int getKappa() 
public void setKappa(int value) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly