←Select platform

CLAHECommandFlags Enumeration

Summary

Flags specifying the desired histogram shape for the image tiles.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[FlagsAttribute()] 
public enum CLAHECommandFlags 
<FlagsAttribute()> 
Public Enum CLAHECommandFlags 
[FlagsAttribute()] 
public enum CLAHECommandFlags 
typedef NS_OPTIONS(NSUInteger, LTCLAHECommandFlags)
public enum CLAHECommandFlags
Leadtools.ImageProcessing.Core.CLAHECommandFlags = function() { }; 
Leadtools.ImageProcessing.Core.CLAHECommandFlags.prototype = { 
 
  ApplyRayliehDistribution = 0x00000001, 
    ApplyExponentialDistribution = 0x00000002, 
    ApplyNormalDistribution = 0x00000004, 
    ApplySigmoidDistribution = 0x00000008, 
     
 }; 
[FlagsAttribute()] 
public enum class CLAHECommandFlags 

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.

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