←Select platform

CLAHECommandFlags Enumeration

Summary
Flags specifying the desired histogram shape for the image tiles.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum CLAHECommandFlags   
typedef NS_OPTIONS(NSUInteger, LTCLAHECommandFlags) 
public final class CLAHECommandFlags 
    extends java.lang.Enum<CLAHECommandFlags> 
[FlagsAttribute()] 
public enum class CLAHECommandFlags   
class CLAHECommandFlags(Enum): 
   ApplyRayliehDistribution = 1 
   ApplyExponentialDistribution = 2 
   ApplyNormalDistribution = 4 
   ApplySigmoidDistribution = 8 
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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.