Commit Graph

42 Commits

Author SHA1 Message Date
Matt Hill
c9558190cd Fixed misc_utilities 2014-10-23 23:41:12 -04:00
Matt Hill
a831b19c96 Fixed compilation problem for benchmarks 2014-10-23 17:56:25 -04:00
Matt Hill
9a31bd4f51 Fixed classify chars with two-line enhancements 2014-10-21 17:30:09 -04:00
Matt Hill
dde072ba40 Fixed benchmarks to compile 2014-10-19 21:09:29 -04:00
Matt Hill
f3ec4fd554 Changed aspect 2014-10-06 22:21:33 -04:00
Matt Hill
f05c07d2b7 Updated copyright to 2014 2014-10-04 22:45:52 -04:00
Matt Hill
171b7b86b8 Removed invalid entry from misc_utilities cmake that caused warning 2014-08-28 21:16:00 -04:00
Matt Hill
740adabf0f Added DetectorCPU class and factory to instantiate it. Updated openalpr to use new class 2014-08-21 07:11:11 -04:00
Matt Hill
770b9b6126 Simplifying build process for Windows.
Added cmake find script for Tesseract.
2014-08-19 21:05:16 -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
777d021a80 Excluding misc utilities unless build is requested explicitly 2014-08-16 10:08:58 -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
0039fb3bd4 Fixed errors in classifychars 2014-07-18 20:34:24 -04:00
Matt Hill
3da219c64f Fixed string warning 2014-07-03 13:36:16 -04:00
Matt Hill
cff0df3648 Moved plate confidence up to pipeline_data 2014-07-01 19:30:57 -04:00
Matt Hill
c8f52ccb48 Removed redundant variable 2014-07-01 19:02:53 -04:00
Matt Hill
7e12ca1500 Rearranged threshold data to be contained in pipeline_data 2014-07-01 18:52:53 -04:00
Matt Hill
a0af4093d6 Added pipeline_data to character analaysis and character segmentation 2014-07-01 18:26:01 -04:00
Matt Hill
b9422dc063 Inserted pipeline_data into additional places 2014-07-01 17:44:39 -04:00
Matt Hill
2c2197f1bc Added tagplates binary for identifying license plates (used with end-to-end benchmark) 2014-06-20 22:31:03 -04:00
Matt Hill
716f1ca671 Updated end-to-end benchmark 2014-06-20 22:30:35 -04:00
Matt Hill
c5b577b48e Created new end-to-end benchmark that validates detection quality 2014-06-20 22:27:54 -04:00
Matt Hill
39ecafaa90 Updated OCR training utility to work better with Tesseract 2014-06-02 20:51:04 -04:00
Matt Hill
cbfa90fc84 Updated code for Tesseract 3.0.3 2014-05-09 18:20:19 -05:00
Matt Hill
b51b4f61cf Updated CMakeLists.txt for Windows builds 2014-04-30 21:14:52 -05:00
Matt Hill
c982ff9715 Merge branch 'develop' of github.com:openalpr/openalpr into develop 2014-04-04 17:19:31 -05:00
Matt Hill
59ffed9b23 Adding hierarchical plate regions. The goal is to minimize unnecessary processing of regions within regions 2014-04-04 15:37:06 -05:00
Matt Hill
4d9c955f36 Merge branch 'multithread' into develop
Conflicts:
	src/misc_utilities/CMakeLists.txt
	src/openalpr/CMakeLists.txt
	src/openalpr/alpr_impl.cpp
	src/openalpr/alpr_impl.h
	src/openalpr/config.cpp
	src/openalpr/config.h
2014-04-04 14:09:00 -05:00
Philippe Vaucher
b548734fff Don't use "new" when it's not needed 2014-04-02 15:34:32 +02:00
Philippe Vaucher
526f777d6a Have country as command line argument 2014-04-02 15:29:24 +02:00
Philippe Vaucher
818d8a8309 Automate easy plates with 'W' 2014-03-31 10:04:01 +02:00
Philippe Vaucher
c406cc6e0b Fix weird boolean conditions 2014-03-24 12:48:55 +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
Kristians Vebers
749366741e Removed findnegatves build rule from misc_utilities as source file is not found in repository 2014-02-25 23:24:14 +02:00
Matt Hill
21acb7084a Compiling tinythread as part of the openalpr source (rather than a separate library) 2014-02-20 18:17:02 -06:00
Matt Hill
0386bba299 Fixed multithreading library in CMakeLists 2014-02-20 18:17:01 -06:00
Kristians Vebers
c29f801202 Added Mac OS X keyboard support 2014-02-12 09:37:56 +02:00
Matt Hill
773d6e123f Added openalpr utility programs 2014-01-02 16:27:43 -06:00