←Select platform

Sigma Property

Summary

Gets or sets the Sigma value.

Syntax

C#
VB
WinRT C#
C++
public int Sigma { get; set; } 
Public Property Sigma As Integer 
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 ); 
} 

Property Value

Number of standard deviations the pixel value can be within.

Example

Refer to SigmaCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly