Tiny tweak

git-svn-id: https://zxing.googlecode.com/svn/trunk@24 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2007-11-09 22:51:09 +00:00
parent 96ea7e296c
commit db56b85644

View file

@ -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];