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

Show in webframe

CLAHECommandFlags Enumeration








Flags specifying the desired histogram shape for the image tiles.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum CLAHECommandFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As CLAHECommandFlags
typedef NS_OPTIONS(NSUInteger, LTCLAHECommandFlags)
public enum CLAHECommandFlags
Leadtools.ImageProcessing.Core.CLAHECommandFlags = function() { };
Leadtools.ImageProcessing.Core.CLAHECommandFlags.prototype = {<br/>
  ApplyRayliehDistribution = 0x00000001,
	ApplyExponentialDistribution = 0x00000002,
	ApplyNormalDistribution = 0x00000004,
	ApplySigmoidDistribution = 0x00000008,
	
 };
[FlagsAttribute()]
public enum class CLAHECommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000001ApplyRayliehDistribution Bell-shaped histogram.
0x00000002ApplyExponentialDistribution Curved histogram.
0x00000004ApplyNormalDistribution Flat histogram
0x00000008ApplySigmoidDistribution Sigmoid shaped histogram.
Remarks
The flags must be used individually and cannot be OR'ed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.CLAHECommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

Error processing SSI file