Issue #52 : add AUTHORS credit and touch up some whitespace

This commit is contained in:
Sean Owen 2014-02-12 23:42:55 +00:00
parent a8cd708508
commit 3faef2804c
2 changed files with 4 additions and 3 deletions

View file

@ -108,6 +108,7 @@ Suraj Supekar
Sven Klinkhamer
taku0
techinstantdx
tgibson11
Thomas Gerbet
Tim Gernat
v.anestis

View file

@ -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) {