LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Sigma Property

Show in webframe







Gets or sets the Sigma value.
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);
Object.defineProperty('Sigma');
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

See Also

Reference

SigmaCommand Class
SigmaCommand Members

 

 


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