Uses of Class
com.google.zxing.common.BitMatrix

Packages that use BitMatrix
com.google.zxing   
com.google.zxing.aztec   
com.google.zxing.aztec.detector   
com.google.zxing.common   
com.google.zxing.common.detector   
com.google.zxing.datamatrix.decoder   
com.google.zxing.datamatrix.detector   
com.google.zxing.maxicode.decoder   
com.google.zxing.multi.qrcode.detector   
com.google.zxing.oned   
com.google.zxing.pdf417.decoder   
com.google.zxing.pdf417.encoder   
com.google.zxing.qrcode   
com.google.zxing.qrcode.decoder   
com.google.zxing.qrcode.detector   
 

Uses of BitMatrix in com.google.zxing
 

Methods in com.google.zxing that return BitMatrix
 BitMatrix Writer.encode(String contents, BarcodeFormat format, int width, int height)
          Encode a barcode using the default settings.
 BitMatrix MultiFormatWriter.encode(String contents, BarcodeFormat format, int width, int height)
           
 BitMatrix Writer.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 BitMatrix MultiFormatWriter.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 BitMatrix BinaryBitmap.getBlackMatrix()
          Converts a 2D array of luminance data to 1 bit.
abstract  BitMatrix Binarizer.getBlackMatrix()
          Converts a 2D array of luminance data to 1 bit data.
 

Uses of BitMatrix in com.google.zxing.aztec
 

Constructors in com.google.zxing.aztec with parameters of type BitMatrix
AztecDetectorResult(BitMatrix bits, ResultPoint[] points, boolean compact, int nbDatablocks, int nbLayers)
           
 

Uses of BitMatrix in com.google.zxing.aztec.detector
 

Constructors in com.google.zxing.aztec.detector with parameters of type BitMatrix
Detector(BitMatrix image)
           
 

Uses of BitMatrix in com.google.zxing.common
 

Methods in com.google.zxing.common that return BitMatrix
 BitMatrix DetectorResult.getBits()
           
 BitMatrix HybridBinarizer.getBlackMatrix()
           
 BitMatrix GlobalHistogramBinarizer.getBlackMatrix()
           
abstract  BitMatrix GridSampler.sampleGrid(BitMatrix image, int dimensionX, int dimensionY, float p1ToX, float p1ToY, float p2ToX, float p2ToY, float p3ToX, float p3ToY, float p4ToX, float p4ToY, float p1FromX, float p1FromY, float p2FromX, float p2FromY, float p3FromX, float p3FromY, float p4FromX, float p4FromY)
          Samples an image for a rectangular matrix of bits of the given dimension.
 BitMatrix DefaultGridSampler.sampleGrid(BitMatrix image, int dimensionX, int dimensionY, float p1ToX, float p1ToY, float p2ToX, float p2ToY, float p3ToX, float p3ToY, float p4ToX, float p4ToY, float p1FromX, float p1FromY, float p2FromX, float p2FromY, float p3FromX, float p3FromY, float p4FromX, float p4FromY)
           
abstract  BitMatrix GridSampler.sampleGrid(BitMatrix image, int dimensionX, int dimensionY, PerspectiveTransform transform)
           
 BitMatrix DefaultGridSampler.sampleGrid(BitMatrix image, int dimensionX, int dimensionY, PerspectiveTransform transform)
           
 

Methods in com.google.zxing.common with parameters of type BitMatrix
protected static void GridSampler.checkAndNudgePoints(BitMatrix image, float[] points)
          Checks a set of points that have been transformed to sample points on an image against the image's dimensions to see if the point are even within the image.
abstract  BitMatrix GridSampler.sampleGrid(BitMatrix image, int dimensionX, int dimensionY, float p1ToX, float p1ToY, float p2ToX, float p2ToY, float p3ToX, float p3ToY, float p4ToX, float p4ToY, float p1FromX, float p1FromY, float p2FromX, float p2FromY, float p3FromX, float p3FromY, float p4FromX, float p4FromY)
          Samples an image for a rectangular matrix of bits of the given dimension.
 BitMatrix DefaultGridSampler.sampleGrid(BitMatrix image, int dimensionX, int dimensionY, float p1ToX, float p1ToY, float p2ToX, float p2ToY, float p3ToX, float p3ToY, float p4ToX, float p4ToY, float p1FromX, float p1FromY, float p2FromX, float p2FromY, float p3FromX, float p3FromY, float p4FromX, float p4FromY)
           
