C#
VB
Java
Objective-C
WinRT C#
C++
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.
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 = {<br/>
DependOnRollingBallSize = 0,
NoShrinking = 1,
OneToTwo = 2,
OneToFour = 3,
OneToEight = 4,
};
public enum class SubtractBackgroundCommandType
Members
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). |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET