Commit Graph

898 Commits

Author SHA1 Message Date
Matt Hill
ea255b1be3 Deconstructor using correct tesseract function to close it out 2015-08-10 23:00:59 -04:00
Matt Hill
83e8acd8d3 Updated code to use state ID library 2015-08-09 19:24:45 -04:00
Matt Hill
ce5e278053 Produce a color crop in addition to a grayscale crop of the license plate area 2015-08-09 19:23:48 -04:00
Matt Hill
125cea00de Made runtime_dir variable public 2015-08-09 19:23:29 -04:00
Matt Hill
443477402a Added prewarp pointer to pipeline_data. Added color crop 2015-08-09 19:23:08 -04:00
Matt Hill
123f3a8fbf Updated misc libraries to work with external state id library 2015-08-09 19:22:39 -04:00
Matt Hill
226ff9eb03 moved existing state detection code into separate library 2015-08-09 19:21:07 -04:00
Matt Hill
5101e2b9b4 Moved featurematcher into separate library 2015-08-09 19:19:59 -04:00
Matthew Hill
ec27b51c2b Merge pull request #172 from peters/master
Add overload for regionsOfInterest.
2015-08-08 23:32:41 -04:00
Peter Rekdal Sunde
31d502194a Bugfix: Region of interest. 2015-08-07 15:10:50 +02:00
Peter Rekdal Sunde
3ff3e31bf8 Bugfix: Stackoverflow. 2015-08-07 15:10:45 +02:00
Peter Rekdal Sunde
1729f48ba8 Fix visual studio deprecation warning. 2015-08-07 15:10:42 +02:00
Peter Rekdal Sunde
3f63dab7e1 Bugfix: Regions of interest. 2015-08-07 11:23:12 +02:00
Peter Rekdal Sunde
2fc60ae0be Add overload for regionsOfInterest. 2015-08-07 11:21:22 +02:00
Matt Hill
57986b0685 Changed section for python package 2015-08-05 19:06:41 -04:00
Matt Hill
e640c99310 Added Python binding installer/deb package 2015-08-05 19:00:05 -04:00
Matt Hill
7061db5548 Cleaned up Python bindings. Moved to openalpr package and added import in __init__ 2015-08-05 18:47:29 -04:00
Matthew Hill
a1e2a92ec5 Merge pull request #170 from peters/master
.NET binding tweaks
2015-08-05 09:13:36 -04:00
Peter Rekdal Sunde
099d909f6d Merge branch 'vendor-master' into public-master 2015-08-05 14:26:52 +02:00
Matthew Hill
b7ed5ced50 Merge pull request #168 from ShaneQful/master
Updates to Irish patterns
2015-08-04 22:20:00 -04:00
ShaneQful
d908c26245 Fixed the half year appendage to be on the RHS of the year 2015-08-04 12:41:48 +01:00
ShaneQful
891e13dbf9 Changed patterns so more much more likely to find valid county code (could still find invalid on two letter codes but much less likely) 2015-08-04 12:24:48 +01:00
Matt Hill
eb9d2fd5b4 Hiding Tesseract debug output 2015-08-03 18:52:58 -04:00
Matt Hill
840df39cc8 Fixed regex issue in classifychars 2015-08-03 18:52:08 -04:00
Matt Hill
7652e8107f Added wisconsin pattern 2015-08-02 21:56:33 -04:00
Matt Hill
6b42d2eab1 Using generic library path for Python binding 2015-08-02 11:43:08 -04:00
Matt Hill
91f0dd08e5 Fixed thread safety issue in Python binding 2015-08-02 11:41:29 -04:00
Matt Hill
7e54db681e Using a different sort to resolve unstable behavior on OS X Yosemite 2015-07-29 18:45:23 -04:00
Matt Hill
b5e1cd7b4c Merge branch 'feature/re2' 2015-07-29 00:17:14 -04:00
Matt Hill
b579f931d8 initializing memory before copying to the buffer for getExeDir() 2015-07-29 00:04:53 -04:00
Matt Hill
f3c91096e5 Removed unused functions from postprocess 2015-07-28 18:22:25 -04:00
Matt Hill
6f4c419a50 Changed a hardcoded value to the config parameter 2015-07-24 04:33:47 -04:00
Matt Hill
3b329e046b Added mkv to the list of video extensions 2015-07-24 04:33:47 -04:00
Matt Hill
9a00969e32 Removed unused function from header 2015-07-24 04:33:47 -04:00
Matt Hill
9e5995d20a Tweaked debug output for scores 2015-07-24 04:33:47 -04:00
Matt Hill
a1c76467b3 Minor tweaks to kr.conf 2015-07-24 04:33:47 -04:00
Matt Hill
547cc32761 minor accuracy tweak 2015-07-24 04:33:47 -04:00
Matthew Hill
4fdd1c68b3 Merge pull request #166 from peters/master
.NET build fixes
2015-07-22 21:31:57 -04:00
Peter Rekdal Sunde
f7f1337757 Throw a more descriptive exception when pixelformat is unsupported. 2015-07-22 09:44:41 +02:00
Peter Rekdal Sunde
dda263edb2 Bugfix: Bitmap ctor throws an exception if we attempt to create an empty bitmap (0, 0). 2015-07-22 09:43:53 +02:00
Peter Rekdal Sunde
f8abdf2a6f CamelCase. 2015-07-22 08:56:02 +02:00
Peter Rekdal Sunde
dd36e294d6 Conditional set of PlatformToolset if using visual studio 2015. 2015-07-22 08:49:04 +02:00
Peter Rekdal Sunde
49e0c23c6b Bugfix: Build fix for Debug|x64 2015-07-22 08:48:59 +02:00
Matt Hill
f4bf470fa9 Removed accidental std:: prefix 2015-07-21 20:01:17 -04:00
Matt Hill
d5bc315744 re2 fixes for Windows 2015-07-21 19:55:51 -04:00
Matt Hill
b8456987d0 Updated re2 header 2015-07-21 18:28:58 -04:00
Matt Hill
acf4359a66 Replaced Onigurama regex with re2 2015-07-21 18:17:56 -04:00
Matt Hill
6ccf6530b6 Reduced minimum width/height for european plates 2015-07-19 16:57:57 -04:00
Matt Hill
195142e01e Merge branch 'master' of github.com:openalpr/openalpr 2015-07-19 16:36:59 -04:00
Matt Hill
884f4432ea Added prewarp to setDebug 2015-07-17 08:02:13 -04:00