Commit Graph

25 Commits

Author SHA1 Message Date
Matt Hill
39c4756ce7 Changed Linux timestamp behavior. Explicitly using CLOCK_MONOTONIC_RAW and CLOCK_REALTIME 2015-03-16 23:13:06 -04:00
Matt Hill
766194c457 Added toString(long) method to utility class 2015-02-26 19:54:35 -05:00
Matt Hill
bc0c569f39 Updated copyrights to 2015 2015-01-06 08:23:03 -05:00
Matt Hill
cca2b08321 Replaced dynamic array initialization with vector. 2015-01-05 18:58:28 -05:00
Matt Hill
1a76de69a7 Added function for efficient levenshtein distance and unit test 2014-12-07 14:53:11 -05:00
Matt Hill
beea8923f6 Replaced "uint" (platform specific) with "unsigned int" (universal) 2014-11-01 10:43:43 -04:00
Matt Hill
85f52a6b8c Wrapped OpenALPR library in "alpr" namespace. Resolves issue #60. 2014-10-27 20:12:57 -04:00
Matt Hill
2e83a057c1 Added common utility (getContourAreaPercentInsideMask) to utility class 2014-10-16 21:38:18 -04:00
Matt Hill
f05c07d2b7 Updated copyright to 2014 2014-10-04 22:45:52 -04:00
Matt Hill
1801733061 Fixed compiler warnings (signed/unsigned comparisons, unused variables) 2014-08-28 21:57:10 -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
70424df9be reduced thresholds from 4 to 3 2014-07-02 17:38:11 -04:00
Matt Hill
4291547d6f Added toString function to utility 2014-06-20 22:29:44 -04:00
Matt Hill
b32b662b19 Moved using statements out of headers and into cpp 2014-05-19 22:14:27 -05:00
Philippe Vaucher
d24ed44f83 Add empty lines where it makes sense 2014-03-24 10:46:30 +01:00
Philippe Vaucher
564e0d3087 Remove useless empty lines 2014-03-24 10:46:30 +01:00
Philippe Vaucher
460205e943 Cleanup & reindent .cpp files 2014-03-19 11:34:43 +01:00
Philippe Vaucher
bdc922c69a Remove trailing whitespace 2014-03-17 10:35:09 +01:00
Matt Hill
bcdb010cc5 Increased recognition speed for plate region analysis by 2.5x.
Reduced number of thresholded images from 10 to 4.  Accuracy (based on current benchmarks) is about the same, but recognition speed for a single plate region goes from ~88ms to ~40ms.
2014-02-18 22:49:25 -06:00
Matt Hill
646c2d6660 Fixed segfault when calculating median against empty array 2014-02-18 22:19:20 -06:00
Matt Hill
cc0787792e Removed reference to (unused) omp.h 2014-02-11 10:37:10 -06:00
Matt Hill
13d4b12593 Merge branch 'master' of github.com:vebers/openalpr into develop 2014-02-11 10:36:19 -06:00
Kristians Vebers
2842f3764a OpenMP is not yet supported on Mac OS X (clang) 2014-02-11 15:31:20 +02:00
Matt Hill
1afc1ff1eb Added a median (math) function to Utility 2014-01-29 18:12:05 -06:00
Matt Hill
aece11e1a2 Added OpenALPR library 2014-01-02 16:02:21 -06:00