←Select platform

LowThreshold Property

Summary

Threshold Value used to determine the low threshold for continuing the linking process.

Syntax
C#
VB
C++
public int LowThreshold {get; set;} 
Public Property LowThreshold() As Integer 
   Get 
   Set 
public:  
   property Int32 LowThreshold 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

Threshold Value used to determine the low threshold for continuing the linking process.

Remarks

This value should be less than the value of CannyEdgeDetectorCommand-HighThreshold.

Example

Refer to CannyEdgeDetectorCommand.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.