LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

AutoBinarizeCommandFlags Enumeration






Flags that determine the behavior of the Auto Binarize process.

.NET support WinRT support Silverlight support
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  
Leadtools.ImageProcessing.Core.AutoBinarizeCommandFlags = function() { };
Leadtools.ImageProcessing.Core.AutoBinarizeCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class AutoBinarizeCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
DontUsePreProcessingDon't perform pre-processing.
UseAutoPreProcessingUse automatic pre-processing.
UseAutoThresholdPerform automatic thresholding.
UseBackGroundEliminationEliminate the background of the bitmap but keep the key features, such as text.
UseColorLevelingPerform auto color-leveling.
UseMedianThresholdPerform median thresholding.
UsePercentileThresholdPerform 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.
UseUserThresholdLet the user choose the threshold color value to be passed in Factor. Valid values range from 0 (black) to 255 (white).
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: 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

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.