LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

SubtractBackgroundCommandType Enumeration

Show in webframe







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
public enum SubtractBackgroundCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum SubtractBackgroundCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SubtractBackgroundCommandType
public enum SubtractBackgroundCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTSubtractBackgroundCommandType
public enum SubtractBackgroundCommandType
Leadtools.ImageProcessing.Core.SubtractBackgroundCommandType = function() { };
Leadtools.ImageProcessing.Core.SubtractBackgroundCommandType.prototype = {
DependOnRollingBallSize = 0x00000000, NoShrinking = 0x00000001, OneToTwo = 0x00000002, OneToFour = 0x00000003, OneToEight = 0x00000004, };
public enum class SubtractBackgroundCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000DependOnRollingBallSizeThe shrink size depends on the ball size.
0x00000001NoShrinkingNo Resize (Highest accuracy).
0x00000002OneToTwoResize to half width and height.
0x00000003OneToFourResize to quarter width and height.
0x00000004OneToEightResize to eighth width and height (very fast).
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


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