Commit Graph

836 Commits

Author SHA1 Message Date
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
Peter Rekdal Sunde
cf3a536bb8 Bugfix: <PlatformToolSet> must be in global configuration. 2015-07-08 13:19:12 +02:00
Peter Rekdal Sunde
f38f487507 Add missing reference to openalprnet.cli 2015-07-08 13:15:07 +02:00
Peter Rekdal Sunde
998cd4775d Damn you CRLF. 2015-07-08 13:14:18 +02:00
Peter Rekdal Sunde
97c198e55a Add method overloads for recognize (Bitmap & MemoryStream). 2015-07-08 13:10:08 +02:00
Peter Rekdal Sunde
349df763c0 Add motion detector. 2015-07-08 13:07:32 +02:00
Peter Rekdal Sunde
0490bf9127 Add marshalling support for Bitmap, Rectangle and MemoryStream. 2015-07-08 13:06:46 +02:00
Peter Rekdal Sunde
d3b3fb08f1 Properly implement IDisposable. 2015-07-08 13:05:08 +02:00
Peter Rekdal Sunde
14db7fb6e6 Add preprocessor definition: WINDOWS 2015-07-08 13:04:08 +02:00
Peter Rekdal Sunde
881d2e413b Feature: Allow .NET users to manage configuration after it has been loaded from disk. 2015-07-07 18:28:15 +02:00
Matthew Hill
a437ff90a8 Merge pull request #153 from peters/master
Cleanup .NET project using relative directory and use global configur…
2015-07-07 08:58:00 -04:00
Peter Rekdal Sunde
539b480e3b Cleanup .NET project using relative directory and use global configuration so it's becomes easier upgrading dependencies. 2015-07-07 11:11:30 +02:00
Matt Hill
09a3927b3d Removed unused flag, looks like just using WIN32 now 2015-07-06 23:33:31 -04:00
Matt Hill
23f6c63035 Merge branch 'master' of https://github.com/peters/openalpr into windows-improve-build 2015-07-06 23:30:07 -04:00
Peter Rekdal Sunde
254462089f Don't compile benchmark on Windows, it's not portable (yet). 2015-07-06 22:13:07 +02:00