←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() 
get_AlphaFactor(); 
set_AlphaFactor(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize