←Select platform

Threshold Property

Summary

Gets or sets the threshold value.

Syntax

C#
VB
WinRT C#
C++
public float Threshold { get; set; } 
Public Property Threshold As Single 
public float Threshold {get; set;} 
 <br/>get_Threshold();<br/>set_Threshold(value);<br/>Object.defineProperty('Threshold');  
public: 
property float Threshold { 
   float get(); 
   void set (    float ); 
} 

Property Value

Percentage of pixels included to number of pixels in kernel.

Example

Refer to SigmaCommand.

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