←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#
Objective-C
C++/CLI
Java
Python
public enum SubtractBackgroundCommandType   
typedef NS_ENUM(NSInteger, LTSubtractBackgroundCommandType) { 
 LTSubtractBackgroundCommandTypeDependOnRollingBallSize = 0,  
 LTSubtractBackgroundCommandTypeNoShrinking = 1,  
 LTSubtractBackgroundCommandTypeOneToTwo = 2,  
 LTSubtractBackgroundCommandTypeOneToFour = 3,  
 LTSubtractBackgroundCommandTypeOneToEight = 4 
}; 
public final class SubtractBackgroundCommandType 
    extends java.lang.Enum<SubtractBackgroundCommandType> 
public enum class SubtractBackgroundCommandType   
class SubtractBackgroundCommandType(Enum): 
   DependOnRollingBallSize = 0 
   NoShrinking = 1 
   OneToTwo = 2 
   OneToFour = 3 
   OneToEight = 4 
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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.