Package | Description |
---|---|
com.google.zxing | |
com.google.zxing.common |
Modifier and Type | Method and Description |
---|---|
static float |
ResultPoint.distance(ResultPoint pattern1,
ResultPoint pattern2) |
static void |
ResultPoint.orderBestPatterns(ResultPoint[] patterns)
Orders an array of three ResultPoints in an order [A,B,C] such that AB < AC and
BC < AC and the angle between BC and BA is less than 180 degrees.
|
Modifier and Type | Method and Description |
---|---|
ResultPoint[] |
DetectorResult.getPoints() |
Constructor and Description |
---|
DetectorResult(BitMatrix bits,
ResultPoint[] points) |
Copyright © 2016. All Rights Reserved.