C#
VB
Java
Objective-C
WinRT C#
C++
Flags specifying the desired histogram shape for the image tiles.
[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 = {<br/>ApplyRayliehDistribution = 0x00000001,ApplyExponentialDistribution = 0x00000002,ApplyNormalDistribution = 0x00000004,ApplySigmoidDistribution = 0x00000008,};
[FlagsAttribute()]public enum class CLAHECommandFlags
Members
| Value | Member | Description |
|---|---|---|
| 0x00000001 | ApplyRayliehDistribution | Bell-shaped histogram. |
| 0x00000002 | ApplyExponentialDistribution | Curved histogram. |
| 0x00000004 | ApplyNormalDistribution | Flat histogram |
| 0x00000008 | ApplySigmoidDistribution | Sigmoid shaped histogram. |
The flags must be used individually and cannot be OR'ed.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
