←Select platform

BarCodeReadPreprocessOptions Enumeration

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
[FlagsAttribute()] 
public enum BarCodeReadPreprocessOptions   
<FlagsAttribute()> 
Public Enum BarCodeReadPreprocessOptions  
typedef NS_OPTIONS(NSUInteger, LTBarCodeReadPreprocessOptions) 
public enum BarCodeReadPreprocessOptions 
[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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly