Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Threshold Property (ShrinkWrapCommand)








Threshold used in the segmentation process.
Syntax
public int Threshold {get; set;}
'Declaration
 
Public Property Threshold As Integer
'Usage
 
Dim instance As ShrinkWrapCommand
Dim value As Integer
 
instance.Threshold = value
 
value = instance.Threshold
public int Threshold {get; set;}
@property (nonatomic, assign) NSInteger threshold
public void setThreshold(int value)
public int getThreshold()
            
 <br/>get_Threshold();<br/>set_Threshold(value);<br/>Object.defineProperty('Threshold'); 
public:
property int Threshold {
   int get();
   void set (    int value);
}

Property Value

Integer value ranging from 0 to 255.
Example
Refer to the ShrinkWrapCommand example.
Requirements

Target Platforms

See Also

Reference

ShrinkWrapCommand Class
ShrinkWrapCommand Members

Error processing SSI file