Commit Graph

1321 Commits

Author SHA1 Message Date
sanathreddy04
d2751a5713 added .xml file for indian license plates 2017-06-29 00:50:52 +05:30
Matthew Hill
236d8e7447 Merge pull request #503 from fabaff/patch-1
Fix formatting of the links
2017-05-25 19:28:55 -04:00
Fabian Affolter
4a0ba18433 Two more 2017-05-13 12:14:14 +02:00
Fabian Affolter
69e03d115e Fix formatting of the links 2017-05-13 11:12:43 +02:00
Matt Hill
839390e8d4 Added install target for alpr_c.h 2017-05-07 08:55:41 -04:00
Matt Hill
ae9cb42102 Added C binding to main library 2017-05-07 08:49:16 -04:00
Matthew Hill
fa561a063a Merge pull request #498 from tgandor/master
implemented recognize_ndarray in Python bindings (for cv2 images)
2017-05-02 06:18:54 -04:00
Matthew Hill
91b072df7c Merge pull request #478 from throuch/patch-2
Issue: when in "country mode", the regions of interest does not appea…
2017-05-02 06:03:25 -04:00
tgandor
73ea1d453f implemented recognize_ndarray in Python bindings (for cv2 images) 2017-05-02 11:07:59 +02:00
Matthew Hill
1b76bd1bc1 Updated Washington plate pattern 2017-04-15 16:37:17 -04:00
throuch
4cbe8fe041 Issue: when in "country mode", the regions of interest does not appear in JSON results 2017-03-11 15:11:14 +01:00
Matthew Hill
3559cbab1d Merge pull request #474 from araml/master
Fix ifs that were always true
2017-03-10 09:53:02 -05:00
Matthew Hill
773146ff8c Merge pull request #467 from samcorcos/patch-1
Add React Native link to docs
2017-03-10 09:31:39 -05:00
Matthew Hill
4c1a8c2d68 Updated link 2017-03-10 09:30:50 -05:00
Matthew Hill
2740ae0735 Merge pull request #475 from vwcity/master
Add old french license plate patterns.
2017-03-10 09:24:56 -05:00
vwcity
139c0b16f3 Add old french license plate patterns.
Previous plate to 2009 still present on some vehicles.
2017-03-07 09:31:24 +01:00
araml
2006c5dc60 Fix ifs that were always true 2017-03-06 12:17:29 -03:00
Sam Corcos
79d00ef8a1 Add React Native link to docs 2017-02-26 10:34:00 -08:00
Matt Hill
d317cb9e71 Calculating thresholds before char analysis for classifychars 2017-01-16 16:39:05 -05:00
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