Commit Graph

518 Commits

Author SHA1 Message Date
Matt Hill
e60740093f Merge branch 'manupap1' 2014-12-15 22:50:37 -05:00
Matt Hill
956825c05d Added changelog to test 2014-12-15 22:48:59 -05:00
Matt Hill
aa1ec2f4fb Updated Maintainer to match GPG key 2014-12-15 22:48:47 -05:00
Matt Hill
a37d7a9588 Updated names to be prefixed with openalpr-utils- 2014-12-15 21:11:09 -05:00
Matt Hill
14339d6090 Removed alpr dependency patch 2014-12-15 21:11:04 -05:00
Matt Hill
91f1a8fe7d Applied path for changing openalpr-static to openalpr 2014-12-15 21:11:04 -05:00
Matt Hill
3cd8e661b9 Removed add utilities patch 2014-12-15 21:11:04 -05:00
Matt Hill
6c31e118e7 Prefaced utilities with "openalpr-utilities" 2014-12-15 21:11:04 -05:00
Matt Hill
bcbd3b51eb Enabled utilities by default 2014-12-15 21:11:04 -05:00
Matt Hill
b6d4d3b536 Removed static patch (applied directly to code) 2014-12-15 21:11:04 -05:00
Matt Hill
ff0890b486 Installing openalpr static library by default 2014-12-15 21:08:49 -05:00
Emmanuel Papin
28c97c5e28 Explicitly link binary packages to libopenalpr2 to force matching version 2014-12-15 01:47:27 +01:00
Emmanuel Papin
2e4ada7832 Move alpr man file to right package 2014-12-15 01:34:36 +01:00
Emmanuel Papin
bb6447cd83 Rename data package and move openalpr.conf to it 2014-12-15 01:19:42 +01:00
Emmanuel Papin
18f02cd2cd Set default user and group to daemon when running alprd 2014-12-15 00:34:28 +01:00
Emmanuel Papin
9beb001d3a Do not use not available argument when invoking alprd 2014-12-15 00:31:34 +01:00
Emmanuel Papin
5a8d70bb4e Fix a second missing file error when building the package 2014-12-14 23:27:50 +01:00
Emmanuel Papin
eb3743dcc9 Fix a missing file error when building the package 2014-12-14 23:17:52 +01:00
Emmanuel Papin
02d539f4e1 Set some cmake variables in rules file 2014-12-14 22:51:04 +01:00
Emmanuel Papin
eb011ef11e Fix a lintian error introduced by previous commit 2014-12-14 21:26:16 +01:00
Emmanuel Papin
89e4037804 Fix some lintian errors and warnings 2014-12-14 21:19:07 +01:00
Emmanuel Papin
0db9fd89f1 Add local options for quilt patching system 2014-12-14 20:53:19 +01:00
Emmanuel Papin
6a97f907a6 Provide a debian folder to allow build of upstream package 2014-12-14 20:47:56 +01:00
Matt Hill
711a47db88 Merge branch 'master' of github.com:openalpr/openalpr 2014-12-12 20:30:58 -05:00
Matthew Hill
36f7253c15 Update README.md
Added link to sujaybhowmick Android reference implementation
2014-12-11 08:54:06 -05:00
Matt Hill
88968cca48 Added plate_index on JSON serialize/deserialize 2014-12-10 22:20:15 -05:00
Matt Hill
47f8960bc4 Populated plate_index property 2014-12-10 22:18:05 -05:00
Matt Hill
b289b6461c Added plate_index property to AlprPlateResult 2014-12-10 22:17:25 -05:00
Matt Hill
8275176cb5 Added comments to alpr.h AlprPlateResult 2014-12-10 22:17:02 -05:00
Matt Hill
46e0b26c6c Creating new string objects from JSON 2014-12-10 20:27:07 -05:00
Matt Hill
1a76de69a7 Added function for efficient levenshtein distance and unit test 2014-12-07 14:53:11 -05:00
Matt Hill
7fee9b9fce Fixed issue for plate detection when using empty ROI 2014-12-06 17:39:05 -05:00
Matt Hill
a8efb5d5f3 Updated detector private functions to use offset 2014-12-06 17:30:00 -05:00
Matt Hill
063aa8b3f1 Added functions to filesystem header 2014-12-06 17:29:06 -05:00
Matt Hill
6eacec7750 Added detector support for regionsofinterest 2014-12-06 17:22:01 -05:00
Matt Hill
96b6616434 Added file info functions 2014-12-06 15:08:30 -05:00
Matt Hill
e7ab9d605f Fixed issue #65 2014-12-05 21:41:31 -05:00
Matt Hill
6941150aea Using absolute value for rotation referenced in issue #44 2014-11-13 22:22:26 -05:00
Matt Hill
ab255209c8 Moved docker config files into docker directory 2014-11-09 23:30:37 -05:00
Matt Hill
8648a03935 Merge branch 'master' of https://github.com/mcqueenorama/openalpr into mcqueenorama-master 2014-11-09 23:28:41 -05:00
Brian McQueen
f7b592d5d6 Dockerfile and files for building docker image 2014-11-08 18:29:49 -08:00
Matt Hill
beea8923f6 Replaced "uint" (platform specific) with "unsigned int" (universal) 2014-11-01 10:43:43 -04:00
Matt Hill
6765d3088b Daemon supports changing config file location from command line 2014-11-01 10:22:12 -04:00
Matt Hill
80de3b8645 Changed AlprImpl::createJsonObj to public 2014-10-29 18:50:12 -04:00
Matt Hill
85f52a6b8c Wrapped OpenALPR library in "alpr" namespace. Resolves issue #60. 2014-10-27 20:12:57 -04:00
Matt Hill
83ed86c6b4 Added comments to alprd config file 2014-10-26 21:15:31 -04:00
Matt Hill
22b40b2b37 Moved topn value from command line argument to alprd config 2014-10-26 21:15:10 -04:00
Matt Hill
00127cbeb2 Moved alprd "Country" from a command line argument to daemon config file 2014-10-26 20:47:05 -04:00
Matt Hill
17ade2d07d Merge branch 'Kees-V-master' 2014-10-26 20:38:25 -04:00
Matt Hill
9ccb8d7a8e Simplified videobuffer usage by copying all the buffer data -- reduces chances of memory issues across threads. 2014-10-26 20:37:15 -04:00