Commit Graph

624 Commits

Author SHA1 Message Date
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
Matt Hill
1d8321f4f2 Fixed bug on plate corner detection, the parallel line was flipped left to right 2014-10-19 19:39:45 -04:00
Matt Hill
be99e8219b Updated segmentation to work with multiline text 2014-10-19 19:08:00 -04:00
Matt Hill
a691d8a6fe Using a perspective transformation on CharAnalysis instead of redoing the whole process during segmentation. Much faster and seems slightly more accurate -- will need to benchmark. 2014-10-19 19:07:00 -04:00
Matt Hill
d2bfebe443 Added multiline support in plate corner detector 2014-10-19 15:54:59 -04:00
Matt Hill
2896d21868 Removed unused function prototype from characterAnalysis 2014-10-19 15:54:25 -04:00
Matt Hill
f122eee12d Added angle to TextLine 2014-10-19 15:54:04 -04:00
Matt Hill
2ac6337342 Added logic to LineFinder to find both lines for multiline plates 2014-10-18 20:13:30 -04:00
twelve17
eac02fcfaa Update how openalpr.conf is generated and ultimately installed. 2014-10-18 18:31:46 +01:00
twelve17
bd512a8014 Set the proper value for runtime_dir in openalpr.conf, based on install prefix. 2014-10-18 18:14:42 +01:00
twelve17
f7074ec7e6 Remove unwated message. 2014-10-18 18:01:36 +01:00
twelve17
211bb3f514 Change daemon option to WITH_DAEMON, and some logic. 2014-10-18 18:00:03 +01:00
twelve17
57f1afa36b Add uninstall target template. 2014-10-18 17:11:12 +01:00
twelve17
70797bee6a Remove unused MESSAGE command 2014-10-18 17:06:47 +01:00
twelve17
9f213e25f1 Remove usage of BINDIR. 2014-10-18 17:05:51 +01:00
twelve17
12832b0070 Remove unwanted Tesseract_DIR definition. 2014-10-18 17:04:12 +01:00
twelve17
7ad3dedea2 Add SKIP_DAEMON option. Change hardcoded paths to use
CMAKE_INSTALL_PREFIX and CMAKE_INSTALL_SYSCONFDIR.
2014-10-18 17:01:51 +01:00
Matt Hill
3964ffa49f Added angle checking so that text areas with vertical angles are rejected 2014-10-17 11:34:13 -04:00
Matt Hill
4bfef05b9a Added LineFinder class to help find text lines in plate images 2014-10-16 21:47:01 -04:00
Matt Hill
1ce39c3f1f Added config attribute for multi-line plates 2014-10-16 21:45:56 -04:00
Matt Hill
2e83a057c1 Added common utility (getContourAreaPercentInsideMask) to utility class 2014-10-16 21:38:18 -04:00
Matt Hill
602b20c883 Added commented debug option for use when debugging with gdb 2014-10-15 13:35:27 -04:00