Package | Description |
---|---|
com.google.zxing | |
com.google.zxing.common |
Modifier and Type | Method and Description |
---|---|
abstract Binarizer |
Binarizer.createBinarizer(LuminanceSource source)
Creates a new object with the same type as this Binarizer implementation, but with pristine
state.
|
Constructor and Description |
---|
BinaryBitmap(Binarizer binarizer) |
Modifier and Type | Class and Description |
---|---|
class |
GlobalHistogramBinarizer
This Binarizer implementation uses the old ZXing global histogram approach.
|
class |
HybridBinarizer
This class implements a local thresholding algorithm, which while slower than the
GlobalHistogramBinarizer, is fairly efficient for what it does.
|
Modifier and Type | Method and Description |
---|---|
Binarizer |
HybridBinarizer.createBinarizer(LuminanceSource source) |
Binarizer |
GlobalHistogramBinarizer.createBinarizer(LuminanceSource source) |
Copyright © 2007–2024. All rights reserved.