abstract  BitMatrix GridSampler.sampleGrid(BitMatrix image, int dimensionX, int dimensionY, PerspectiveTransform transform)
           
 BitMatrix DefaultGridSampler.sampleGrid(BitMatrix image, int dimensionX, int dimensionY, PerspectiveTransform transform)
           
 

Constructors in com.google.zxing.common with parameters of type BitMatrix
DetectorResult(BitMatrix bits, ResultPoint[] points)
           
 

Uses of BitMatrix in com.google.zxing.common.detector
 

Constructors in com.google.zxing.common.detector with parameters of type BitMatrix
MonochromeRectangleDetector(BitMatrix image)
           
WhiteRectangleDetector(BitMatrix image)
           
WhiteRectangleDetector(BitMatrix image, int initSize, int x, int y)
           
 

Uses of BitMatrix in com.google.zxing.datamatrix.decoder
 

Methods in com.google.zxing.datamatrix.decoder with parameters of type BitMatrix
 DecoderResult Decoder.decode(BitMatrix bits)
          Decodes a Data Matrix Code represented as a BitMatrix.
 

Uses of BitMatrix in com.google.zxing.datamatrix.detector
 

Constructors in com.google.zxing.datamatrix.detector with parameters of type BitMatrix
Detector(BitMatrix image)
           
 

Uses of BitMatrix in com.google.zxing.maxicode.decoder
 

Methods in com.google.zxing.maxicode.decoder with parameters of type BitMatrix
 DecoderResult Decoder.decode(BitMatrix bits)
           
 DecoderResult Decoder.decode(BitMatrix bits, Map<DecodeHintType,?> hints)
           
 

Uses of BitMatrix in com.google.zxing.multi.qrcode.detector
 

Constructors in com.google.zxing.multi.qrcode.detector with parameters of type BitMatrix
MultiDetector(BitMatrix image)
           
 

Uses of BitMatrix in com.google.zxing.oned
 

Methods in com.google.zxing.oned that return BitMatrix
 BitMatrix UPCAWriter.encode(String contents, BarcodeFormat format, int width, int height)
           
 BitMatrix OneDimensionalCodeWriter.encode(String contents, BarcodeFormat format, int width, int height)
           
 BitMatrix UPCAWriter.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 BitMatrix OneDimensionalCodeWriter.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
          Encode the contents following specified format.
 BitMatrix ITFWriter.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 BitMatrix EAN8Writer.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 BitMatrix EAN13Writer.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 BitMatrix Code39Writer.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 BitMatrix Code128Writer.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 

Uses of BitMatrix in com.google.zxing.pdf417.decoder
 

Methods in com.google.zxing.pdf417.decoder with parameters of type BitMatrix
 DecoderResult Decoder.decode(BitMatrix bits)
          Decodes a PDF417 Code represented as a BitMatrix.
 

Uses of BitMatrix in com.google.zxing.pdf417.encoder
 

Methods in com.google.zxing.pdf417.encoder that return BitMatrix
 BitMatrix PDF417Writer.encode(String contents, BarcodeFormat format, boolean compact, int width, int height, int minCols, int maxCols, int minRows, int maxRows, Compaction compaction)
           
 BitMatrix PDF417Writer.encode(String contents, BarcodeFormat format, int width, int height)
           
 BitMatrix PDF417Writer.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 

Uses of BitMatrix in com.google.zxing.qrcode
 

Methods in com.google.zxing.qrcode that return BitMatrix
 BitMatrix QRCodeWriter.encode(String contents, BarcodeFormat format, int width, int height)
           
 BitMatrix QRCodeWriter.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 

Uses of BitMatrix in com.google.zxing.qrcode.decoder
 

Methods in com.google.zxing.qrcode.decoder with parameters of type BitMatrix
 DecoderResult Decoder.decode(BitMatrix bits)
           
 DecoderResult Decoder.decode(BitMatrix bits, Map<DecodeHintType,?> hints)
          Decodes a QR Code represented as a BitMatrix.
 

Uses of BitMatrix in com.google.zxing.qrcode.detector
 

Methods in com.google.zxing.qrcode.detector that return BitMatrix
protected  BitMatrix FinderPatternFinder.getImage()
           
protected  BitMatrix Detector.getImage()
           
 

Constructors in com.google.zxing.qrcode.detector with parameters of type BitMatrix
Detector(BitMatrix image)
           
FinderPatternFinder(BitMatrix image)
          Creates a finder that will search the image for three finder patterns.
FinderPatternFinder(BitMatrix image, ResultPointCallback resultPointCallback)
           
 



Copyright © 2007-2012. All Rights Reserved.