Commit Graph

900 Commits

Author SHA1 Message Date
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
Peter Rekdal Sunde
3644f40ced Merge branch 'master' of https://github.com/openalpr/openalpr
Conflicts:
	src/openalpr/config.cpp
	src/openalpr/config.h
2015-07-08 14:49:01 +02:00
Peter Rekdal Sunde
fbe4cb5647 Ignore visual studio ipch files. 2015-07-08 14:37:14 +02:00
Matt Hill
0bb974f8c1 Moved config dependencies out of header and into cpp 2015-07-08 08:16:43 -04:00
Matt Hill
5b5fc12cb9 Fixed benchmark program to use setDebug rather than debugOff 2015-07-08 08:16:08 -04:00
Matt Hill
d78006d403 Moved helper functions out of class 2015-07-08 08:15:36 -04:00
Peter Rekdal Sunde
884a8e48e9 Brainfart! Forgot about the header file. 2015-07-08 14:14:54 +02:00
Matt Hill
d772ef295c Renamed debugOff(bool) to setDebug(bool) 2015-07-08 08:14:47 -04:00
Peter Rekdal Sunde
c430d306bb Bugfix: Unbreak build by defaulting to true. 2015-07-08 14:09:46 +02:00
Matt Hill
e48245e3dc Merge branch 'master' of https://github.com/peters/openalpr into dotNetFixes 2015-07-08 07:38:34 -04:00
Matt Hill
51bc9fb8d1 Use stringstream to build regex rather than concatenating a string 2015-07-08 07:30:51 -04:00
Peter Rekdal Sunde
1cd6cdf269 Bugfix: Incorrect version. 2015-07-08 13:20:46 +02:00