←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
Objective-C
C++
Java
public enum SubtractBackgroundCommandType   
Public Enum SubtractBackgroundCommandType  
typedef NS_ENUM(NSInteger, LTSubtractBackgroundCommandType) 
public enum SubtractBackgroundCommandType 
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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly