mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Issue #52 : add AUTHORS credit and touch up some whitespace
This commit is contained in:
parent
a8cd708508
commit
3faef2804c
1
AUTHORS
1
AUTHORS
|
@ -108,6 +108,7 @@ Suraj Supekar
|
|||
Sven Klinkhamer
|
||||
taku0
|
||||
techinstantdx
|
||||
tgibson11
|
||||
Thomas Gerbet
|
||||
Tim Gernat
|
||||
v.anestis
|
||||
|
|
|
@ -44,7 +44,7 @@ public final class WhiteRectangleDetector {
|
|||
private final int upInit;
|
||||
|
||||
public WhiteRectangleDetector(BitMatrix image) throws NotFoundException {
|
||||
this(image, INIT_SIZE, image.getWidth() / 2, image.getHeight() / 2);
|
||||
this(image, INIT_SIZE, image.getWidth() / 2, image.getHeight() / 2);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -180,8 +180,8 @@ public final class WhiteRectangleDetector {
|
|||
if (aBlackPointFoundOnBorder) {
|
||||
atLeastOneBlackPointFoundOnBorder = true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (!sizeExceeded && atLeastOneBlackPointFoundOnBorder) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue