mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Tiny tweak
git-svn-id: https://zxing.googlecode.com/svn/trunk@24 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
96ea7e296c
commit
db56b85644
|
@ -48,18 +48,18 @@ public final class DefaultGridSampler extends GridSampler {
|
|||
3.5f,
|
||||
dimMinusThree,
|
||||
3.5f,
|
||||
dimMinusThree - 3.0f,
|
||||
dimMinusThree - 3.0f,
|
||||
3.5f,
|
||||
dimMinusThree,
|
||||
dimMinusThree - 3.0f,
|
||||
dimMinusThree - 3.0f,
|
||||
topLeft.getX(),
|
||||
topLeft.getY(),
|
||||
topRight.getX(),
|
||||
topRight.getY(),
|
||||
bottomLeft.getX(),
|
||||
bottomLeft.getY(),
|
||||
bottomRightX,
|
||||
bottomRightY);
|
||||
bottomRightY,
|
||||
bottomLeft.getX(),
|
||||
bottomLeft.getY());
|
||||
|
||||
BitMatrix bits = new BitMatrix(dimension);
|
||||
float[] points = new float[dimension << 1];
|
||||
|
|
Loading…
Reference in a new issue