Commit Graph

443 Commits

Author SHA1 Message Date
Matt Hill
29a040d49c Replaced usleep with platform independent sleep function 2014-08-19 00:42:40 -04:00
Matt Hill
5612f790a0 Added platform independent sleep function 2014-08-19 00:41:45 -04:00
Matt Hill
14579a2227 Only show timing information when --clock is used 2014-08-19 00:40:37 -04:00
Matt Hill
6b0fbc2f5e Fixed compile issue on Windows 2014-08-19 00:40:10 -04:00
Matt Hill
d9cfa82e8d Fixed OCR error message for valid Tesseract version 2014-08-19 00:39:36 -04:00
Matt Hill
31a5c0f95c Cleaned build list for Windows Tesseract 2014-08-19 00:38:55 -04:00
Matt Hill
f1ee656657 Renamed benchmarks directory to prevent conflicts if cmake is called from main dir 2014-08-18 23:30:30 -04:00
Matt Hill
931c5b3806 Fixed benchmark code 2014-08-18 23:29:36 -04:00
Matt Hill
aac6d61773 Added regions of interest to ALPR interface. Currently non-functional 2014-08-18 23:23:03 -04:00
Matt Hill
d76f122ad6 Organized "videobuffer" code into a video static library 2014-08-16 10:34:14 -04:00
Matt Hill
777d021a80 Excluding misc utilities unless build is requested explicitly 2014-08-16 10:08:58 -04:00
Matt Hill
c44fdeb47c updated CMakeLists.txt to use precompiled opencv/tesseract libraries by default 2014-08-13 22:25:27 -04:00
Matt Hill
e0a61fa176 Added jpg images to benchmark 2014-08-13 17:19:27 -04:00
Matt Hill
e7eb4418f9 Fixed bug in tag plates. Some cases caused wrong plate to be tagged 2014-08-13 17:19:11 -04:00
Matt Hill
38db03f353 Added delay to show images. Otherwise, images don't show during videos 2014-08-13 17:18:34 -04:00
Matt Hill
eb7dba41a3 Resolves issue #28 - Add output when no plate is found 2014-08-01 18:23:54 -04:00
Matt Hill
634c74f10d Fixed missing country argument for daemon 2014-07-25 08:07:45 -04:00
Matt Hill
0039fb3bd4 Fixed errors in classifychars 2014-07-18 20:34:24 -04:00
Matt Hill
c1b48151d8 Added include to logging_videobuffer 2014-07-11 23:39:42 -04:00
Matt Hill
4fde20b657 Improved daemon error logging 2014-07-10 18:17:18 -04:00
Matt Hill
2cce6af03a Updated default log file 2014-07-10 17:52:25 -04:00
Matt Hill
c275ed83e2 detection max width and height were being improperly treated as a fraction rather than a percent 2014-07-10 17:04:26 -04:00
Matt Hill
cf7addab56 Improved robustness of videobuffer 2014-07-03 15:34:12 -04:00
Matt Hill
c40648e27c Added exception handling in videobuffer 2014-07-03 15:13:44 -04:00
Matt Hill
eaa82829c5 Only compile alprd on Linux 2014-07-03 14:24:20 -04:00
Matt Hill
89101a9642 Merge branch 'master' into wts 2014-07-03 13:36:27 -04:00
Matt Hill
3da219c64f Fixed string warning 2014-07-03 13:36:16 -04:00
Matt Hill
d31ff432cc Added clock parameter 2014-07-03 13:24:51 -04:00
Matt Hill
0562cf0f24 Added messages to DEBUG log 2014-07-03 13:24:03 -04:00
Matt Hill
f1d8be8d36 Added config parameter to control whether data is uploaded via POST 2014-07-03 13:23:06 -04:00
Matt Hill
c2c422d65f Added topN 2014-07-03 13:05:03 -04:00
Matt Hill
ce76e65e5d Updated config 2014-07-03 12:59:09 -04:00
Matt Hill
85d3112adb Updated config name 2014-07-03 12:51:23 -04:00
Matt Hill
decb4c863e Updated imports 2014-07-03 12:47:40 -04:00
Matt Hill
bd185d11ae Rearranged files 2014-07-03 12:47:24 -04:00
Matt Hill
25edfef9dd removed unnecessary mutex 2014-07-03 12:19:14 -04:00
Matt Hill
0c0a424b3b Replaced threading with forking. Performance is significantly improved 2014-07-03 12:16:42 -04:00
Matt Hill
a5d0b1c073 removed unnecessary mutex 2014-07-03 12:13:38 -04:00
Matt Hill
cd2b99f26d Moved frame number counter to inside mutex 2014-07-03 10:48:57 -04:00
Matt Hill
584aabf635 Moved frame number counter to inside mutex 2014-07-03 10:48:38 -04:00
Matt Hill
ec6a9555eb Merge branch 'master' into wts 2014-07-02 21:04:23 -04:00
Matt Hill
5a48305471 Using usleep rather than waitkey 2014-07-02 21:04:10 -04:00
Matt Hill
7277b6b3ff Use usleep rather than waitKey 2014-07-02 21:02:02 -04:00
Matt Hill
969109ac9d Use usleep rather than waitKey 2014-07-02 21:00:59 -04:00
Matt Hill
4eb4cc2dd3 Sleep for longer when a connection cannot be established 2014-07-02 21:00:25 -04:00
Matt Hill
9814f40ca1 Updated error message 2014-07-02 19:49:58 -04:00
Matt Hill
06112af3e1 Added return false when data is not written 2014-07-02 19:48:59 -04:00
Matt Hill
1608886cba Added exception handling around Beanstalk 2014-07-02 19:25:07 -04:00
Matt Hill
5b1e7429ed Added confidence to plate lines -- using them in plate corner detection
tweaked plate corner detection defaults
2014-07-02 18:26:08 -04:00
Matt Hill
70424df9be reduced thresholds from 4 to 3 2014-07-02 17:38:11 -04:00