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

Sigma Property






Gets or sets the Sigma value. .NET support WinRT support
Syntax
public int Sigma {get; set;}
'Declaration
 
Public Property Sigma As Integer
'Usage
 
Dim instance As SigmaCommand
Dim value As Integer
 
instance.Sigma = value
 
value = instance.Sigma
public int Sigma {get; set;}
 get_Sigma();
set_Sigma(value);
public:
property int Sigma {
   int get();
   void set (    int value);
}

Property Value

Number of standard deviations the pixel value can be within.
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.