Peter Rekdal Sunde
|
df2c1a3488
|
Link .NET binding with statedetection.
|
2015-08-11 09:59:37 +02:00 |
|
Peter Rekdal Sunde
|
31d502194a
|
Bugfix: Region of interest.
|
2015-08-07 15:10:50 +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
|
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 |
|
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 |
|
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 |
|
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
|
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
|
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
|
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 |
|
Peter Rekdal Sunde
|
ae78d52c7e
|
Bugfix: Stack overflow.
|
2015-07-08 20:17:47 +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
|
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
|
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 |
|
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 |
|
Peter Rekdal Sunde
|
672d2172f9
|
Set assembly version for .NET binding. See 3c72717578
|
2015-07-06 21:21:55 +02:00 |
|
Matt Hill
|
6308048d84
|
Updated copyright
|
2015-07-02 14:23:16 -04:00 |
|
Kees-V
|
67631b0625
|
Stride has to be multiple of 4
|
2015-05-14 20:03:00 +02:00 |
|
Dimitar Dobrev
|
255190b16c
|
Added an overload to the C# binding for reading plates from a video.
Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
|
2015-03-21 22:11:05 +02:00 |
|
Matt Hill
|
70330f56c5
|
Compiling .NET binding in 64-bit
|
2015-03-12 18:59:54 -04:00 |
|
Matt Hill
|
a2791acd63
|
Moved bindings to src/bindings
|
2015-03-11 22:25:43 -04:00 |
|