Indicates the binarization method used for converting the image to black and white.
[FlagsAttribute()]
public enum BarCodeReadPreprocessOptions
<FlagsAttribute()>
Public Enum BarCodeReadPreprocessOptions
typedef NS_OPTIONS(NSUInteger, LTBarCodeReadPreprocessOptions)
public enum BarCodeReadPreprocessOptions
[FlagsAttribute()]
public enum class BarCodeReadPreprocessOptions
Value | Member | Description |
---|---|---|
0x00000000 | UseDefault | Use the best method for the detected barcode. |
0x00000002 | UseAutoDocumentBinarization | Use document image binarization. |
0x00000004 | UseDeblurBinarization | Deblure image before binarization. |
0x00000008 | UseFastModeBinarization | Use fast deblurring method. |
Using the default flag detects the best binarization methods for the detected barcode.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document