Commit Graph

1211 Commits

Author SHA1 Message Date
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
bf0c316e7a re2 fixes for Windows 2015-07-21 19:53:36 -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
Matthew Hill
13cdaf7eea Merge pull request #164 from peters/master
Bugfix: Don't attempt to set OCR language if string is null or empty.
2015-07-16 13:32:22 -04:00
Peter Rekdal Sunde
4cb9a14e0f Bugfix: Don't attempt to set OCR language if string is null or empty. 2015-07-16 09:05:42 +02:00
Matthew Hill
a4f34bd112 Merge pull request #162 from peters/master
Add windows key codes to tagplates utility.
2015-07-13 19:24:34 -04:00
Peter Rekdal Sunde
b94055329e Merge branch 'vendor-master' into public-master 2015-07-13 18:15:44 +02:00
Peter Rekdal Sunde
5a0102a334 Add windows key codes. 2015-07-13 18:14:29 +02:00
Matt Hill
4a3cd82b7d Fixed setDebug functiont to apply correct value 2015-07-12 21:26:35 -04:00
Matthew Hill
d32796ef96 Update README.md 2015-07-12 21:10:41 -04:00
Matt Hill
b77bea2f1d Added library initialization time. Resolves issue #161 2015-07-12 09:11:54 -04:00
Matt Hill
3fdb150b2f Checking for minimum tesseract version, rather than an explicit match 2015-07-11 15:41:40 -04:00
Matt Hill
761c7536b7 Removed OpenCL dependency from .NET wrapper 2015-07-11 00:25:01 -04:00
Matt Hill
00d561b9ee Using Tesseract 304 2015-07-11 00:24:47 -04:00
Matt Hill
ea17de3348 Removed using namespace std to fix compile 2015-07-11 00:06:22 -04:00
Matthew Hill
15aaa748ca Merge pull request #158 from peters/master
.NET binding
2015-07-10 17:14:18 -04:00
Peter Rekdal Sunde
5d9e1220bc Bugfix: If null or whitespace then set empty string (nullptr exception). 2015-07-10 13:34:11 +02:00
Peter Rekdal Sunde
32f7c400d6 Remove debug code. 2015-07-10 09:48:36 +02:00
Peter Rekdal Sunde
5d3281d8cd Refactor openalpr-net into separate files instead of having one huge file. 2015-07-10 09:48:16 +02:00
Peter Rekdal Sunde
d9f6571e17 Bugfix: Motion detector is not thread safe. 2015-07-09 23:07:17 +02:00
Peter Rekdal Sunde
87d5cb5009 Bugfix: Avoid nasty memory leaks by adding a wrapper class for converting a bitmap to cv::Mat. 2015-07-09 23:06:06 +02:00
Peter Rekdal Sunde
32a3a330ab Bugfix: DetectionStrictness is an int, not float. 2015-07-09 22:31:37 +02:00
Peter Rekdal Sunde
f01d9c5053 Merge branch 'master' of github.com:peters/openalpr 2015-07-09 22:29:42 +02:00
Peter Rekdal Sunde
c3fb3d9503 Capitalize variables / function in order to adhere to .NET naming convention. 2015-07-09 19:40:19 +02:00
Peter Rekdal Sunde
84a032112c AlprConfigNet ctor must be internal. 2015-07-09 19:27:25 +02:00
Peter Rekdal Sunde
7f385a33f3 Bugfix: Pin memory while copying bitmap raw pointer. 2015-07-09 18:58:21 +02:00
Peter Rekdal Sunde
1dcb757d98 Add additional overloads for recognize. 2015-07-09 18:43:02 +02:00
Peter Rekdal Sunde
7be8e3b42b Bugfix: Incorrect version number. 2015-07-09 18:14:27 +02:00
Peter Rekdal Sunde
2e6350b191 Bugfix: Signed buffer has been removed. 2015-07-09 18:13:59 +02:00
Peter Rekdal Sunde
82cf3f95fb Add overloads for MemoryStream and byte array to motion detector. 2015-07-09 17:25:26 +02:00
Peter Rekdal Sunde
0987f6858a Use c++/cli type Byte instead of char so you don't have to cast C# byte[] array to unsigned byte array. 2015-07-09 17:23:37 +02:00
Matthew Hill
f1bb1fe82f Merge pull request #157 from peters/master
Exit calibration utility when 'q' is pressed
2015-07-09 09:23:53 -04:00
Peter Rekdal Sunde
2b9e06a9dd If user closes calibration utility image window, then exit. 2015-07-09 15:03:23 +02:00
Peter Rekdal Sunde
1fafaa6946 Merge branch 'vendor/master' 2015-07-09 14:48:33 +02:00
Peter Rekdal Sunde
a9bc2042e3 When pressing keyboard key 'q', output prewarp configuration and exit program. 2015-07-09 14:48:13 +02:00
Matthew Hill
3333ce74d7 Merge pull request #155 from peters/master
.NET Binding
2015-07-08 22:23:14 -04:00
Peter Rekdal Sunde
ae78d52c7e Bugfix: Stack overflow. 2015-07-08 20:17:47 +02:00
Peter Rekdal Sunde
f18c7044a1 Ignore .orig files. 2015-07-08 15:10:29 +02:00
Peter Rekdal Sunde
aba26be26d Enable CUDA support in .NET binding. 2015-07-08 15:03:56 +02:00
Peter Rekdal Sunde
55c470660a Bugfix: Method has been moved and renamed. 2015-07-08 14:57:20 +02:00