Commit Graph

1302 Commits

Author SHA1 Message Date
Matt Hill
4797aea667 Moved documentation to a separate repo 2017-01-13 12:34:32 -05:00
Matt Hill
ae7964396a Merge branch 'master' of github.com:openalpr/openalpr 2017-01-13 12:34:00 -05:00
Matthew Hill
cafe6ab164 Update cameras.yaml 2016-12-13 08:44:02 -05:00
Matthew Hill
eccff75234 Merge pull request #421 from AdrianSutea/patch-1
Remove non-existent + improve ro plates patterns
2016-12-12 11:44:44 -05:00
Matthew Hill
e26d5e0309 Merge pull request #419 from splewis1/patch-2
Update cameras.yaml
2016-12-12 11:44:20 -05:00
AdrianSutea
3508ac350b Remove non-existent + improve ro plates patterns
@@###@@@ - this one doesn't exist
@###@@@ & @##@@@  - the only plates which start with a single character followed by 2 or 3 digits are the one's starting with 'B'
2016-11-11 12:29:58 +02:00
splewis1
994e3e06c0 Update cameras.yaml
Added H.264 URL for Samsung (Hanwha) cameras produced after 2010.
2016-11-08 23:09:03 -05:00
Matt Hill
28dc2fa032 Detect region enabled by default 2016-10-24 16:55:45 -04:00
Matt Hill
f39f43a4c4 Setting libopenalprc version to libopenalpr major version 2016-10-24 10:32:05 -04:00
Matt Hill
a8c3f90f9f Added toJson function for single result 2016-10-23 11:13:09 -04:00
Matt Hill
469c4fd6d7 Fixed memory leak in Java native binding 2016-10-21 22:43:21 -04:00
Matthew Hill
f031afe001 Replaced .NET binding with a simpler version 2016-10-21 20:52:46 -04:00
Matthew Hill
c98a3cfe38 Removed C# binding 2016-10-21 20:39:01 -04:00
Matthew Hill
af47a389cf Merge branch 'master' of https://github.com/openalpr/openalpr 2016-10-21 20:37:24 -04:00
Matt Hill
479aa4edbf keeping track of load status without calling native function in python binding 2016-10-18 22:14:17 -04:00
Matt Hill
bee230267a Renamed windows dll for Python binding 2016-10-18 22:14:00 -04:00
Matt Hill
130c2686e2 Using WIN32 instead of _MSC_VER for windows detection 2016-10-18 21:32:03 -04:00
Matt Hill
66e1e6a181 Added prefix to is_loaded function 2016-10-18 20:54:52 -04:00
Matt Hill
a78c9ddf39 Added is_loaded function to C binding 2016-10-18 20:36:52 -04:00
Matt Hill
d2d07100ab Added a function to the C binding to free a char* pointer 2016-10-17 22:58:43 -04:00
Matthew Hill
90a4b2be0e Added windows DLL export to C lib 2016-10-17 16:09:27 -04:00
Matt Hill
2d8d3a2895 Added simple C binding 2016-10-16 22:10:20 -04:00
Matt Hill
c00e56bb2c Added vietnamese 2 line plates 2016-10-11 21:06:14 -04:00
Matt Hill
b7cc88f54c Updated Brazil conf and training data 2016-10-10 15:39:17 -04:00
Matt Hill
3553e8f034 Fix for multi-line plates ordering characters incorrectly 2016-10-10 13:59:03 -04:00
Matt Hill
07d4c1b052 Added improved brazilian plate detector from @jovargas 2016-09-30 14:09:48 -04:00
Matthew Hill
0e31964dd8 Update readme.md
Simplified install instructions for Ubuntu 16.04
2016-09-30 12:18:31 -04:00
Matthew Hill
285930b821 Merge pull request #402 from abankowski/java-interop
Enhance interop with Java
2016-09-27 22:17:49 -04:00
Matthew Hill
5e99c125e2 Merge pull request #401 from abankowski/master
Set locale to avoid numeric conversion issues
2016-09-27 22:15:58 -04:00
Artur Bańkowski
d6cea3c43e Enhance interop with Java
When working with JVM based language and OpenCV you may have a ptr to
the native Mat data. This binding allows passing it to the OpenALPR.

Usage:
Mat mat = ...
alpr.recognize(mat.dataAddr(), mat.channels(), mat.width(), mat.height())
2016-09-27 00:15:24 +02:00
Artur Bańkowski
0f07bba7dd Set locale to avoid numeric conversion issues
In certain locales decimal separator is comma instead of a dot.
Without this change OpenALPR will silently fail or produce
meaningless error from underlying OpenCV function.

Additionally json produced will not be valid.
2016-09-26 21:08:51 +02:00
Matt Hill
583f69acac Added Brazilian plate pattern 2016-09-23 11:06:41 -04:00
Matt Hill
04bd0e238d Added uscan config to debian packaging 2016-09-17 11:31:30 -04:00
Matt Hill
f23e4677a6 Updated debian changelog to 2.3.0 2016-09-17 11:28:59 -04:00
Matt Hill
b6a46efafe Added initial trained plate data for Brazil 2016-09-16 22:16:24 -04:00
Matt Hill
df63af1a9f Updated doc 2016-09-16 22:16:24 -04:00
Matthew Hill
ab1a9e20ab Merge pull request #398 from Max13/read_pipe
Added read from piped standard input support
2016-09-10 16:18:06 -04:00
Adnan RIHAN
99f99842c8 Added read from piped standard input support 2016-09-07 16:19:04 +02:00
Matt Hill
cd2aab098f Tracking and deleting thread pointers 2016-08-18 08:33:14 -04:00
Matt Hill
84ba8b1827 Merge branch 'patch-1' of https://github.com/bryongloden/openalpr into bryongloden-patch-1 2016-08-18 08:25:30 -04:00
Matt Hill
bf5b1849e2 Scaling the minimum detector size defeats the purpose of resizing the image 2016-08-08 15:36:19 -04:00
Matt Hill
7c0c50a00f Added france country training 2016-08-05 09:16:54 -04:00
Matthew Hill
c41b184c86 Merge pull request #387 from marktheunissen/go_json_typo
Typo img_witdh should be width
2016-08-02 21:45:19 -04:00
Mark Theunissen
207f072677 Typo img_witdh should be width 2016-07-31 11:34:44 +02:00
Bryon Gloden, CISSP®
2631c14c08 Update daemon.cpp
Sorry @matthill ! Although I made that change in https://github.com/openalpr/openalpr/pull/382 , I didn't test the library locally.

This new fix is building, and it is working when I test the library using:

wget http://i.imgur.com/pjukRD0.jpg -O lp.jpg
alpr lp.jpg
2016-07-21 14:08:35 -04:00
Bryon Gloden, CISSP®
426d863f90 Update daemon.cpp
[../openalpr-master/src/daemon.cpp:213]: (error) Memory leak: thread_upload
[../openalpr-master/src/daemon.cpp:216]: (error) Memory leak: thread_recognize

Found by https://github.com/bryongloden/cppcheck
2016-07-19 16:31:15 -04:00
Matt Hill
655cf99323 Incremented version 2016-07-17 16:15:59 -04:00
Matthew Hill
911e2be267 Merge pull request #379 from splewis1/patch-1
Update cameras.yaml
2016-07-17 15:54:31 -04:00
Matt Hill
3c3a50327b Tweaked timing function to work with vs2015 2016-07-17 09:50:44 -04:00
Matt Hill
22936b7b10 Incremented version 2016-07-16 18:10:02 -04:00