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 |
|
Matt Hill
|
4004330987
|
Started initial support for OpenCL. OpenCV doesn't yet officially support OpenCL LBP GPU acceleration -- but it should be coming soon
|
2014-01-19 13:22:41 -06:00 |
|
Matt Hill
|
aece11e1a2
|
Added OpenALPR library
|
2014-01-02 16:02:21 -06:00 |
|