LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

AutoBinarizeCommandFlags Enumeration

Show in webframe







Flags that determine the behavior of the Auto Binarize process.

Syntax
[FlagsAttribute()]
public enum AutoBinarizeCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum AutoBinarizeCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As AutoBinarizeCommandFlags
[FlagsAttribute()]
public enum AutoBinarizeCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTAutoBinarizeCommandFlags
public enum AutoBinarizeCommandFlags
Leadtools.ImageProcessing.Core.AutoBinarizeCommandFlags = function() { };
Leadtools.ImageProcessing.Core.AutoBinarizeCommandFlags.prototype = {
UseAutoThreshold = 0x00000000, UseAutoPreProcessing = 0x00000000, DontUsePreProcessing = 0x00000001, UseBackGroundElimination = 0x00000002, UseColorLeveling = 0x00000004, UseUserThreshold = 0x00000010, UsePercentileThreshold = 0x00000020, UseMedianThreshold = 0x00000040, };
[FlagsAttribute()]
public enum class AutoBinarizeCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000UseAutoThresholdPerform automatic thresholding.
0x00000000UseAutoPreProcessingUse automatic pre-processing.
0x00000001DontUsePreProcessingDon't perform pre-processing.
0x00000002UseBackGroundEliminationEliminate the background of the bitmap but keep the key features, such as text.
0x00000004UseColorLevelingPerform auto color-leveling.
0x00000010UseUserThresholdLet the user choose the threshold color value to be passed in Factor. Valid values range from 0 (black) to 255 (white).
0x00000020UsePercentileThresholdPerform 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.
0x00000040UseMedianThresholdPerform median thresholding.
Remarks
You can use a bitwise OR (|) to specify one or more flags.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.AutoBinarizeCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.