Made a change to the QR detector which cuts the worst case rejection time from 300...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 29 Oct 2008 14:22:44 +0000 (14:22 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 29 Oct 2008 14:22:44 +0000 (14:22 +0000)
commitd8d2c17d14c37458b39eb78c65fde79c67b3f1db
tree96f63c45c34113f83c26bff37d687c9465cb0b35
parentad32b2aa50868b442a9f8ad4b1432bdf8772f9f6
Made a change to the QR detector which cuts the worst case rejection time from 300 ms to 160 ms, with almost no penalty in decoding ability. Given that we're emphasizing continuous decoding, I feel it's much better to reject the occasional borderline image in half the time, and get on with the next scan.

git-svn-id: http://zxing.googlecode.com/svn/trunk@648 59b500cc-1b3d-0410-9834-0bbf25fbcc57
core/src/com/google/zxing/qrcode/detector/FinderPatternFinder.java
core/test/src/com/google/zxing/qrcode/QRCodeBlackBox1TestCase.java
core/test/src/com/google/zxing/qrcode/QRCodeBlackBox2TestCase.java
core/test/src/com/google/zxing/qrcode/QRCodeBlackBox3TestCase.java