←Select platform

AlphaFactor Property

Summary

Sets or gets a non-negative real scalar specifying a distribution parameter.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public float AlphaFactor { get; set; } 
Public Property AlphaFactor As Single 
public float AlphaFactor {get; set;} 
@property (nonatomic, assign) float alphaFactor 
public void setAlphaFactor(float value) 
public float getAlphaFactor() 
             
 <br/>get_AlphaFactor();<br/>set_AlphaFactor(value);<br/>Object.defineProperty('AlphaFactor');  
public: 
property float AlphaFactor { 
   float get(); 
   void set (    float ); 
} 

Property Value

Real scalar between 0 and 1. If using the ApplySigmoidDistribution flag this value ranges from 0 to 5.

Remarks

If ApplyNormalDistribution is used this number has no meaning.

Example

Refer to CLAHECommand.

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