Package | Description |
---|---|
com.google.zxing.aztec.detector |
Modifier and Type | Method and 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 direction
|
private Detector.Point |
Detector.getMatrixCenter()
Finds a candidate center point of an Aztec code from an image
|
Modifier and Type | Method and 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 segment
|
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 direction
|
private boolean |
Detector.isWhiteOrBlackRectangle(Detector.Point p1,
Detector.Point p2,
Detector.Point p3,
Detector.Point p4) |