←Select platform

Threshold Property

Summary
Threshold used in the segmentation process.
Syntax
C#
VB
Objective-C
C++
Java
public int Threshold { get; set; } 
Public Property Threshold As Integer 
@property (nonatomic, assign) NSInteger threshold 
public void setThreshold(int value) 
public int getThreshold() 
public: 
property int Threshold { 
   int get(); 
   void set (    int ); 
} 

Property Value

Integer value ranging from 0 to 255.

Example

Refer to the ShrinkWrapCommand example.

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.