←Select platform

AlphaFactor Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public float AlphaFactor { get; set; } 
Public Property AlphaFactor As Single 
@property (nonatomic, assign) float alphaFactor 
public void setAlphaFactor(float value) 
public float getAlphaFactor() 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly