Leadtools.ImageProcessing.Core Namespace : AutoBinarizeCommandFlags Enumeration |
[FlagsAttribute()] public enum AutoBinarizeCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum AutoBinarizeCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As AutoBinarizeCommandFlags
[FlagsAttribute()] public enum AutoBinarizeCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.Core.AutoBinarizeCommandFlags = function() { }; Leadtools.ImageProcessing.Core.AutoBinarizeCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class AutoBinarizeCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
DontUsePreProcessing | Don't perform pre-processing. |
UseAutoPreProcessing | Use automatic pre-processing. |
UseAutoThreshold | Perform automatic thresholding. |
UseBackGroundElimination | Eliminate the background of the bitmap but keep the key features, such as text. |
UseColorLeveling | Perform auto color-leveling. |
UseMedianThreshold | Perform median thresholding. |
UsePercentileThreshold | Perform percentile thresholding. In this case the Factor is the percentage of black pixels at which to perform thresholding, expressed in hundredths of a percent. For example, 500 means 5 percent. Valid values range from 0 to 10000. |
UseUserThreshold | Let the user choose the threshold color value to be passed in Factor. Valid values range from 0 (black) to 255 (white). |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.AutoBinarizeCommandFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2