Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
SubtractBackgroundCommandType Enumeration
See Also  
Leadtools.ImageProcessing.Core Namespace : SubtractBackgroundCommandType Enumeration



Enumerated values that represent the shrink size ratio used to minimize the image internally in order to increase the speed with little loss of accuracy.

Syntax

Visual Basic (Declaration) 
Public Enum SubtractBackgroundCommandType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As SubtractBackgroundCommandType
C# 
public enum SubtractBackgroundCommandType : Enum 
C++/CLI 
public enum class SubtractBackgroundCommandType : public Enum 

Members

MemberDescription
DependOnRollingBallSize The shrink size depends on the ball size.
NoShrinking No Resize (Highest accuracy).
OneToTwo Resize to half width and height.
OneToFour Resize to quarter width and height.
OneToEight Resize to eighth width and height (very fast).

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also