Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

AlphaFactor Property








Sets or gets a non-negative real scalar specifying a distribution parameter.
Syntax
public float AlphaFactor {get; set;}
'Declaration
 
Public Property AlphaFactor As Single
'Usage
 
Dim instance As CLAHECommand
Dim value As Single
 
instance.AlphaFactor = value
 
value = instance.AlphaFactor
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 value);
}

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

See Also

Reference

CLAHECommand Class
CLAHECommand Members

Error processing SSI file