←Select platform

Threshold Property

Summary

Gets or sets the threshold value.

Syntax
C#
VB
C++
public float Threshold { get; set; } 
Public Property Threshold As Single 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly