Commit Graph

495 Commits

Author SHA1 Message Date
Kees-V
686743484c Revert "Only lock when needed."
This reverts commit 1c20855f29.
2014-10-25 14:22:50 +02:00
Matt Hill
1f64cfa029 Changed JSON serialization/deserialization functions to static 2014-10-24 17:10:55 -04:00
Matt Hill
904ff09fa7 Removed python script 2014-10-23 23:47:07 -04:00
Matt Hill
c9558190cd Fixed misc_utilities 2014-10-23 23:41:12 -04:00
Matt Hill
1de0617a8e Moved Tesseract and PostProcessor to class variables rather than pointers 2014-10-23 23:35:25 -04:00
Matt Hill
22cdf1b1f1 Added unit tests to CI 2014-10-23 22:49:48 -04:00
Matt Hill
abdfe6f864 Added utility unit tests 2014-10-23 22:48:39 -04:00
Matt Hill
0d2141b4a1 Added bestplate parsing and unit test 2014-10-23 22:15:27 -04:00
Matt Hill
3984b9405e Updated upstart configuration for daemon install 2014-10-23 19:38:18 -04:00
Matt Hill
dc65be8c32 Fixed state identification missing from output 2014-10-23 18:24:29 -04:00
Matt Hill
a831b19c96 Fixed compilation problem for benchmarks 2014-10-23 17:56:25 -04:00
Matt Hill
c11d9bfd1a Merge branch 'v2.0' 2014-10-23 17:40:21 -04:00
Matt Hill
08d1005520 Resolves issue #53 2014-10-23 17:29:07 -04:00
Matt Hill
91f4988b43 Merge branch 'master' into v2.0
Conflicts:
	src/main.cpp
2014-10-23 17:26:52 -04:00
Matt Hill
68a687aee1 Incremented version 2014-10-23 17:22:08 -04:00
Matt Hill
cb5812bcbd Added unit testing 2014-10-23 17:21:25 -04:00
Matt Hill
f18a3b5c54 Added JSON deserializer 2014-10-23 17:20:46 -04:00
Matthew Hill
60cd9e8124 Removed template output from readme 2014-10-22 21:27:21 -04:00
Matt Hill
ad9c338af0 Added segfault handler to daemon. Resolves issue #56 2014-10-22 21:24:39 -04:00
Matt Hill
752e9acc6f Moved output messages to log handler 2014-10-22 21:14:06 -04:00
Matt Hill
1e37f97888 Merge branch 'master' of https://github.com/Kees-V/openalpr into Kees-V-master 2014-10-22 21:12:35 -04:00
Kees-V
eebc707f2b Status information when connecting to stream 2014-10-22 14:23:50 +02:00
Kees-V
1c20855f29 Only lock when needed. 2014-10-22 14:08:55 +02:00
Matt Hill
8c365a6977 Fixed bug where epoch ms time was not being returned 2014-10-21 22:09:07 -04:00
Matt Hill
32793c5991 Resolves issue #58 - Remove template match from output when template not provided 2014-10-21 18:20:29 -04:00
Matt Hill
e9280cc2c4 Added multiline setting to config template 2014-10-21 17:36:09 -04:00
Matt Hill
9a31bd4f51 Fixed classify chars with two-line enhancements 2014-10-21 17:30:09 -04:00
Matt Hill
dde43ea76c Merge branch 'feature/twoline' 2014-10-21 17:27:47 -04:00
Matt Hill
da708c3c71 Removed libzmq1 as an install requirement for deb package 2014-10-21 17:16:10 -04:00
Matt Hill
0f08ef09bf Added opencv_gpu to requirements 2014-10-21 07:26:01 -04:00
Matt Hill
a977ff23f0 Merge branch 'master' of github.com:openalpr/openalpr 2014-10-21 07:25:21 -04:00
Matt Hill
b60806e53d Added libopencv-video as a dependency 2014-10-21 07:09:01 -04:00
Matt Hill
b47251e9af Re-added despeckle filter 2014-10-20 23:48:32 -04:00
Matt Hill
995e385690 Got rid of expanding the region before doing text analysis 2014-10-20 23:47:54 -04:00
Matthew Hill
177f5720ef Updated readme with correct help text 2014-10-20 22:23:25 -04:00
Matthew Hill
00436255ee Updated readme removed state info and -r option 2014-10-20 22:04:12 -04:00
Matt Hill
d48a41da49 Do not add lines with no valid characters 2014-10-20 20:25:39 -04:00
Matt Hill
1d59aedc0e Don't allow multiline plates with only 1 line 2014-10-20 20:25:09 -04:00
Matthew Hill
72cd50cd9d Merge pull request #55 from twelve17/master
Update build files to allow creation of a Homebrew formula.
2014-10-20 14:40:27 -04:00
Matt Hill
dde072ba40 Fixed benchmarks to compile 2014-10-19 21:09:29 -04:00
Matt Hill
c81c0a3442 Removed functions from characterregion header 2014-10-19 21:09:18 -04:00
Matt Hill
cc4f72ff23 Removed misc debugging cout statements 2014-10-19 21:01:16 -04:00
Matt Hill
7038d0b9e5 Removed modal image drawing (used for debugging) 2014-10-19 20:55:28 -04:00
Matt Hill
a10e65631c Removed unused code file 2014-10-19 20:50:40 -04:00
Matt Hill
9a8ff68cd1 Re-enabled inverting plates for white-on-black text 2014-10-19 20:48:21 -04:00
Matt Hill
689aef8b85 Fixed multiline support in character analysis 2014-10-19 20:28:38 -04:00
Matt Hill
74b81950d5 Fixed timing measurements for deskew 2014-10-19 20:28:27 -04:00
Matt Hill
2a9c0de2e3 Sorting TextLines from top to bottom vertically 2014-10-19 20:27:49 -04:00
Matt Hill
02e9517d83 Increased max width for segmentation 2014-10-19 19:54:17 -04:00
Matt Hill
8c6cd5723d Using filter between lines before adding to TextLine array 2014-10-19 19:39:57 -04:00