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

Show in webframe

Sigma Property








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;}
 <br/>get_Sigma();<br/>set_Sigma(value);<br/>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

Error processing SSI file