←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly