LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Threshold Property (SigmaCommand)

Show in webframe







Gets or sets the threshold value.
Syntax
public float Threshold {get; set;}
'Declaration
 
Public Property Threshold As Single
'Usage
 
Dim instance As SigmaCommand
Dim value As Single
 
instance.Threshold = value
 
value = instance.Threshold
public float Threshold {get; set;}

            

            
 
get_Threshold();
set_Threshold(value);
Object.defineProperty('Threshold');
public:
property float Threshold {
   float get();
   void set (    float value);
}

Property Value

Percentage of pixels included to number of pixels in kernel.
Example
Refer to SigmaCommand.
Requirements

Target Platforms

See Also

Reference

SigmaCommand Class
SigmaCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.