Commit Graph

52 Commits

Author SHA1 Message Date
Matt Hill
83d6e06e14 Added always/never/auto invert config property to country config 2015-09-11 20:04:56 -04:00
Matt Hill
28aed1b7d9 Added country config arguments for postprocess_regex_letters and postprocess_regex_numbers 2015-08-10 23:02:33 -04:00
Matt Hill
884f4432ea Added prewarp to setDebug 2015-07-17 08:02:13 -04:00
Matt Hill
4a3cd82b7d Fixed setDebug functiont to apply correct value 2015-07-12 21:26:35 -04:00
Matt Hill
0bb974f8c1 Moved config dependencies out of header and into cpp 2015-07-08 08:16:43 -04:00
Matt Hill
d78006d403 Moved helper functions out of class 2015-07-08 08:15:36 -04:00
Matt Hill
d772ef295c Renamed debugOff(bool) to setDebug(bool) 2015-07-08 08:14:47 -04:00
Peter Rekdal Sunde
881d2e413b Feature: Allow .NET users to manage configuration after it has been loaded from disk. 2015-07-07 18:28:15 +02:00
Matt Hill
e8a3c4fb08 Removed results_character_details flag 2015-07-02 15:48:44 -04:00
Matt Hill
4114f325a0 Merge branch 'results_character_details' of https://github.com/psaintjust/openalpr into psaintjust-results_character_details 2015-07-02 14:54:43 -04:00
Matt Hill
6308048d84 Updated copyright 2015-07-02 14:23:16 -04:00
psaintjust
50f9d2d81a Added configuration option to output character details in results 2015-06-30 19:41:37 -04:00
psaintjust
a55cce71d4 Removed post_process_max_substitutions configuration option 2015-06-28 11:01:32 -04:00
Matt Hill
49663011d5 Reorganized country config files to be in their own files 2015-04-17 22:05:39 -04:00
Matt Hill
419e9e7af4 Removed errors from output when config entries are missing 2015-03-28 16:26:33 -04:00
Matt Hill
96135dfc56 Added prewarp to ALPR analysis 2015-03-28 13:13:38 -04:00
Matt Hill
f5b795ebe3 Added debug detector config option 2015-03-18 19:00:30 -04:00
Matt Hill
c46bd446f2 Replaced GPU config mode option with detector 2015-03-18 19:00:30 -04:00
Matt Hill
6033e35775 Added CUDA GPU support to detector 2015-03-08 10:25:30 -04:00
Matt Hill
bc0c569f39 Updated copyrights to 2015 2015-01-06 08:23:03 -05:00
Matt Hill
e01919dd3e Added config option to bypass detection.
If detection is bypassed, OpenALPR assumes the region provided is already a likely plate region
2014-12-27 21:40:09 -05:00
Matt Hill
e7ab9d605f Fixed issue #65 2014-12-05 21:41:31 -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
1ce39c3f1f Added config attribute for multi-line plates 2014-10-16 21:45:56 -04:00
Matt Hill
f05c07d2b7 Updated copyright to 2014 2014-10-04 22:45:52 -04:00
Matt Hill
d2bf82a152 Checking OCR existence by country from config, rather than defined country name 2014-09-05 21:07:39 -04:00
Matt Hill
01b00b0450 Removed (non-working) multithreading implementation. Going to reimplement it differently. 2014-08-31 11:31:58 -04:00
Matt Hill
88f1b2854c Removed unused "opencl" config attribute 2014-08-19 22:23:52 -04:00
Matt Hill
1390eaeecd Added windows function to find relative dir of exe for conf and runtime
data
2014-08-19 22:14:32 -04:00
Matt Hill
7407e1ad8a Fixed debugOff function for benchmarking 2014-06-18 19:19:41 -04:00
Matt Hill
d1d83fe404 Added two new configuration options to control detection.
Enforcing a maximum resolution for the image input to detection
Adding a configurable "strictness" to tighten or loosen the detection leniency
2014-06-10 18:03:42 -04:00
Matt Hill
b32b662b19 Moved using statements out of headers and into cpp 2014-05-19 22:14:27 -05:00
Matt Hill
be061ad452 Added runtime data dir parameter
just in case it's not possible to configure the runtime directory via config file (i.e., if the location is only known at runtime)
2014-05-19 19:41:48 -05:00
Matt Hill
66febb8ca8 Changed library to point to a config file rather than runtime dir
runtime dir location is specified in the config file
2014-05-10 09:50:52 -05:00
Matt Hill
cbfa90fc84 Updated code for Tesseract 3.0.3 2014-05-09 18:20:19 -05:00
Matt Hill
84e1df8c7c Added parameter for max plate rotation (was previously hardcoded at 10 degrees). Upped the default to 15 2014-04-08 15:11:11 -05:00
Matt Hill
7817810461 Added a pause_on_frame debug variable (useful for debugging video) 2014-04-06 12:19:40 -05:00
Matt Hill
7d8921b1cf Fixed typo from merge 2014-04-04 14:09:22 -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
Matt Hill
5a83b117f9 Merge branch 'develop' of https://github.com/Silex/openalpr into develop
Conflicts:
	src/openalpr/regiondetector.cpp
2014-03-24 20:45:13 -05:00
Matt Hill
b90566585a Added variable to control plate detection size increase.
Adjusting it to a smaller value means slower detection but higher probability that the plate will be found (and vice versa)
2014-03-24 10:10:55 -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
Matthew Hill
420c6289b1 Merge pull request #15 from Silex/cleanup
Cleanup
2014-03-20 08:37:11 -05:00
Philippe Vaucher
460205e943 Cleanup & reindent .cpp files 2014-03-19 11:34:43 +01:00
Philippe Vaucher
f2716dea1a Fix typo "characers" 2014-03-18 18:29:34 +01:00
Philippe Vaucher
bdc922c69a Remove trailing whitespace 2014-03-17 10:35:09 +01:00
Matt Hill
ce907f5c34 Fixed typo in "multithreading_cores" preference 2014-02-20 18:17:01 -06:00
Matt Hill
35820e3b0f Added preference for multithreading_cores (controls number of threads spawned during recognition) 2014-02-20 18:17:01 -06:00