←Select platform

Sigma Property

Summary

Gets or sets the Sigma value.

Syntax
C#
VB
C++
public int Sigma { get; set; } 
Public Property Sigma As Integer 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly