C#
VB
Java
Objective-C
WinRT C#
C++
Flags that indicate the action to take after subtraction has occurred. These flags have a FlagsAttribute attribute that allows a bitwise combination of member values.
[FlagsAttribute()]
public enum DigitalSubtractCommandFlags
<FlagsAttribute()>
Public Enum DigitalSubtractCommandFlags
[FlagsAttribute()]
public enum DigitalSubtractCommandFlags
typedef NS_OPTIONS(NSUInteger, LTDigitalSubtractCommandFlags)
public enum DigitalSubtractCommandFlags
Leadtools.ImageProcessing.Core.DigitalSubtractCommandFlags = function() { };
Leadtools.ImageProcessing.Core.DigitalSubtractCommandFlags.prototype = {<br/>
None = 0x00000000,
ContrastEnhancement = 0x00000001,
OptimizeRange = 0x00000002,
};
[FlagsAttribute()]
public enum class DigitalSubtractCommandFlags
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | No enhancement. |
0x00000001 | ContrastEnhancement | Perform a contrast enhancement after applying the subtraction. |
0x00000002 | OptimizeRange | Optimize and increase the tonal range of the image after applying the subtraction. |
You can use a bitwise OR ( ¦ ) to specify one flag from each group.
Value | Meaning |
ContrastEnhancement | Perform a contrast enhancement after applying the subtraction. |
OptimizeRange | Optimize and increase the tonal range of the image after applying the subtraction. |
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