←Select platform

BarCodeReadPreprocessOptions Enumeration

Summary

Indicates the binarization method used for converting the image to black and white.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[FlagsAttribute()] 
public enum BarCodeReadPreprocessOptions   
<FlagsAttribute()> 
Public Enum BarCodeReadPreprocessOptions  
    
    
[FlagsAttribute()] 
public enum BarCodeReadPreprocessOptions    
typedef NS_OPTIONS(NSUInteger, LTBarCodeReadPreprocessOptions) 
public enum BarCodeReadPreprocessOptions 
Leadtools.ImageProcessing.Core.BarCodeReadPreprocessOptions = function() { }; 
Leadtools.ImageProcessing.Core.BarCodeReadPreprocessOptions.prototype = {<br/> 
  UseDefault = 0x00000000, 
    UseAutoDocumentBinarization = 0x00000002, 
    UseDeblurBinarization = 0x00000004, 
    UseFastModeBinarization = 0x00000008, 
     
 }; 
[FlagsAttribute()] 
public enum class BarCodeReadPreprocessOptions   

Members

ValueMemberDescription
0x00000000UseDefault Use the best method for the detected barcode.
0x00000002UseAutoDocumentBinarization Use document image binarization.
0x00000004UseDeblurBinarization Deblure image before binarization.
0x00000008UseFastModeBinarization Use fast deblurring method.
Remarks

Using the default flag detects the best binarization methods for the detected barcode.

Example

For an example, refer to BarCodeReadPreprocessCommand

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly