←Select platform

SubtractBackgroundCommandFlags Enumeration

Summary
Flags that indicate whether the background is darker than the foreground, and whether to show the objects without the background. You must select one from each group. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax
C#
VB
Objective-C
C++
Java
[FlagsAttribute()] 
public enum SubtractBackgroundCommandFlags   
<FlagsAttribute()> 
Public Enum SubtractBackgroundCommandFlags  
typedef NS_OPTIONS(NSUInteger, LTSubtractBackgroundCommandFlags) 
public enum SubtractBackgroundCommandFlags 
[FlagsAttribute()] 
public enum class SubtractBackgroundCommandFlags   
Members
ValueMemberDescription
0x00000000BackgroundIsDarker The background in the current image is darker than the foreground.
0x00000000SubtractedImage The output image shows the result of the subtraction between the background and the original image.
0x00000001BackgroundIsBrighter The background in the current image is brighter than the foreground.
0x00000010TheBackground The output image shows only the background.
Remarks

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

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

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