Visual Basic (Declaration) | |
---|---|
Public Class AutoBinarizeCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class AutoBinarizeCommand : RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class AutoBinarizeCommand : public RasterCommand, IRasterCommand |
Runs the AutoBinarizeCommand on an image and converts it to a bitonal image.
Visual Basic | Copy Code |
---|---|
Public Sub AutoBinarizeCommandExample() |
C# | Copy Code |
---|---|
public void AutoBinarizeCommandExample() |
This function is useful for improving recognition results (OCR, Barcode, OMR, ICR). This command does not support 12- or 16-bit grayscale or 48- or 64-bit color images (Exception: Image format not recognized). This command does not support signed data images (Exception: Signed image data not supported). This command does not support 32-bit grayscale images.
Automatic pre-processing Pre-processing using background elimination Pre-processing using color leveling Perform automatic, percentile or median threshold Manually specify a threshold value
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.Core.AutoBinarizeCommand
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
AutoBinarizeCommand MembersLeadtools.ImageProcessing.Core Namespace
Introduction to Image Processing With LEADTOOLS
DeskewCommand Class
AutoBinaryCommand
DynamicBinaryCommand
BlankPageDetectorCommand Class
DespeckleCommand Class
LineRemoveCommand Class
AutoCropCommand Class
DotRemoveCommand Class
DeskewExtendedCommand Class
HolePunchRemoveCommand Class
InvertedTextCommand Class