Leadtools.ImageProcessing.Core Namespace : SubtractBackgroundCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] public enum SubtractBackgroundCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum SubtractBackgroundCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As SubtractBackgroundCommandFlags
[FlagsAttribute()] public enum SubtractBackgroundCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.Core.SubtractBackgroundCommandFlags = function() { }; Leadtools.ImageProcessing.Core.SubtractBackgroundCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class SubtractBackgroundCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
BackgroundIsBrighter | The background in the current image is brighter than the foreground. |
BackgroundIsDarker | The background in the current image is darker than the foreground. |
SubtractedImage | The output image shows the result of the subtraction between the background and the original image. |
TheBackground | The output image shows only the background. |
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 |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.SubtractBackgroundCommandFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2