Commit Graph

495 Commits

Author SHA1 Message Date
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
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