public class FinderPatternFinder
extends java.lang.Object
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.
构造器和说明 |
---|
FinderPatternFinder(BitMatrix image)
Creates a finder that will search the image for three finder patterns.
|
FinderPatternFinder(BitMatrix image,
ResultPointCallback resultPointCallback) |
public FinderPatternFinder(BitMatrix image)
Creates a finder that will search the image for three finder patterns.
image
- image to searchpublic FinderPatternFinder(BitMatrix image, ResultPointCallback resultPointCallback)