[FlagsAttribute()]
public enum SubtractBackgroundCommandFlags
typedef NS_OPTIONS(NSUInteger, LTSubtractBackgroundCommandFlags)
public final class SubtractBackgroundCommandFlags
extends java.lang.Enum<SubtractBackgroundCommandFlags>
[FlagsAttribute()]
public enum class SubtractBackgroundCommandFlags
class SubtractBackgroundCommandFlags(Enum):
SubtractedImage = 0
SubtractedImage = 0
BackgroundIsDarker, BackgroundIsBrighter = 1
BackgroundIsDarker, TheBackground = 16
Value | Member | Description |
---|---|---|
0x00000000 | BackgroundIsDarker | The background in the current image is darker than the foreground. |
0x00000000 | SubtractedImage | The output image shows the result of the subtraction between the background and the original image. |
0x00000001 | BackgroundIsBrighter | The background in the current image is brighter than the foreground. |
0x00000010 | TheBackground | The output image shows only the background. |
You can use a bitwise OR ( | ) to specify one flag from each group.
Group | Flags |
Flags that represent whether the background is darker than the foreground | BackgroundIsDarker, BackgroundIsBrighter |
Flags that represent whether to show the objects without a background | SubtractedImage, TheBackground |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document