←Select platform

CLAHECommandFlags Enumeration

Summary

Flags specifying the desired histogram shape for the image tiles.

Syntax
C#
VB
Objective-C
C++
Java
[FlagsAttribute()] 
public enum CLAHECommandFlags   
<FlagsAttribute()> 
Public Enum CLAHECommandFlags  
typedef NS_OPTIONS(NSUInteger, LTCLAHECommandFlags) 
public enum CLAHECommandFlags 
[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

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