LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

Threshold Property (SigmaCommand)






Gets or sets the threshold value. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SigmaCommand Class
SigmaCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.