Commit Graph

638 Commits

Author SHA1 Message Date
Matt Hill
c46bd446f2 Replaced GPU config mode option with detector 2015-03-18 19:00:30 -04:00
Matt Hill
51c0cf8eb2 Fixed pattern error message when no pattern provided 2015-03-18 19:00:30 -04:00
LordF
b0a858cf68 Update and rename src/openalpr/detection to src/openalpr/detection/detectormorph.h 2015-03-18 19:00:30 -04:00
LordF
e74fb5f359 Update detectormorph.cpp 2015-03-18 19:00:30 -04:00
LordF
52cdd397af Update detectormorph.cpp 2015-03-18 19:00:30 -04:00
LordF
7c90a599f0 Update detectormorph.cpp 2015-03-18 19:00:30 -04:00
LordF
19ef04e7b1 Update and rename src/openalpr/detection to src/openalpr/detection/detectormorph.cpp 2015-03-18 19:00:30 -04:00
Matt Hill
147470cf50 Added warning if pattern is invalid 2015-03-17 23:11:56 -04:00
Matt Hill
c1243e8dc1 Added function to determine if a given pattern name (e.g., "mo") is valid 2015-03-17 23:11:24 -04:00
Matt Hill
bb497f011f Added number plate patterns for European countries 2015-03-17 22:57:31 -04:00
Matt Hill
f98a501c02 Using explicity bit-length for longs to prevent overflow 2015-03-17 00:22:02 -04:00
Matt Hill
8aded3b750 Resolves 32-bit long overflow on non-64 bit architectures 2015-03-17 00:00:04 -04:00
Matt Hill
a5bfbca1ae Changed binarization to use integral types. Improves thresholding speed by 2x 2015-03-16 23:13:53 -04:00
Matt Hill
39c4756ce7 Changed Linux timestamp behavior. Explicitly using CLOCK_MONOTONIC_RAW and CLOCK_REALTIME 2015-03-16 23:13:06 -04:00
Matt Hill
f7ed84d5db Fixed GPU compile flag 2015-03-13 23:46:40 -04:00
Matthew Hill
0c3dfe56e4 Fixed GPU compile flag 2015-03-14 03:41:12 +00:00
Matthew Hill
f20aa0b6c8 Added links to windows binaries 2015-03-13 00:29:38 -04:00
Matt Hill
5afe120a7a Incremented version 2015-03-12 23:50:49 -04:00
Matt Hill
7c13a470f5 Updated changelog 2015-03-12 23:50:49 -04:00
Matt Hill
56b60eb68b Removed Compile GPU from deb package compile 2015-03-12 23:41:27 -04:00
Matt Hill
7f693373d5 Fixed GPU compile flag 2015-03-12 22:58:02 -04:00
Matt Hill
27a2ae7145 Fixed DetectorCUDA compile issue on Windows 2015-03-12 22:56:45 -04:00
Matt Hill
4e2efcc965 Added arguments to Java test program 2015-03-12 19:41:45 -04:00
Matt Hill
0a6e0c294c Check if Python alpr obj exists before unloading 2015-03-12 19:26:07 -04:00
Matt Hill
5e7d18e6b2 Added arguments to Python test program 2015-03-12 19:25:43 -04:00
Matt Hill
26e3ef26dc Ignoring src.sln 2015-03-12 19:00:34 -04:00
Matt Hill
70330f56c5 Compiling .NET binding in 64-bit 2015-03-12 18:59:54 -04:00
Matt Hill
1002b08303 Removed *.sln from gitignore 2015-03-12 18:57:21 -04:00
Matt Hill
9045ffadf6 Added icon for C# GUI program 2015-03-12 18:54:37 -04:00
Matt Hill
c8c94b02e3 Fixed 64-bit compilation issue on Windows 2015-03-12 18:54:00 -04:00
Matt Hill
2b1bbe7374 Explicitly exporting Python binding functions in Windows 2015-03-12 18:53:34 -04:00
Matt Hill
d8c59b1926 Removed REQUIRED tag from JNI lib 2015-03-11 23:09:32 -04:00
Matt Hill
b4db452af6 Included additional JNI include path 2015-03-11 23:04:31 -04:00
Matt Hill
359fe8e1f4 Added major version to python/java native libs 2015-03-11 22:48:38 -04:00
Matt Hill
39626d6040 Skip JNI library compile if Java not found 2015-03-11 22:32:33 -04:00
Matt Hill
530cd3ad8f Added install to Python/Java libs 2015-03-11 22:30:15 -04:00
Matt Hill
ebdad09d8b Added Java and Python bindings to main compilation 2015-03-11 22:26:52 -04:00
Matt Hill
059a7538f7 Added CMakeLists.txt for Java binding 2015-03-11 22:26:32 -04:00
Matt Hill
aaad0ab6dd Added CMakeLists.txt for Python binding 2015-03-11 22:26:10 -04:00
Matt Hill
a2791acd63 Moved bindings to src/bindings 2015-03-11 22:25:43 -04:00
Matt Hill
c7b83b1cef Fixed spacing 2015-03-11 21:36:57 -04:00
Matthew Hill
d22e2251c3 Updated readme
Noted C#, Java, and Python bindings
2015-03-11 20:55:13 -04:00
Matthew Hill
6ca8d7165e Merge pull request #87 from Silex/docker
Improve docker support
2015-03-11 20:51:18 -04:00
Matt Hill
5e03e5b02f Turning off compilation for GPU detector by default.
Compiler flag can be used to re-enable it
2015-03-11 20:40:55 -04:00
Philippe Vaucher
110c9104fa Improve docker support 2015-03-11 11:41:00 +01:00
Philippe Vaucher
eaec9e3672 Clean upstart leftover 2015-03-11 11:41:00 +01:00
Matt Hill
524e11730a Added OpenALPR Python bindings 2015-03-10 23:54:10 -04:00
Matt Hill
b678e2547f Fixed .NET demo programs to use 3-arg constructor 2015-03-09 23:16:23 -04:00
Matthew Hill
bd7bad8a2e Merge pull request #85 from ddobrev/master
Exposed the third param for a run-time dir to the C# binding thus preventing crashes
2015-03-09 23:04:48 -04:00
Dimitar Dobrev
f51c57baa3 Exposed the third param for a run-time dir to the C# binding thus preventing crashes.
Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
2015-03-09 21:34:25 +02:00