Uses of Class
com.google.zxing.aztec.detector.Detector.Point
-
Packages that use Detector.Point Package Description com.google.zxing.aztec.detector -
-
Uses of Detector.Point in com.google.zxing.aztec.detector
Methods in com.google.zxing.aztec.detector that return Detector.Point Modifier and Type Method Description private Detector.Point
Detector. getFirstDifferent(Detector.Point init, boolean color, int dx, int dy)
Gets the coordinate of the first point with a different color in the given directionprivate Detector.Point
Detector. getMatrixCenter()
Finds a candidate center point of an Aztec code from an imageMethods in com.google.zxing.aztec.detector with parameters of type Detector.Point Modifier and Type Method Description private static float
Detector. distance(Detector.Point a, Detector.Point b)
private ResultPoint[]
Detector. getBullsEyeCorners(Detector.Point pCenter)
Finds the corners of a bull-eye centered on the passed point.private int
Detector. getColor(Detector.Point p1, Detector.Point p2)
Gets the color of a segmentprivate Detector.Point
Detector. getFirstDifferent(Detector.Point init, boolean color, int dx, int dy)
Gets the coordinate of the first point with a different color in the given directionprivate boolean
Detector. isWhiteOrBlackRectangle(Detector.Point p1, Detector.Point p2, Detector.Point p3, Detector.Point p4)
-