Commit Graph

995 Commits

Author SHA1 Message Date
Adi P.
8b50ebc1f1 Fixed best plate selection
When searching for best plate index if there are two results that matches the country template and if one of them is at index 0 than the second matching result will be selected as best result.
2015-09-01 14:11:14 +02:00
Matt Hill
582a2c747d Implements issue #187 -- Support wildcards in alpr executable 2015-08-27 20:55:00 -04:00
Matt Hill
8534e80af8 Added disqualification reason to debug output 2015-08-27 20:55:00 -04:00
Matthew Hill
babca9afbd Merge pull request #188 from jkua/master
Added check in the Python wrapper for Mac OS X/Darwin when loading the openalprpy library
2015-08-23 16:22:49 -04:00
John Kua
f18e1f7f95 Added check for Mac OS X/Darwin when loading the openalprpy library 2015-08-21 14:42:30 -04:00
Matthew Hill
1137a4ff24 Update README.md 2015-08-20 22:58:40 -04:00
Matthew Hill
be84e524a2 Update README.md 2015-08-20 22:58:01 -04:00
Matthew Hill
ffc4d6fbff Using new CLA website 2015-08-15 12:31:41 -04:00
Matt Hill
b2988e495b Moved linesegment class to statedetector 2015-08-15 12:13:52 -04:00
Matthew Hill
f05c1b44e0 Updated CLA 2015-08-15 12:13:39 -04:00
Matt Hill
1ea207ddea Fixes issue #183 2015-08-15 11:41:52 -04:00
Matthew Hill
9c56167d06 Merge pull request #184 from peters/master
.NET gardening part #3
2015-08-13 16:03:18 -04:00
Peter Rekdal Sunde
1d1472487f Refactor so that we only have a single method that calls m_Impl->recognize. 2015-08-13 18:00:01 +02:00
Peter Rekdal Sunde
ebae0af256 Use overload. 2015-08-13 17:59:57 +02:00
Matthew Hill
c478213708 Merge pull request #182 from peters/master
.NET binding gardening part #2
2015-08-13 08:48:37 -04:00
Peter Rekdal Sunde
455ebd9cfb Remove unused methods. 2015-08-13 11:40:34 +02:00
Peter Rekdal Sunde
ea749b737b Use overload. 2015-08-13 11:40:27 +02:00
Matt Hill
5ffbe9bf7a Removed improper prefix for function 2015-08-12 23:58:27 -04:00
Matt Hill
0b50919dbd Merge branch 'master' of github.com:openalpr/openalpr 2015-08-12 23:56:05 -04:00
Matt Hill
82a67e78ed Merge branch 'master' of https://github.com/openalpr/openalpr 2015-08-12 23:46:51 -04:00
Matt Hill
a63bd87bcb Added timing fixes for Visual Studio 2015 2015-08-12 23:46:37 -04:00
Matthew Hill
db27d34065 Merge pull request #180 from peters/master
.NET binding gardening
2015-08-12 23:40:44 -04:00
Matt Hill
bd95aa0ae1 Merge branch 'master' of https://github.com/openalpr/openalpr 2015-08-12 23:27:31 -04:00
Matt Hill
0a776aff31 updated re2 for Windows compile 2015-08-12 23:27:09 -04:00
Matt Hill
cd96378910 Updated re2 for Windows compile 2015-08-12 23:26:52 -04:00
Matt Hill
fed3622bf3 Rearranged timing.h for Windows 2015-08-12 23:26:32 -04:00
Peter Rekdal Sunde
bdcd318ffe Use enum value. 2015-08-12 16:04:52 +02:00
Peter Rekdal Sunde
6cfb804ad0 Remove cli namespace. 2015-08-12 16:04:21 +02:00
Peter Rekdal Sunde
b8f625bed0 Use overload. 2015-08-12 16:03:52 +02:00
Peter Rekdal Sunde
cd1c55c8b0 Cleanup BitmapNet class. 2015-08-12 16:03:46 +02:00
Peter Rekdal Sunde
4015050512 Optimize motion detector by using BitmapMat for Bitmap^ only. 2015-08-12 16:03:41 +02:00
Matt Hill
8c3bad86ad Merge branch 'master' of https://github.com/openalpr/openalpr
Conflicts:
	src/openalpr/support/re2/util/strutil.cc
2015-08-12 09:09:51 -04:00
Matt Hill
84fa17a001 Merge branch 'master' of github.com:openalpr/openalpr 2015-08-11 17:10:16 -04:00
Matt Hill
762165776a Showing pattern matches if a region was identified 2015-08-11 08:44:44 -04:00
Matthew Hill
459dbb2266 Merge pull request #176 from peters/master
Windows build fixes
2015-08-11 08:36:00 -04:00
Peter Rekdal Sunde
59577d059f Add missing include. 2015-08-11 12:41:14 +02:00
Peter Rekdal Sunde
68bc2e4dbb Add method for prewarping an image from raw pixel data. 2015-08-11 12:41:07 +02:00
Peter Rekdal Sunde
df2c1a3488 Link .NET binding with statedetection. 2015-08-11 09:59:37 +02:00
Peter Rekdal Sunde
0cf100b622 Link with statedetection. 2015-08-11 09:59:34 +02:00
Peter Rekdal Sunde
063d0bda6a Link with support. 2015-08-11 09:59:28 +02:00
Peter Rekdal Sunde
8af1b19a1a Link statedetection statically on Windows. 2015-08-11 09:59:23 +02:00
Matt Hill
b145da1e85 Fixes issue #174 2015-08-10 23:20:37 -04:00
Matt Hill
39525717d8 updated regex unit tests 2015-08-10 23:08:48 -04:00
Matt Hill
228af9b290 Fixed compile error in classifychars 2015-08-10 23:08:40 -04:00
Matt Hill
6e94703dea Using configured regex letter/number values to build pre-compiled postprocess regexes 2015-08-10 23:03:22 -04:00
Matt Hill
28aed1b7d9 Added country config arguments for postprocess_regex_letters and postprocess_regex_numbers 2015-08-10 23:02:33 -04:00
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