Commit Graph

58 Commits

Author SHA1 Message Date
Matt Hill
4b46cbf6de Added new utility for generating character tiles from printed font sheets 2015-04-22 00:38:16 -04:00
Matt Hill
6a85d895f2 Removed unnecessary if statement 2015-04-17 22:24:10 -04:00
Matt Hill
06d1a1952e Using tclap to parse arguments. Added configurable tile_width/tile_height 2015-04-17 22:23:03 -04:00
Matt Hill
f596ec88fe Merge branch 'master' of https://github.com/robertocarvajal/openalpr into robertocarvajal-master 2015-04-17 22:14:34 -04:00
Peter Rekdal Sunde
b491f61f01 Bugfix: Skip processing if opencv cannot load image. 2015-04-16 17:40:11 +02:00
Roberto Carvajal
7d1a5bca94 added space between characters for better training
adding space between characters will avoid box overlapping and greatly reduce the failures in the training process (it helps find good blobs).
2015-04-14 15:39:46 -03:00
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
bc0c569f39 Updated copyrights to 2015 2015-01-06 08:23:03 -05:00
Matt Hill
b0e6e538a8 Fixed end-to-end benchmark to work with updated internal API 2015-01-06 07:54:41 -05:00
Matt Hill
b0c2dbe917 Fixed seg and OCR benchmark using new skip_detection property 2014-12-27 22:05:56 -05:00
Matt Hill
9a06630ba8 Fixed segfault in classifychars caused by rotation 2014-12-27 22:05:25 -05:00
Matt Hill
a37d7a9588 Updated names to be prefixed with openalpr-utils- 2014-12-15 21:11:09 -05:00
Matt Hill
6c31e118e7 Prefaced utilities with "openalpr-utilities" 2014-12-15 21:11:04 -05:00
Matt Hill
bcbd3b51eb Enabled utilities by default 2014-12-15 21:11:04 -05:00
Matt Hill
85f52a6b8c Wrapped OpenALPR library in "alpr" namespace. Resolves issue #60. 2014-10-27 20:12:57 -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
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