Gets or sets the value of the gradient modulus threshold that controls the conduction.
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');
Valid values range from 0 to 100. The default value is 30.
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.
Refer to the TADAnisotropicDiffusionCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET