←Select platform

Threshold Property

Summary

Gets or sets the threshold of the gradient magnitude.

Syntax
C#
VB
C++
public int Threshold { get; set; } 
Public Property Threshold As Integer 
public: 
property int Threshold { 
   int get(); 
   void set (    int ); 
} 

Property Value

Threshold of the gradient magnitude. Values below this will be considered as background, and will be set to 0. Values can be from 1 to 254. A lower threshold provides a better quality image. Default is 15.

Example

Refer to ContourFilterCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly