Uses of Class
com.google.zxing.aztec.detector.Detector.Point
Packages that use Detector.Point
-
Uses of Detector.Point in com.google.zxing.aztec.detector
Methods in com.google.zxing.aztec.detector that return Detector.PointModifier and TypeMethodDescriptionprivate Detector.PointDetector.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.PointDetector.getMatrixCenter()Finds a candidate center point of an Aztec code from an imageMethods in com.google.zxing.aztec.detector with parameters of type Detector.PointModifier and TypeMethodDescriptionprivate static floatDetector.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 intDetector.getColor(Detector.Point p1, Detector.Point p2) Gets the color of a segmentprivate Detector.PointDetector.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 booleanDetector.isWhiteOrBlackRectangle(Detector.Point p1, Detector.Point p2, Detector.Point p3, Detector.Point p4)