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
Value | Member | Description |
---|---|---|
0 | DependOnRollingBallSize | The shrink size depends on the ball size. |
1 | NoShrinking | No Resize (Highest accuracy). |
2 | OneToTwo | Resize to half width and height. |
3 | OneToFour | Resize to quarter width and height. |
4 | OneToEight | Resize to eighth width and height (very fast). |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document