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_ARRAYprivate static FinderPattern[]MultiFinderPatternFinder. EMPTY_FP_ARRAYMethods 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 intMultiFinderPatternFinder.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 FinderPatternFinderPatternInfo. bottomLeftprivate FinderPatternFinderPatternInfo. topLeftprivate FinderPatternFinderPatternInfo. topRightFields in com.google.zxing.qrcode.detector with type parameters of type FinderPattern Modifier and Type Field Description private java.util.List<FinderPattern>FinderPatternFinder. possibleCentersMethods in com.google.zxing.qrcode.detector that return FinderPattern Modifier and Type Method Description (package private) FinderPatternFinderPattern. 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.FinderPatternFinderPatternInfo. getBottomLeft()FinderPatternFinderPatternInfo. getTopLeft()FinderPatternFinderPatternInfo. 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 intFinderPatternFinder.EstimatedModuleComparator. compare(FinderPattern center1, FinderPattern center2)private static doubleFinderPatternFinder. 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)
-