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
cb6e266754
Added cmake config for tinythread
2014-02-20 18:17:01 -06:00
Matt Hill
33b349d219
Added tinythread x-platform multithreading library
2014-02-20 18:17:01 -06:00
Matt Hill
24dc807766
Updated cmake relative paths (simplified & removed boilerplate)
2014-02-20 18:15:26 -06:00
Matt Hill
f35ed4120c
Removed errant tinythread.cpp reference
2014-02-20 18:14:27 -06:00
Matt Hill
f8f65dddee
Using cmake to set the default runtime_dir (relative to the source path).
2014-02-20 18:09:09 -06:00
Matt Hill
73707ffcca
Tweaked binarize functions to do integer multiplication rather than float -- slightly faster
2014-02-20 17:23:09 -06:00
Matt Hill
0aece1a3ac
Print all the letters (debug output) in postprocess before pruning them
2014-02-19 19:38:23 -06:00
Matt Hill
cc3c4c7861
Updated postprocess permutation calculation to handle corner cases (topn = 1 and permutations == topn)
2014-02-19 18:17:35 -06:00
Matt Hill
a01d170495
Merge https://github.com/vebers/openalpr into develop
2014-02-19 18:13:02 -06:00
Matt Hill
34ebda3cfe
Improved postprocess performance by pruning the characterset before sending to the recursive sort.
...
This uses the "topN" value to remove lower scoring characters that couldn't possibly show up in the topN results
2014-02-19 18:10:12 -06:00
Kristians Vebers
159f15c1d7
Fixed segfault on postProcess sort
2014-02-19 17:50:59 +02:00
Matthew Hill
674cf79314
Merge pull request #8 from vebers/develop
...
Fixes to includes
2014-02-19 08:21:46 -07:00
Kristians Vebers
fee77e9aea
Reversed segfault fix as it was already fixed
2014-02-19 10:09:38 +02:00
Kristians Vebers
7212cbb4a8
Merge commit 'bcdb010cc5fb469b593150979a020af4cda3698a' into develop
2014-02-19 09:55:55 +02:00
Kristians Vebers
16274cb5a8
Modified to relative OpenCV include path
2014-02-19 09:54:05 +02:00
Kristians Vebers
f2f2939c31
Added missing header
2014-02-19 09:51:31 +02:00
Kristians Vebers
c7853e29f3
Fixed access for non existing array index in case if arraySize=0
2014-02-19 09:50:05 +02: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
a07991adb6
Added error message when input image/video file is not found
2014-02-17 14:57:14 -06:00
Matt Hill
3bc2d43929
Moved timing prototype definition out of Windows only code block
2014-02-17 14:55:41 -06:00
Matt Hill
742556cc37
Fixed clock timing on Windows.
...
Previously, clock timing was mocked out to 0. This fixes it and gives
correct timings in ms for plate recognitions
2014-02-17 13:21:47 -07:00
Matthew Hill
50b831df43
Merge pull request #6 from vebers/develop
...
Mac OS X keyboard support for classifychars utility
2014-02-12 06:03:32 -07:00
Kristians Vebers
c29f801202
Added Mac OS X keyboard support
2014-02-12 09:37:56 +02: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
Kristians Vebers
4b0f98d6cf
Added include to cstdlib for simpleini to work on Mac OS X
2014-02-11 14:40:06 +02:00
Kristians Vebers
09db539589
Added timing support for Mac OS X
2014-02-11 14:10:06 +02:00
Matt Hill
9de4fb4b73
Fixed a segfault on array that was too small when setting Tesseract base dir
2014-02-04 23:02:07 -06:00
Matt Hill
fe0d58aeb9
Using median calculation for charwidth/height rather than average
2014-01-29 22:36:41 -06:00
Matt Hill
da2a0da57e
Added all TopN plates to JSON formatted results
2014-01-29 19:05:43 -06:00
Matt Hill
7c54bfd77c
Using median character width (rather than max) to segment character blocks
2014-01-29 19:05:14 -06:00
Matt Hill
1afc1ff1eb
Added a median (math) function to Utility
2014-01-29 18:12:05 -06:00
Matt Hill
8a9b4e1bae
Updated character segmenter to break blocks into smaller pieces.
2014-01-29 15:54:30 -06:00
Matt Hill
7808cce33a
Renamed debugImg to histoImg. Sending the Histogram class to one of the character segmentation classees
2014-01-29 14:34:31 -06:00
Matt Hill
682552859c
Fixed a bug in Character segmentation. Was previously comparing height to area rather than height to height.
2014-01-29 14:28:20 -06:00
Matt Hill
c36b8cc7ae
Merge branch 'master' into develop
2014-01-19 13:24:35 -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
e1af64fcb1
Removed commented code in binarize
2014-01-19 11:02:48 -06:00
Matthew Hill
5853a41a3e
Update README.md
2014-01-14 19:49:42 -07:00
Matt Hill
54fba19078
Tweaked CMakeLists for Windows support
2014-01-14 19:47:10 -07:00
Matthew Hill
61a4754154
Update README.md
2014-01-08 22:11:11 -07:00
Matthew Hill
99fbdf42e8
Update README.md
2014-01-08 22:09:42 -07:00
Matt Hill
a44147bb72
Merge branch 'develop'
2014-01-08 22:48:56 -06:00
Matt Hill
b759db9717
Updated readme
2014-01-08 22:45:20 -06:00
Matt Hill
3eefb08d12
Updated readme
2014-01-08 22:43:00 -06:00
Matt Hill
351d1e0dcc
Slightly improved EU plate region detection (LBP using increased # of samples)
2014-01-08 17:54:34 -06:00