Commit graph

  • 7c31087c43 Added reference to thresholding resource srowen 2007-11-15 21:00:17 +0000
  • c21de5bf5d Minor code tweaks srowen 2007-11-15 20:26:23 +0000
  • 0700fcf428 Minor code tweaks srowen 2007-11-15 20:26:23 +0000
  • e66596aac3 git-svn-id: https://zxing.googlecode.com/svn/trunk@40 59b500cc-1b3d-0410-9834-0bbf25fbcc57 srowen 2007-11-15 18:17:20 +0000
  • 6e74737042 git-svn-id: http://zxing.googlecode.com/svn/trunk@40 59b500cc-1b3d-0410-9834-0bbf25fbcc57 srowen 2007-11-15 18:17:20 +0000
  • bf1d4f984d git-svn-id: https://zxing.googlecode.com/svn/trunk@39 59b500cc-1b3d-0410-9834-0bbf25fbcc57 srowen 2007-11-15 17:59:01 +0000
  • 5b5609666e git-svn-id: http://zxing.googlecode.com/svn/trunk@39 59b500cc-1b3d-0410-9834-0bbf25fbcc57 srowen 2007-11-15 17:59:01 +0000
  • 22a11c988c Oops, update year / company srowen 2007-11-15 17:56:28 +0000
  • 2f884ab0a3 Oops, update year / company srowen 2007-11-15 17:56:28 +0000
  • 1be42f6e73 Added copyright statement srowen 2007-11-15 17:14:50 +0000
  • e6fe8500b2 Added copyright statement srowen 2007-11-15 17:14:50 +0000
  • f7a402511c Code tweaks and so forth with Daniel srowen 2007-11-14 19:23:23 +0000
  • 8e9b56650e Code tweaks and so forth with Daniel srowen 2007-11-14 19:23:23 +0000
  • 852bd08760 "Fire" button now triggers decoding srowen 2007-11-14 18:35:46 +0000
  • dfa887f3b7 "Fire" button now triggers decoding srowen 2007-11-14 18:35:46 +0000
  • b01673fa29 Added top-level build file, removed local copy of JUnit, added test target to core srowen 2007-11-14 15:27:06 +0000
  • 51bc2193a0 Added top-level build file, removed local copy of JUnit, added test target to core srowen 2007-11-14 15:27:06 +0000
  • 89c7787517 Added the initial version of my UPC reader and modified some common files as necessary to get it building and used by the J2SE command line test. dswitkin 2007-11-12 23:13:15 +0000
  • d5908d116d Added the initial version of my UPC reader and modified some common files as necessary to get it building and used by the J2SE command line test. dswitkin 2007-11-12 23:13:15 +0000
  • fbb9d110de Break out properties that user should customize into a build.properties file srowen 2007-11-12 20:22:22 +0000
  • 5eb89fb7b7 Break out properties that user should customize into a build.properties file srowen 2007-11-12 20:22:22 +0000
  • db56b85644 Tiny tweak srowen 2007-11-09 22:51:09 +0000
  • 36e1f9f134 Tiny tweak srowen 2007-11-09 22:51:09 +0000
  • 96ea7e296c Fixed the rest of my typos and added basic unit test srowen 2007-11-09 22:19:46 +0000
  • e176c34f9b Fixed the rest of my typos and added basic unit test srowen 2007-11-09 22:19:46 +0000
  • 703852e839 Better, still some bugs srowen 2007-11-09 19:13:28 +0000
  • 55c9c17571 Better, still some bugs srowen 2007-11-09 19:13:28 +0000
  • 033ae10187 Replace JAIPerspectiveTransform with PerspectiveTransform srowen 2007-11-08 03:58:13 +0000
  • d53ae9ecbb Replace JAIPerspectiveTransform with PerspectiveTransform srowen 2007-11-08 03:58:13 +0000
  • 2a113d9226 Added icon srowen 2007-11-07 23:02:50 +0000
  • 275624a34d Added icon srowen 2007-11-07 23:02:50 +0000
  • a583462cde Should fix up remaining problems in J2ME build and enable build of deployable .jar file srowen 2007-11-07 21:56:22 +0000
  • 686539b373 Should fix up remaining problems in J2ME build and enable build of deployable .jar file srowen 2007-11-07 21:56:22 +0000
  • f0a299ec80 Adjust tolerance of method that decides whether a finder/alignment pattern has been crossed so that it passes on low resolution images more correctly -- just a matter of resorting to some floating point math. srowen 2007-11-07 19:18:50 +0000
  • 6980903e85 Adjust tolerance of method that decides whether a finder/alignment pattern has been crossed so that it passes on low resolution images more correctly -- just a matter of resorting to some floating point math. srowen 2007-11-07 19:18:50 +0000
  • 149c7f1b8a Oops, bug fix for MaskPattern100 srowen 2007-11-07 18:44:18 +0000
  • 9d6f2630e9 Oops, bug fix for MaskPattern100 srowen 2007-11-07 18:44:18 +0000
  • e73dd9a068 Fix compile problem for JDK 1.4 srowen 2007-11-07 18:42:40 +0000
  • 5f4759a122 Fix compile problem for JDK 1.4 srowen 2007-11-07 18:42:40 +0000
  • 9b296c7e1e Added more test cases srowen 2007-11-07 06:52:45 +0000
  • 338dee7058 Added more test cases srowen 2007-11-07 06:52:45 +0000
  • 0aeb2f672c More javadoc srowen 2007-11-07 06:42:22 +0000
  • 637425045e More javadoc srowen 2007-11-07 06:42:22 +0000
  • d6cfb083a1 More javadoc srowen 2007-11-07 06:40:04 +0000
  • 9204484581 More javadoc srowen 2007-11-07 06:40:04 +0000
  • cc66a80d3e More javadoc srowen 2007-11-07 06:39:29 +0000
  • 0e1e016804 More javadoc srowen 2007-11-07 06:39:29 +0000
  • 424c19f542 More javadoc srowen 2007-11-06 19:41:49 +0000
  • aed69d4d6b More javadoc srowen 2007-11-06 19:41:49 +0000
  • 4a39981245 More javadoc srowen 2007-11-06 19:07:08 +0000
  • 04ac958649 More javadoc srowen 2007-11-06 19:07:08 +0000
  • f44627915e Added more javadoc srowen 2007-11-06 18:56:30 +0000
  • 19cae0857d Added more javadoc srowen 2007-11-06 18:56:30 +0000
  • abf5a2cac4 Initial revision alasdair.john.mackintosh 2007-11-06 16:35:39 +0000
  • 35b22c6706 Initial revision alasdair.john.mackintosh 2007-11-06 16:35:39 +0000
  • 265036c128 Fixed dumb bug that caused grid sampling to sample 2x too wide in the horizontal direction. srowen 2007-10-26 17:52:37 +0000
  • 017fa735a9 Fixed dumb bug that caused grid sampling to sample 2x too wide in the horizontal direction. srowen 2007-10-26 17:52:37 +0000
  • 7726e8fcb2 git-svn-id: https://zxing.googlecode.com/svn/trunk@6 59b500cc-1b3d-0410-9834-0bbf25fbcc57 srowen 2007-10-23 19:12:27 +0000
  • 9dc2a42f1e git-svn-id: http://zxing.googlecode.com/svn/trunk@6 59b500cc-1b3d-0410-9834-0bbf25fbcc57 srowen 2007-10-23 19:12:27 +0000
  • 43eb621f7f git-svn-id: https://zxing.googlecode.com/svn/trunk@5 59b500cc-1b3d-0410-9834-0bbf25fbcc57 srowen 2007-10-23 19:09:51 +0000
  • dcb5026c30 git-svn-id: http://zxing.googlecode.com/svn/trunk@5 59b500cc-1b3d-0410-9834-0bbf25fbcc57 srowen 2007-10-23 19:09:51 +0000
  • 47b9748d75 git-svn-id: https://zxing.googlecode.com/svn/trunk@4 59b500cc-1b3d-0410-9834-0bbf25fbcc57 srowen 2007-10-23 19:09:44 +0000
  • 35f1c88a52 git-svn-id: http://zxing.googlecode.com/svn/trunk@4 59b500cc-1b3d-0410-9834-0bbf25fbcc57 srowen 2007-10-23 19:09:44 +0000
  • a5496d25bb git-svn-id: https://zxing.googlecode.com/svn/trunk@3 59b500cc-1b3d-0410-9834-0bbf25fbcc57 srowen 2007-10-23 19:09:32 +0000
  • b83099167e git-svn-id: http://zxing.googlecode.com/svn/trunk@3 59b500cc-1b3d-0410-9834-0bbf25fbcc57 srowen 2007-10-23 19:09:32 +0000
  • 6eee886034 git-svn-id: https://zxing.googlecode.com/svn/trunk@2 59b500cc-1b3d-0410-9834-0bbf25fbcc57 srowen 2007-10-23 19:08:10 +0000
  • 3320448976 git-svn-id: http://zxing.googlecode.com/svn/trunk@2 59b500cc-1b3d-0410-9834-0bbf25fbcc57 srowen 2007-10-23 19:08:10 +0000
  • 3df68d7105 Initial directory structure. (no author) 2007-10-22 21:45:03 +0000
  • efbaa4ab71 Initial directory structure. (no author) 2007-10-22 21:45:03 +0000