Class MultiFinderPatternFinder
java.lang.Object
com.google.zxing.qrcode.detector.FinderPatternFinder
com.google.zxing.multi.qrcode.detector.MultiFinderPatternFinder
This class attempts to find finder patterns in a QR Code. Finder patterns are the square markers at three corners of a QR Code.
This class is thread-safe but not reentrant. Each thread must allocate its own object.
In contrast to FinderPatternFinder, this class will return an array of all possible
 QR code locations in the image.
Use the TRY_HARDER hint to ask for a more thorough detection.
- Author:
- Sean Owen, Hannes Erven
- 
Field SummaryFields inherited from class com.google.zxing.qrcode.detector.FinderPatternFinderMAX_MODULES, MIN_SKIP
- 
Constructor SummaryConstructorsConstructorDescriptionMultiFinderPatternFinder(BitMatrix image, ResultPointCallback resultPointCallback) 
- 
Method SummaryMethods inherited from class com.google.zxing.qrcode.detector.FinderPatternFinderclearCounts, doClearCounts, doShiftCounts2, foundPatternCross, foundPatternDiagonal, getImage, getPossibleCenters, handlePossibleCenter, handlePossibleCenter, shiftCounts2
- 
Constructor Details- 
MultiFinderPatternFinder
 
- 
- 
Method Details- 
findMulti- Throws:
- NotFoundException
 
 
-