Commit Graph

747 Commits

Author SHA1 Message Date
Matt Hill
5b1e7429ed Added confidence to plate lines -- using them in plate corner detection
tweaked plate corner detection defaults
2014-07-02 18:26:08 -04:00
Matt Hill
70424df9be reduced thresholds from 4 to 3 2014-07-02 17:38:11 -04:00
Matt Hill
dfa2cbf02a Merge branch 'pipeline'
Conflicts:
	src/openalpr/CMakeLists.txt
2014-07-02 01:50:06 -04:00
Matt Hill
344b51ead8 Moved character segmentation code to its own directory
Conflicts:

	src/openalpr/CMakeLists.txt
2014-07-01 19:37:28 -04:00
Matt Hill
43b025b623 Added segment/segmentationgroup 2014-07-01 19:35:27 -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
0708523131 Moved public variable to private 2014-07-01 19:01:22 -04:00
Matt Hill
717f1f0e7e Remove thresholds when pipeline_data goes out of scope 2014-07-01 19:00:15 -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
552caf5a05 Updated state_identifier to use pipeline_data 2014-07-01 17:25:31 -04:00
Matt Hill
092e1bb3d5 Updated pipeline.cpp to compile 2014-07-01 17:19:16 -04:00
Matt Hill
a52fa6d5f9 Added pipeline_data class 2014-07-01 14:15:08 -04:00
Matt Hill
a5496c8d2a Moved character segmentation code to its own directory 2014-06-29 13:16:32 -04:00
Matt Hill
e0377c1d4d Merge branch 'master' into wts 2014-06-25 11:36:38 -04:00
Matt Hill
bab6372258 Improved detection accuracy for usa plates
Increased positive sample size by ~40%.  False positives are down by about half with roughly the same detection rate.
2014-06-20 22:36:15 -04:00
Matt Hill
334feec9ac Added labels to debug segmentation image 2014-06-20 22:35:24 -04:00
Matt Hill
35f829e365 Updated alpr_impl to support detector benchmark 2014-06-20 22:34:47 -04:00
Matt Hill
7eb325e528 Added function to support 2014-06-20 22:31:56 -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
4291547d6f Added toString function to utility 2014-06-20 22:29:44 -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
7407e1ad8a Fixed debugOff function for benchmarking 2014-06-18 19:19:41 -04:00
Matt Hill
6dc1e6db89 Removed "using" statements from ocr.h 2014-06-18 17:52:18 -04:00
Matt Hill
409011caee Merge branch 'master' of github.com:openalpr/openalpr 2014-06-12 22:35:33 -04:00
Matt Hill
6e8fcf4be4 Updated daemon to use new JSON format. Added processing time 2014-06-12 09:30:46 -04:00
Matt Hill
a5c9064d52 Merge branch 'master' into wts 2014-06-12 09:22:25 -04:00
Matt Hill
8a9dfabe6c Reformatted JSON output. Moved epoch time to top level. Added total processing time 2014-06-12 05:58:34 -04:00
Matt Hill
2aaf7f9d3e Merge branch 'master' of bitbucket.org:wts-dev/openalpr-wts into wts 2014-06-10 18:08:23 -04:00
Matt Hill
369c1a81c1 Merge branch 'master' into wts 2014-06-10 18:04:48 -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
3255ccab59 Added alprd.conf upstart config 2014-06-10 17:00:33 -05:00
Matt Hill
f5cd7eb6cb Merge branch 'master' of https://bitbucket.org/wts-dev/openalpr-wts 2014-06-09 16:05:59 -05:00
Matt Hill
854043c715 Updated startup log 2014-06-09 17:05:06 -04:00
Matt Hill
bb938c6398 Merge branch 'master' of https://bitbucket.org/wts-dev/openalpr-wts 2014-06-09 14:06:23 -05:00
Matt Hill
6bbd04ab61 Added wts.conf file 2014-06-09 15:04:20 -04:00
Matt Hill
2509ad65d7 Merge branch 'master' of https://bitbucket.org/wts-dev/openalpr-wts 2014-06-09 13:58:39 -05:00
Matt Hill
01354189ae Added log statement for queue write failure 2014-06-08 15:00:30 -04:00
Matt Hill
70c05e5eb9 Using rolling log file with max size 2014-06-08 14:59:19 -04:00
Matt Hill
7ac5dbf1a0 Added logging library that functions in foreground and background (logs to file) 2014-06-08 14:57:16 -04:00
Matthew Hill
8990b552bc Update README.md 2014-06-07 13:37:16 -04:00
Matt Hill
19c87c1150 Added image width/height to uploaded json 2014-06-07 13:34:51 -04:00
Matt Hill
81bc97db86 Changed tube name to alprd. Updated site_id field in the JSON 2014-06-05 17:22:25 -04:00
Matt Hill
8d00c07219 Updated POSTS to work with web server 2014-06-04 18:43:09 -04:00
Matt Hill
5130a164a0 Added additional upload thread logic 2014-06-04 17:23:34 -04:00
Matt Hill
17661d27c5 replaced hard-coded vals with constants 2014-06-04 15:25:29 -04:00
Matt Hill
21faa3c2a0 Added data upload thread 2014-06-03 21:56:42 -04:00