Uses of Class
com.google.zxing.qrcode.detector.FinderPattern
-
Packages that use FinderPattern Package Description com.google.zxing.multi.qrcode.detector com.google.zxing.qrcode.detector -
-
Uses of FinderPattern in com.google.zxing.multi.qrcode.detector
Fields in com.google.zxing.multi.qrcode.detector declared as FinderPattern Modifier and Type Field Description private static FinderPattern[][]
MultiFinderPatternFinder. EMPTY_FP_2D_ARRAY
private static FinderPattern[]
MultiFinderPatternFinder. EMPTY_FP_ARRAY
Methods in com.google.zxing.multi.qrcode.detector that return FinderPattern Modifier and Type Method Description private FinderPattern[][]
MultiFinderPatternFinder. selectMultipleBestPatterns()
Methods in com.google.zxing.multi.qrcode.detector with parameters of type FinderPattern Modifier and Type Method Description int
MultiFinderPatternFinder.ModuleSizeComparator. compare(FinderPattern center1, FinderPattern center2)
-
Uses of FinderPattern in com.google.zxing.qrcode.detector
Fields in com.google.zxing.qrcode.detector declared as FinderPattern Modifier and Type Field Description private FinderPattern
FinderPatternInfo. bottomLeft
private FinderPattern
FinderPatternInfo. topLeft
private FinderPattern
FinderPatternInfo. topRight
Fields in com.google.zxing.qrcode.detector with type parameters of type FinderPattern Modifier and Type Field Description private java.util.List<FinderPattern>
FinderPatternFinder. possibleCenters
Methods in com.google.zxing.qrcode.detector that return FinderPattern Modifier and Type Method 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()
Methods in com.google.zxing.qrcode.detector that return types with arguments of type FinderPattern Modifier and Type Method Description protected java.util.List<FinderPattern>
FinderPatternFinder. getPossibleCenters()
Methods in com.google.zxing.qrcode.detector with parameters of type FinderPattern Modifier and Type Method 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.Constructors in com.google.zxing.qrcode.detector with parameters of type FinderPattern Constructor Description FinderPatternInfo(FinderPattern[] patternCenters)
-