Package | Description |
---|---|
com.google.zxing.multi.qrcode.detector | |
com.google.zxing.qrcode.detector |
Constructor and Description |
---|
MultiFinderPatternFinder(BitMatrix image,
ResultPointCallback resultPointCallback) |
Modifier and Type | Field and Description |
---|---|
private ResultPointCallback |
AlignmentPatternFinder.resultPointCallback |
private ResultPointCallback |
Detector.resultPointCallback |
private ResultPointCallback |
FinderPatternFinder.resultPointCallback |
Modifier and Type | Method and Description |
---|---|
protected ResultPointCallback |
Detector.getResultPointCallback() |
Constructor and Description |
---|
AlignmentPatternFinder(BitMatrix image,
int startX,
int startY,
int width,
int height,
float moduleSize,
ResultPointCallback resultPointCallback)
Creates a finder that will look in a portion of the whole image.
|
FinderPatternFinder(BitMatrix image,
ResultPointCallback resultPointCallback) |