Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.google.zxing.common Classes and Interfaces - 19 results found.
NameDescriptionTypePackageFramework
BitArrayA simple, fast array of bits, represented compactly by an array of ints internally.Classcom.google.zxing.commonZXing
BitMatrixRepresents a 2D matrix of bits.Classcom.google.zxing.commonZXing
BitSourceThis provides an easy abstraction to read bits at a time from a sequence of bytes, where the number of bits read is not often a multiple of 8.Classcom.google.zxing.commonZXing
CharacterSetECIenum CharacterSetECIEncapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.Classcom.google.zxing.commonZXing
DecoderResultEncapsulates the result of decoding a matrix of bits.Classcom.google.zxing.commonZXing
DefaultGridSamplerClasscom.google.zxing.commonZXing
DetectorResultEncapsulates the result of detecting a barcode in an image.Classcom.google.zxing.commonZXing
GenericGFThis class contains utility methods for performing mathematical operations over the Galois Fields.Classcom.google.zxing.common.reedsolomonZXing
GlobalHistogramBinarizerThis Binarizer implementation uses the old ZXing global histogram approach.Classcom.google.zxing.commonZXing
GridSampler image, sample the right points in the image to reconstruct the QR code, accounting for perspective distortion.Classcom.google.zxing.commonZXing
HybridBinarizerThis class implements a local thresholding algorithm, which while slower than the GlobalHistogramBinarizer, is fairly efficient for what it does.Classcom.google.zxing.commonZXing
MathUtilsClasscom.google.zxing.common.detectorZXing
MonochromeRectangleDetectorA somewhat generic detector that looks for a barcode-like rectangular region within an image.Classcom.google.zxing.common.detectorZXing
PerspectiveTransformThis class implements a perspective transform in two dimensions.Classcom.google.zxing.commonZXing
ReedSolomonDecoder The algorithm will not be explained here, but the following references were helpful in creating this implementation:Classcom.google.zxing.common.reedsolomonZXing
ReedSolomonEncoderClasscom.google.zxing.common.reedsolomonZXing
ReedSolomonExceptionThrown when an exception occurs during Reed-Solomon decoding, such as when there are too many errors to correct.Classcom.google.zxing.common.reedsolomonZXing
StringUtilsCommon string-related functions.Classcom.google.zxing.commonZXing
WhiteRectangleDetector Detects a candidate barcode-like rectangular region within an image.Classcom.google.zxing.common.detectorZXing