Commit Graph

805 Commits

Author SHA1 Message Date
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
Matt Hill
0c808276fa Removed unused deploy files 2015-03-08 19:54:10 -04:00
Matt Hill
cb5f3823e8 Added OpenALPR Java binding via JNI 2015-03-08 18:31:42 -04:00
Matt Hill
e2cf6cdb98 Fixed error when ALPR loads a non-existant image file 2015-03-08 17:23:03 -04:00
Matt Hill
bd59743e72 Added GPU_mode to openalpr config 2015-03-08 10:27:30 -04:00
Matt Hill
6033e35775 Added CUDA GPU support to detector 2015-03-08 10:25:30 -04:00
Matt Hill
e4880f57f1 Removed unused code, resolves issue #81 2015-03-08 09:52:06 -04:00
Matt Hill
adb35d2dcf Added comment to findOuterBoxMask 2015-03-08 09:51:44 -04:00
Matt Hill
e4505414a1 Removed unused function from header 2015-03-08 09:42:16 -04:00
Matt Hill
2634d33b35 Updated e-mail address in man page 2015-03-07 22:13:38 -05:00
Matt Hill
8ddf215567 Fixed typo 2015-03-07 22:03:27 -05:00
Matt Hill
fdeebe544c Added check to .NET winforms demo to make sure ALPR loads before processing 2015-03-07 22:03:06 -05:00
Matt Hill
5904ace898 Fixed index out of bounds issue on plates w/ pattern that have elements that are < minimum characters 2015-02-26 19:56:34 -05:00
Matt Hill
f089722b41 Removed unnecessary initialization on setRegion function 2015-02-26 19:55:20 -05:00
Matt Hill
766194c457 Added toString(long) method to utility class 2015-02-26 19:54:35 -05:00
Matt Hill
5f1c2f63a7 Updated alprd.conf 2015-02-22 12:49:45 -05:00
Matt Hill
c5c11accc1 Added company ID to output 2015-02-19 21:12:11 -05:00
Matt Hill
e6a06457b9 updated uploadPost prototype 2015-02-19 17:15:17 -05:00
Matt Hill
8f67fa80e3 reverted changelog change 2015-02-19 17:12:38 -05:00
Matt Hill
8bee494cc2 Safer adding for user account 2015-02-19 17:10:19 -05:00
Matt Hill
17b3515f23 Updated default config 2015-02-19 17:10:02 -05:00
Matt Hill
34405c9cb8 Tweaked gitignore 2015-02-19 17:07:26 -05:00
Matt Hill
c72fa44f7d Config file tweaks 2015-02-19 17:06:59 -05:00
Matt Hill
a21717cc1a Tweaked installer to create plates dir and use the user named "openalpr" 2015-02-19 17:05:27 -05:00
Matt Hill
030ec56163 Reusing CURL object. Printing timing stats on upload thread 2015-02-19 17:04:54 -05:00
Matt Hill
8fb54afe70 Added beanstalkd dependency 2015-02-18 23:15:46 -05:00
Matt Hill
5abe94042f Added [Experimental] tag to region detection description 2015-02-18 23:13:58 -05:00
Matt Hill
0091c80d73 Changed "template region" to "pattern" Region is an overloaded term 2015-02-18 23:07:54 -05:00
Matt Hill
64e29675b2 Fixed crash on unload (delete) of uninitialized stateIdentifier 2015-01-11 22:15:42 -05:00
Matthew Hill
70dbe38762 Merge pull request #77 from twelve17/state_identifier
Lazy load StateIdentifier
2015-01-08 23:17:20 -05:00
twelve17
3684402d8b Lazy load StateIdentifier. 2015-01-08 15:57:40 +00:00
Matthew Hill
54cdf280b9 Merge pull request #76 from masroore/master
openalpr-net fixes
2015-01-06 22:32:22 -05:00
Matthew Hill
aa4fb94ad9 Merge pull request #74 from twelve17/gray_mat
Detect and use source grayscale mat if applicable.
2015-01-06 22:31:55 -05:00
Matthew Hill
d25f845703 Merge pull request #73 from twelve17/darwin
Use Darwin stat functions when applicable.
2015-01-06 22:30:49 -05:00