Uses of Class
com.google.zxing.qrcode.detector.FinderPattern
Packages that use FinderPattern
-
Uses of FinderPattern in com.google.zxing.multi.qrcode.detector
Classes in com.google.zxing.multi.qrcode.detector that implement interfaces with type arguments of type FinderPatternModifier and TypeClassDescriptionprivate static final classA comparator that orders FinderPatterns by their estimated module size.Fields in com.google.zxing.multi.qrcode.detector declared as FinderPatternModifier and TypeFieldDescriptionprivate static final FinderPattern[][]MultiFinderPatternFinder.EMPTY_FP_2D_ARRAYprivate static final FinderPattern[]MultiFinderPatternFinder.EMPTY_FP_ARRAYMethods in com.google.zxing.multi.qrcode.detector that return FinderPatternModifier and TypeMethodDescriptionprivate FinderPattern[][]MultiFinderPatternFinder.selectMultipleBestPatterns()Methods in com.google.zxing.multi.qrcode.detector with parameters of type FinderPatternModifier and TypeMethodDescriptionintMultiFinderPatternFinder.ModuleSizeComparator.compare(FinderPattern center1, FinderPattern center2) -
Uses of FinderPattern in com.google.zxing.qrcode.detector
Classes in com.google.zxing.qrcode.detector that implement interfaces with type arguments of type FinderPatternModifier and TypeClassDescriptionprivate static final classOrders byFinderPattern.getEstimatedModuleSize()Fields in com.google.zxing.qrcode.detector declared as FinderPatternModifier and TypeFieldDescriptionprivate final FinderPatternFinderPatternInfo.bottomLeftprivate final FinderPatternFinderPatternInfo.topLeftprivate final FinderPatternFinderPatternInfo.topRightFields in com.google.zxing.qrcode.detector with type parameters of type FinderPatternModifier and TypeFieldDescriptionprivate final List<FinderPattern> FinderPatternFinder.possibleCentersMethods in com.google.zxing.qrcode.detector that return FinderPatternModifier and TypeMethodDescription(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.FinderPatternInfo.getBottomLeft()FinderPatternInfo.getTopLeft()FinderPatternInfo.getTopRight()private FinderPattern[]FinderPatternFinder.selectBestPatterns()Methods in com.google.zxing.qrcode.detector that return types with arguments of type FinderPatternModifier and TypeMethodDescriptionprotected final List<FinderPattern> FinderPatternFinder.getPossibleCenters()Methods in com.google.zxing.qrcode.detector with parameters of type FinderPatternModifier and TypeMethodDescriptionintFinderPatternFinder.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