←Select platform

SubtractBackgroundCommandType Enumeration

Summary

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

C#
VB
Java
Objective-C
WinRT C#
C++
public enum SubtractBackgroundCommandType
Public Enum SubtractBackgroundCommandType
public enum SubtractBackgroundCommandType
typedef NS_ENUM(NSInteger, LTSubtractBackgroundCommandType)
public enum SubtractBackgroundCommandType
Leadtools.ImageProcessing.Core.SubtractBackgroundCommandType = function() { }; 
Leadtools.ImageProcessing.Core.SubtractBackgroundCommandType.prototype = { 
 
  DependOnRollingBallSize = 0, 
    NoShrinking = 1, 
    OneToTwo = 2, 
    OneToFour = 3, 
    OneToEight = 4, 
     
 }; 
public enum class SubtractBackgroundCommandType

Members

ValueMemberDescription
0DependOnRollingBallSize The shrink size depends on the ball size.
1NoShrinking No Resize (Highest accuracy).
2OneToTwo Resize to half width and height.
3OneToFour Resize to quarter width and height.
4OneToEight Resize to eighth width and height (very fast).
Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize