Package | Description |
---|---|
com.google.zxing.multi.qrcode.detector | |
com.google.zxing.qrcode.detector |
Modifier and Type | Field and Description |
---|---|
private static FinderPattern[][] |
MultiFinderPatternFinder.EMPTY_FP_2D_ARRAY |
private static FinderPattern[] |
MultiFinderPatternFinder.EMPTY_FP_ARRAY |
Modifier and Type | Method and Description |
---|---|
private FinderPattern[][] |
MultiFinderPatternFinder.selectMultipleBestPatterns() |
Modifier and Type | Method and Description |
---|---|
int |
MultiFinderPatternFinder.ModuleSizeComparator.compare(FinderPattern center1,
FinderPattern center2) |
Modifier and Type | Field and Description |
---|---|
private FinderPattern |
FinderPatternInfo.bottomLeft |
private FinderPattern |
FinderPatternInfo.topLeft |
private FinderPattern |
FinderPatternInfo.topRight |
Modifier and Type | Field and Description |
---|---|
private java.util.List<FinderPattern> |
FinderPatternFinder.possibleCenters |
Modifier and Type | Method and Description |
---|---|
(package private) FinderPattern |
FinderPattern.combineEstimate(float i,
float j,
float newModuleSize)
Combines this object's current estimate of a finder pattern position and module size
with a new estimate.
|
FinderPattern |
FinderPatternInfo.getBottomLeft() |
FinderPattern |
FinderPatternInfo.getTopLeft() |
FinderPattern |
FinderPatternInfo.getTopRight() |
private FinderPattern[] |
FinderPatternFinder.selectBestPatterns() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<FinderPattern> |
FinderPatternFinder.getPossibleCenters() |
Modifier and Type | Method and Description |
---|---|
int |
FinderPatternFinder.EstimatedModuleComparator.compare(FinderPattern center1,
FinderPattern center2) |
private static double |
FinderPatternFinder.squaredDistance(FinderPattern a,
FinderPattern b)
Get square of distance between a and b.
|
Constructor and Description |
---|
FinderPatternInfo(FinderPattern[] patternCenters) |