public static final class RecognitionHints.ImageBinarization
extends com.aspose.ms.System.Enum
Image binarization hints.
Modifier and Type | Field and Description |
---|---|
static int |
ComplexBackground
Background analyze.
|
static int |
InvertImage
Invert image.
|
static int |
LineCodesRestoration
This filter restores corrupted strokes for 1D barcodes.
|
static int |
MedianSmoothing
Median smoothing.
|
static int |
None
Default value used.
|
Constructor and Description |
---|
RecognitionHints.ImageBinarization() |
public static final int None
Default value used.
public static final int MedianSmoothing
Median smoothing. Works with BarcodeReader's MedianSmoothingWindowSize property.
public static final int InvertImage
Invert image.
public static final int ComplexBackground
Background analyze. Useful with complex or colored background.
public static final int LineCodesRestoration
Copyright (c) 2002-2015 Aspose Pty Ltd. All Rights Reserved.