Uses of Class
com.google.zxing.NotFoundException
-
-
Uses of NotFoundException in com.google.zxing
Fields in com.google.zxing declared as NotFoundException Modifier and Type Field Description private static NotFoundExceptionNotFoundException. INSTANCEMethods in com.google.zxing that return NotFoundException Modifier and Type Method Description static NotFoundExceptionNotFoundException. getNotFoundInstance()Methods in com.google.zxing that throw NotFoundException Modifier and Type Method Description ResultMultiFormatReader. decode(BinaryBitmap image)This version of decode honors the intent of Reader.decode(BinaryBitmap) in that it passes null as a hint to the decoders.ResultMultiFormatReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)Decode an image using the hints provided.ResultReader. decode(BinaryBitmap image)Locates and decodes a barcode in some format within an image.ResultReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)Locates and decodes a barcode in some format within an image.private ResultMultiFormatReader. decodeInternal(BinaryBitmap image)ResultMultiFormatReader. decodeWithState(BinaryBitmap image)Decode an image using the state set up by calling setHints() previously.abstract BitMatrixBinarizer. getBlackMatrix()Converts a 2D array of luminance data to 1 bit data.BitMatrixBinaryBitmap. getBlackMatrix()Converts a 2D array of luminance data to 1 bit.abstract BitArrayBinarizer. getBlackRow(int y, BitArray row)Converts one row of luminance data to 1 bit data.BitArrayBinaryBitmap. getBlackRow(int y, BitArray row)Converts one row of luminance data to 1 bit data. -
Uses of NotFoundException in com.google.zxing.aztec
Methods in com.google.zxing.aztec that throw NotFoundException Modifier and Type Method Description ResultAztecReader. decode(BinaryBitmap image)Locates and decodes a Data Matrix code in an image.ResultAztecReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints) -
Uses of NotFoundException in com.google.zxing.aztec.detector
Methods in com.google.zxing.aztec.detector that throw NotFoundException Modifier and Type Method Description AztecDetectorResultDetector. detect()AztecDetectorResultDetector. detect(boolean isMirror)Detects an Aztec Code in an image.private intDetector. extractParameters(ResultPoint[] bullsEyeCorners)Extracts the number of data layers and data blocks from the layer around the bull's eye.private ResultPoint[]Detector. getBullsEyeCorners(Detector.Point pCenter)Finds the corners of a bull-eye centered on the passed point.private static Detector.CorrectedParameterDetector. getCorrectedParameterData(long parameterData, boolean compact)Corrects the parameter bits using Reed-Solomon algorithm.private static intDetector. getRotation(int[] sides, int length)private BitMatrixDetector. sampleGrid(BitMatrix image, ResultPoint topLeft, ResultPoint topRight, ResultPoint bottomRight, ResultPoint bottomLeft)Creates a BitMatrix by sampling the provided image. -
Uses of NotFoundException in com.google.zxing.common
Methods in com.google.zxing.common that throw NotFoundException Modifier and Type Method Description protected static voidGridSampler. 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.private static intGlobalHistogramBinarizer. estimateBlackPoint(int[] buckets)BitMatrixGlobalHistogramBinarizer. getBlackMatrix()BitMatrixHybridBinarizer. getBlackMatrix()Calculates the final BitMatrix once for all requests.BitArrayGlobalHistogramBinarizer. getBlackRow(int y, BitArray row)BitMatrixDefaultGridSampler. 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)BitMatrixDefaultGridSampler. sampleGrid(BitMatrix image, int dimensionX, int dimensionY, PerspectiveTransform transform)abstract BitMatrixGridSampler. 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.abstract BitMatrixGridSampler. sampleGrid(BitMatrix image, int dimensionX, int dimensionY, PerspectiveTransform transform) -
Uses of NotFoundException in com.google.zxing.common.detector
Methods in com.google.zxing.common.detector that throw NotFoundException Modifier and Type Method Description ResultPoint[]MonochromeRectangleDetector. detect()Deprecated.Detects a rectangular region of black and white -- mostly black -- with a region of mostly white, in an image.ResultPoint[]WhiteRectangleDetector. detect()Detects a candidate barcode-like rectangular region within an image.private ResultPointMonochromeRectangleDetector. findCornerFromCenter(int centerX, int deltaX, int left, int right, int centerY, int deltaY, int top, int bottom, int maxWhiteRun)Deprecated.Attempts to locate a corner of the barcode by scanning up, down, left or right from a center point which should be within the barcode.Constructors in com.google.zxing.common.detector that throw NotFoundException Constructor Description WhiteRectangleDetector(BitMatrix image)WhiteRectangleDetector(BitMatrix image, int initSize, int x, int y) -
Uses of NotFoundException in com.google.zxing.datamatrix
Methods in com.google.zxing.datamatrix that throw NotFoundException Modifier and Type Method Description ResultDataMatrixReader. decode(BinaryBitmap image)Locates and decodes a Data Matrix code in an image.ResultDataMatrixReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)private static BitMatrixDataMatrixReader. extractPureBits(BitMatrix image)This method detects a code in a "pure" image -- that is, pure monochrome image which contains only an unrotated, unskewed, image of a code, with some white border around it.private static intDataMatrixReader. moduleSize(int[] leftTopBlack, BitMatrix image) -
Uses of NotFoundException in com.google.zxing.datamatrix.detector
Methods in com.google.zxing.datamatrix.detector that throw NotFoundException Modifier and Type Method Description DetectorResultDetector. detect()Detects a Data Matrix Code in an image.private static BitMatrixDetector. sampleGrid(BitMatrix image, ResultPoint topLeft, ResultPoint bottomLeft, ResultPoint bottomRight, ResultPoint topRight, int dimensionX, int dimensionY)Constructors in com.google.zxing.datamatrix.detector that throw NotFoundException Constructor Description Detector(BitMatrix image) -
Uses of NotFoundException in com.google.zxing.maxicode
Methods in com.google.zxing.maxicode that throw NotFoundException Modifier and Type Method Description ResultMaxiCodeReader. decode(BinaryBitmap image)Locates and decodes a MaxiCode in an image.ResultMaxiCodeReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)private static BitMatrixMaxiCodeReader. extractPureBits(BitMatrix image)This method detects a code in a "pure" image -- that is, pure monochrome image which contains only an unrotated, unskewed, image of a code, with some white border around it. -
Uses of NotFoundException in com.google.zxing.multi
Methods in com.google.zxing.multi that throw NotFoundException Modifier and Type Method Description ResultByQuadrantReader. decode(BinaryBitmap image)ResultByQuadrantReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)Result[]GenericMultipleBarcodeReader. decodeMultiple(BinaryBitmap image)Result[]GenericMultipleBarcodeReader. decodeMultiple(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)Result[]MultipleBarcodeReader. decodeMultiple(BinaryBitmap image)Result[]MultipleBarcodeReader. decodeMultiple(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints) -
Uses of NotFoundException in com.google.zxing.multi.qrcode
Methods in com.google.zxing.multi.qrcode that throw NotFoundException Modifier and Type Method Description Result[]QRCodeMultiReader. decodeMultiple(BinaryBitmap image)Result[]QRCodeMultiReader. decodeMultiple(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints) -
Uses of NotFoundException in com.google.zxing.multi.qrcode.detector
Methods in com.google.zxing.multi.qrcode.detector that throw NotFoundException Modifier and Type Method Description DetectorResult[]MultiDetector. detectMulti(java.util.Map<DecodeHintType,?> hints)FinderPatternInfo[]MultiFinderPatternFinder. findMulti(java.util.Map<DecodeHintType,?> hints)private FinderPattern[][]MultiFinderPatternFinder. selectMultipleBestPatterns() -
Uses of NotFoundException in com.google.zxing.oned
Methods in com.google.zxing.oned that throw NotFoundException Modifier and Type Method Description ResultOneDReader. decode(BinaryBitmap image)ResultOneDReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)ResultUPCAReader. decode(BinaryBitmap image)ResultUPCAReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)private static intCode128Reader. decodeCode(BitArray row, int[] counters, int rowOffset)private static intITFReader. decodeDigit(int[] counters)Attempts to decode a sequence of ITF black/white lines into single digit.(package private) static intUPCEANReader. decodeDigit(BitArray row, int[] counters, int rowOffset, int[][] patterns)Attempts to decode a single UPC/EAN-encoded digit.private int[]ITFReader. decodeEnd(BitArray row)Identify where the end of the middle / payload section ends.(package private) int[]UPCEANReader. decodeEnd(BitArray row, int endStart)protected int[]UPCEReader. decodeEnd(BitArray row, int endStart)protected intEAN13Reader. decodeMiddle(BitArray row, int[] startRange, java.lang.StringBuilder resultString)protected intEAN8Reader. decodeMiddle(BitArray row, int[] startRange, java.lang.StringBuilder result)private static voidITFReader. decodeMiddle(BitArray row, int payloadStart, int payloadEnd, java.lang.StringBuilder resultString)protected intUPCAReader. decodeMiddle(BitArray row, int[] startRange, java.lang.StringBuilder resultString)private intUPCEANExtension2Support. decodeMiddle(BitArray row, int[] startRange, java.lang.StringBuilder resultString)private intUPCEANExtension5Support. decodeMiddle(BitArray row, int[] startRange, java.lang.StringBuilder resultString)protected abstract intUPCEANReader. decodeMiddle(BitArray row, int[] startRange, java.lang.StringBuilder resultString)Subclasses override this to decode the portion of a barcode between the start and end guard patterns.protected intUPCEReader. decodeMiddle(BitArray row, int[] startRange, java.lang.StringBuilder result)ResultCodaBarReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultCode128Reader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultCode39Reader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultCode93Reader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultITFReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultMultiFormatOneDReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultMultiFormatUPCEANReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)abstract ResultOneDReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)Attempts to decode a one-dimensional barcode format given a single row of an image.ResultUPCAReader. decodeRow(int rowNumber, BitArray row, int[] startGuardRange, java.util.Map<DecodeHintType,?> hints)ResultUPCAReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)(package private) ResultUPCEANExtension2Support. decodeRow(int rowNumber, BitArray row, int[] extensionStartRange)(package private) ResultUPCEANExtension5Support. decodeRow(int rowNumber, BitArray row, int[] extensionStartRange)(package private) ResultUPCEANExtensionSupport. decodeRow(int rowNumber, BitArray row, int rowOffset)ResultUPCEANReader. decodeRow(int rowNumber, BitArray row, int[] startGuardRange, java.util.Map<DecodeHintType,?> hints)LikeUPCEANReader.decodeRow(int, BitArray, Map), but allows caller to inform method about where the UPC/EAN start pattern is found.ResultUPCEANReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)private int[]ITFReader. decodeStart(BitArray row)Identify where the start of the middle / payload section starts.private static intUPCEANExtension5Support. determineCheckDigit(int lgPatternFound)private static voidEAN13Reader. determineFirstDigit(java.lang.StringBuilder resultString, int lgPatternFound)Based on pattern of odd-even ('L' and 'G') patterns used to encoded the explicitly-encoded digits in a barcode, determines the implicitly encoded first digit and adds it to the result string.private static voidUPCEReader. determineNumSysAndCheckDigit(java.lang.StringBuilder resultString, int lgPatternFound)private ResultOneDReader. doDecode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)We're going to examine rows from the middle outward, searching alternately above and below the middle, and farther out each time.private static int[]Code39Reader. findAsteriskPattern(BitArray row, int[] counters)private int[]Code93Reader. findAsteriskPattern(BitArray row)private static int[]ITFReader. findGuardPattern(BitArray row, int rowOffset, int[] pattern)(package private) static int[]UPCEANReader. findGuardPattern(BitArray row, int rowOffset, boolean whiteFirst, int[] pattern)private static int[]UPCEANReader. findGuardPattern(BitArray row, int rowOffset, boolean whiteFirst, int[] pattern, int[] counters)(package private) static int[]UPCEANReader. findStartGuardPattern(BitArray row)private intCodaBarReader. findStartPattern()private static int[]Code128Reader. findStartPattern(BitArray row)private static charCode39Reader. patternToChar(int pattern)private static charCode93Reader. patternToChar(int pattern)protected static voidOneDReader. recordPattern(BitArray row, int start, int[] counters)Records the size of successive runs of white and black pixels in a row, starting at a given point.protected static voidOneDReader. recordPatternInReverse(BitArray row, int start, int[] counters)private voidCodaBarReader. setCounters(BitArray row)Records the size of all runs of white and black pixels, starting with white.private static intITFReader. skipWhiteSpace(BitArray row)Skip all whitespace until we get to the first black line.private voidCodaBarReader. validatePattern(int start)private voidITFReader. validateQuietZone(BitArray row, int startPattern)The start & end patterns must be pre/post fixed by a quiet zone. -
Uses of NotFoundException in com.google.zxing.oned.rss
Methods in com.google.zxing.oned.rss that throw NotFoundException Modifier and Type Method Description private voidRSS14Reader. adjustOddEvenCounts(boolean outsideChar, int numModules)private DataCharacterRSS14Reader. decodeDataCharacter(BitArray row, FinderPattern pattern, boolean outsideChar)ResultRSS14Reader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)private int[]RSS14Reader. findFinderPattern(BitArray row, boolean rightFinderPattern)protected static intAbstractRSSReader. parseFinderValue(int[] counters, int[][] finderPatterns)private FinderPatternRSS14Reader. parseFoundFinderPattern(BitArray row, int rowNumber, boolean right, int[] startEnd) -
Uses of NotFoundException in com.google.zxing.oned.rss.expanded
Methods in com.google.zxing.oned.rss.expanded that throw NotFoundException Modifier and Type Method Description private voidRSSExpandedReader. adjustOddEvenCounts(int numModules)private java.util.List<ExpandedPair>RSSExpandedReader. checkRows(java.util.List<ExpandedRow> collectedRows, int currentRow)(package private) static ResultRSSExpandedReader. constructResult(java.util.List<ExpandedPair> pairs)(package private) DataCharacterRSSExpandedReader. decodeDataCharacter(BitArray row, FinderPattern pattern, boolean isOddPattern, boolean leftChar)ResultRSSExpandedReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)(package private) java.util.List<ExpandedPair>RSSExpandedReader. decodeRow2pairs(int rowNumber, BitArray row)private voidRSSExpandedReader. findNextPair(BitArray row, java.util.List<ExpandedPair> previousPairs, int forcedOffset)(package private) ExpandedPairRSSExpandedReader. retrieveNextPair(BitArray row, java.util.List<ExpandedPair> previousPairs, int rowNumber) -
Uses of NotFoundException in com.google.zxing.oned.rss.expanded.decoders
Methods in com.google.zxing.oned.rss.expanded.decoders that throw NotFoundException Modifier and Type Method Description (package private) java.lang.StringGeneralAppIdDecoder. decodeAllCodes(java.lang.StringBuilder buff, int initialPosition)(package private) static java.lang.StringFieldParser. parseFieldsInGeneralPurpose(java.lang.String rawInformation)abstract java.lang.StringAbstractExpandedDecoder. parseInformation()java.lang.StringAI01392xDecoder. parseInformation()java.lang.StringAI01393xDecoder. parseInformation()java.lang.StringAI013x0x1xDecoder. parseInformation()java.lang.StringAI013x0xDecoder. parseInformation()java.lang.StringAI01AndOtherAIs. parseInformation()java.lang.StringAnyAIDecoder. parseInformation()private static java.lang.StringFieldParser. processFixedAI(int aiSize, int fieldSize, java.lang.String rawInformation)private static java.lang.StringFieldParser. processVariableAI(int aiSize, int variableFieldSize, java.lang.String rawInformation) -
Uses of NotFoundException in com.google.zxing.pdf417
Methods in com.google.zxing.pdf417 that throw NotFoundException Modifier and Type Method Description ResultPDF417Reader. decode(BinaryBitmap image)Locates and decodes a PDF417 code in an image.ResultPDF417Reader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)private static Result[]PDF417Reader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints, boolean multiple)Result[]PDF417Reader. decodeMultiple(BinaryBitmap image)Result[]PDF417Reader. decodeMultiple(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints) -
Uses of NotFoundException in com.google.zxing.pdf417.decoder
Methods in com.google.zxing.pdf417.decoder that throw NotFoundException Modifier and Type Method Description (package private) BoundingBoxBoundingBox. addMissingRows(int missingStartRows, int missingEndRows, boolean isLeft)private static BoundingBoxPDF417ScanningDecoder. adjustBoundingBox(DetectionResultRowIndicatorColumn rowIndicatorColumn)private static voidPDF417ScanningDecoder. adjustCodewordCount(DetectionResult detectionResult, BarcodeValue[][] barcodeMatrix)private static DecoderResultPDF417ScanningDecoder. createDecoderResult(DetectionResult detectionResult)static DecoderResultPDF417ScanningDecoder. decode(BitMatrix image, ResultPoint imageTopLeft, ResultPoint imageBottomLeft, ResultPoint imageTopRight, ResultPoint imageBottomRight, int minCodewordWidth, int maxCodewordWidth)(package private) static BoundingBoxBoundingBox. merge(BoundingBox leftBox, BoundingBox rightBox)private static DetectionResultPDF417ScanningDecoder. merge(DetectionResultRowIndicatorColumn leftRowIndicatorColumn, DetectionResultRowIndicatorColumn rightRowIndicatorColumn)Constructors in com.google.zxing.pdf417.decoder that throw NotFoundException Constructor Description BoundingBox(BitMatrix image, ResultPoint topLeft, ResultPoint bottomLeft, ResultPoint topRight, ResultPoint bottomRight) -
Uses of NotFoundException in com.google.zxing.pdf417.detector
Methods in com.google.zxing.pdf417.detector that throw NotFoundException Modifier and Type Method Description static PDF417DetectorResultDetector. detect(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints, boolean multiple)Detects a PDF417 Code in an image. -
Uses of NotFoundException in com.google.zxing.qrcode
Methods in com.google.zxing.qrcode that throw NotFoundException Modifier and Type Method Description ResultQRCodeReader. decode(BinaryBitmap image)Locates and decodes a QR code in an image.ResultQRCodeReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)private static BitMatrixQRCodeReader. extractPureBits(BitMatrix image)This method detects a code in a "pure" image -- that is, pure monochrome image which contains only an unrotated, unskewed, image of a code, with some white border around it.private static floatQRCodeReader. moduleSize(int[] leftTopBlack, BitMatrix image) -
Uses of NotFoundException in com.google.zxing.qrcode.detector
Methods in com.google.zxing.qrcode.detector that throw NotFoundException Modifier and Type Method Description private static intDetector. computeDimension(ResultPoint topLeft, ResultPoint topRight, ResultPoint bottomLeft, float moduleSize)Computes the dimension (number of modules on a size) of the QR Code based on the position of the finder patterns and estimated module size.DetectorResultDetector. detect()Detects a QR Code in an image.DetectorResultDetector. detect(java.util.Map<DecodeHintType,?> hints)Detects a QR Code in an image.(package private) AlignmentPatternAlignmentPatternFinder. find()This method attempts to find the bottom-right alignment pattern in the image.(package private) FinderPatternInfoFinderPatternFinder. find(java.util.Map<DecodeHintType,?> hints)protected AlignmentPatternDetector. findAlignmentInRegion(float overallEstModuleSize, int estAlignmentX, int estAlignmentY, float allowanceFactor)Attempts to locate an alignment pattern in a limited region of the image, which is guessed to contain it.protected DetectorResultDetector. processFinderPatternInfo(FinderPatternInfo info)private static BitMatrixDetector. sampleGrid(BitMatrix image, PerspectiveTransform transform, int dimension)private FinderPattern[]FinderPatternFinder. selectBestPatterns()
-