LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

SubtractBackgroundCommandFlags Enumeration

Show in webframe







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 System.FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax
[FlagsAttribute()]
public enum SubtractBackgroundCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum SubtractBackgroundCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SubtractBackgroundCommandFlags
[FlagsAttribute()]
public enum SubtractBackgroundCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTSubtractBackgroundCommandFlags
public enum SubtractBackgroundCommandFlags
Leadtools.ImageProcessing.Core.SubtractBackgroundCommandFlags = function() { };
Leadtools.ImageProcessing.Core.SubtractBackgroundCommandFlags.prototype = {
SubtractedImage = 0x00000000, BackgroundIsDarker = 0x00000000, BackgroundIsBrighter = 0x00000001, TheBackground = 0x00000010, };
[FlagsAttribute()]
public enum class SubtractBackgroundCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000SubtractedImageThe output image shows the result of the subtraction between the background and the original image.
0x00000000BackgroundIsDarkerThe background in the current image is darker than the foreground.
0x00000001BackgroundIsBrighterThe background in the current image is brighter than the foreground.
0x00000010TheBackgroundThe 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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.SubtractBackgroundCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.