←Select platform

HighThreshold Property

Summary

Threshold Value used to determine the high threshold for starting the linking process.

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

Property Value

Threshold Value used to determine the high threshold for starting the linking process.

Remarks

HighThreshold should be greater than the value of CannyEdgeDetectorCommand-LowThreshold.

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.