public final class ManualHint
extends com.aspose.ms.System.Enum
Manual hints.
Modifier and Type | Field and Description |
---|---|
static int |
ComplexBackground
Analyzes barcode background.
|
static int |
IncorrectBarcodes
Addition algorithms are included to recognize incorrectly generated or damaged barcodes (skipped bars, stop symbol, etc).
|
static int |
InvertImage
Use when image is white on black background.
|
static int |
MedianSmoothing
MedianSmoothing.
|
static int |
None
There are no heavy recognition algorithms.
|
static int |
SkipRotatedBarcodes
Switches off algorithms of rotating and so increases the recognition speed.
|
static int |
SpecialFormOfCells
Starts recognition barcodes with the special form of cells.
|
static int |
UseRegular
Starts recognition using algorithms from MaxPerfomance mode.
|
static int |
UseRestoration
Starts recognition using only the restoration algorithms from MaxQuality mode.
|
Modifier and Type | Method and Description |
---|---|
static String |
getManualHintName(int manualHints) |
static int |
getManualHintValue(String manualHints) |
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
There are no heavy recognition algorithms. The fastest recognition algorithms are used there, however if image is noisy recognition will fail. Used by default.
public static final int InvertImage
Use when image is white on black background. Typically BarCode images are black on white background.
public static final int IncorrectBarcodes
Addition algorithms are included to recognize incorrectly generated or damaged barcodes (skipped bars, stop symbol, etc). May return deniable recognition.
public static final int ComplexBackground
Analyzes barcode background. Useful with complex or colored backgrounds.
public static final int MedianSmoothing
MedianSmoothing. Works with BarcodeReader's MedianSmoothingWindowSize property.
public static final int UseRestoration
Starts recognition using only the restoration algorithms from MaxQuality mode.
public static final int UseRegular
Starts recognition using algorithms from MaxPerfomance mode. Useful to combine with other hints.
public static final int SpecialFormOfCells
public static final int SkipRotatedBarcodes
Switches off algorithms of rotating and so increases the recognition speed. It works only for Datamatrix and linear barcodes.
Copyright (c) 2002-2017 Aspose Pty Ltd. All Rights Reserved.