←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly