Commit Graph

775 Commits

Author SHA1 Message Date
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
Matt Hill
2e95b0dd9e Tweaked videobuffer to support using video files (for testing) 2014-10-26 20:36:49 -04:00
Matt Hill
782c1e5ef1 Merge branch 'master' of https://github.com/Kees-V/openalpr into Kees-V-master 2014-10-26 20:26:29 -04:00
Matt Hill
8ec9b2ebb5 Added comments to edgefinder 2014-10-26 16:49:22 -04:00
Matt Hill
666e053ffd Tweaked weights in platecorners 2014-10-26 16:45:25 -04:00
Matt Hill
5ee2705675 Using scorekeeper in platecorners 2014-10-26 16:45:11 -04:00
Matt Hill
757b3ea7cc Added scorekeeper to compile 2014-10-26 16:44:20 -04:00
Matt Hill
1c93a1784e Tweaked plate line sensitivity 2014-10-26 16:44:06 -04:00
Matt Hill
b448fbfe04 Added scorekeeper class to manage scores/weights for platecorners 2014-10-26 16:43:27 -04:00
Matt Hill
41072737c4 Got edgefinder working 2014-10-26 14:25:42 -04:00
Matt Hill
c2cbfa89cf Moved longer/shorter segment to public 2014-10-26 14:25:16 -04:00
Matt Hill
a9f7a3af72 Tweaked the line height to be slightly smaller 2014-10-26 14:24:36 -04:00
Matt Hill
c04bad14f6 Added additional transformation functions 2014-10-26 14:23:56 -04:00
Matt Hill
c175342169 Moved image transformation (deskew) functions to its own class 2014-10-26 09:31:41 -04:00
Kees-V
77e308904c Travis Cl build: changed TRUE to true 2014-10-26 11:22:29 +01:00
Kees-V
f1e5e7932c Changed BOOLEAN to bool 2014-10-26 11:13:14 +01:00
Kees-V
528b548b11 Enhancement to video stream input thread 2014-10-26 10:56:09 +01:00
Matt Hill
db232f5ec9 Added edgefinder to compile 2014-10-25 16:17:08 -04:00
Matt Hill
bab9ecdf54 Added edgefinder 2014-10-25 16:14:09 -04:00
Matt Hill
42b6ff0774 Added TextLineCollection to its own class file 2014-10-25 16:13:53 -04:00
Matt Hill
3a16e3429f Moved plate corner/line code to edges folder 2014-10-25 15:50:02 -04:00
Matt Hill
e6d7226a0b Removed characterregion class.
This was just serving as a pass-through after recent changes
2014-10-25 15:29:24 -04:00
Matt Hill
9f6ab91071 Added data type to JSON 2014-10-25 13:56:40 -04:00
Matt Hill
ee2259eb42 Using float for processing time variable 2014-10-25 13:31:08 -04:00
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