C#
VB
Java
Objective-C
WinRT C#
C++
Indicates the binarization method used for converting the image to black and white.
[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
| 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.
For an example, refer to BarCodeReadPreprocessCommand
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
