Commit Graph

776 Commits

Author SHA1 Message Date
Matt Hill
e5e5dd153b Adds calibrate to deb. Resolves issue #141 2015-07-04 11:28:43 -04:00
Matt Hill
e8a3c4fb08 Removed results_character_details flag 2015-07-02 15:48:44 -04:00
Matt Hill
6e514b6f42 Fixed performance bugs related to character position lookup 2015-07-02 15:42:25 -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
Matt Hill
2ab8c35e9c Added padding to benchmark results output 2015-07-01 23:17:58 -04:00
Matt Hill
57e4b220a4 Fixed tagplates to use country for aspect_ratio value 2015-07-01 22:09:57 -04:00
Matt Hill
3319afc425 Fixed prepchars utility so that it runs even if non-images are in the folder 2015-07-01 00:01:47 -04:00
psaintjust
50f9d2d81a Added configuration option to output character details in results 2015-06-30 19:41:37 -04:00
Matt Hill
6d9d8201e1 Fixed classify-chars misc utility bug caused by cropping outside of bounds of image 2015-06-29 23:43:45 -04:00
Matthew Hill
70504a8718 Updated readme
Removed link to old Windows binaries
2015-06-29 22:53:44 -04:00
Matthew Hill
0dc525a669 Merge pull request #146 from psaintjust/fix_char_analysis_timings
Fixed incorrect character analysis time
2015-06-29 21:41:56 -04:00
Matt Hill
9d1a8041bb Added support for webcam in the form of /dev/video[number] to alprd 2015-06-29 17:32:41 -04:00
psaintjust
66550010ab Fixed incorrect character analysis time 2015-06-29 17:21:12 -04:00
psaintjust
d95730d40e Added ability to use daemon with local webcam 2015-06-29 11:36:02 -04:00
Matthew Hill
fc6dcdb7a3 Merge pull request #143 from psaintjust/refactor_post_process
TopN values strange behavior #135
2015-06-28 21:32:43 -04:00
psaintjust
9330e59a28 Added limit in post processing to stop after 10 consecutive non-valid permutations 2015-06-28 17:33:24 -04:00
Matt Hill
d93d268908 Disqualify plates with corners that are way too narrow 2015-06-28 11:47:35 -04:00
Matt Hill
eb777abe16 Ignore crops that are pure white or pure black with a little leniency 2015-06-28 11:46:07 -04:00
Matt Hill
faf8aed33a Return 0 size crop if either width or height is 0 2015-06-28 11:45:34 -04:00
Matt Hill
d8f84cb702 Added extra drawAndWait utility overload 2015-06-28 11:44:59 -04:00
psaintjust
a55cce71d4 Removed post_process_max_substitutions configuration option 2015-06-28 11:01:32 -04:00
psaintjust
e2a302d8f8 Refactored post processing to improve accuracy of alternative results 2015-06-28 10:31:33 -04:00
Matt Hill
99afc9e2b6 Added Canadian regional plate patterns to us patterns list 2015-06-26 17:16:52 -04:00
Matt Hill
a87d40dfa1 Fixed incorrect aspect ratio for plate overlay in calibrate utility 2015-06-26 17:15:48 -04:00
Matthew Hill
f16b032973 Updated readme 2015-06-23 22:13:54 -04:00
Matt Hill
61a77faaf3 Incremented version to 2.1.0 2015-06-18 23:32:38 -04:00
Matt Hill
34072696a8 Fixed Windows compile issues 2015-06-18 22:59:04 -04:00
Matt Hill
e50b5d74e6 Added maximum opencv version 2015-06-16 23:09:15 -04:00
Matthew Hill
16f081b096 Merge pull request #134 from robinhilliard/ptr-cast-fix
Cast ptr to void_p when passing back to freeJsonMem()
2015-06-16 22:51:43 -04:00
Robin Hilliard
8886b15e49 Cast ptr to void_p when passing back to freeJsonMem() to avoid "pointer being freed was not allocated" bug 2015-06-16 10:32:54 +10:00
Matt Hill
e55c4a7070 Added Australia training data 2015-06-04 23:59:27 -04:00
Matt Hill
509e2a05fd Removed segmentation filter that sometimes removed 'I' and '1' characters 2015-06-04 23:56:32 -04:00
Matt Hill
dbe338deb1 Ignoring space (' ') character whenever Tesseract returns it 2015-06-04 22:53:55 -04:00
Matt Hill
bb3edc1b06 Fixed debug output for char boxes when multiple plates are found 2015-06-04 22:53:20 -04:00
Matt Hill
d84058b327 Fixed navigation issue in classifychars 2015-06-01 22:27:11 -04:00
Matt Hill
4b6d2cc6ec Added character bounding box and confidence to API output 2015-06-01 22:26:49 -04:00
Matt Hill
3fd5585c83 Removed debug messages 2015-05-30 10:31:46 -04:00
Matt Hill
5c6af43212 Updated textline dependencies to provide crop size in function call. Fixes issue #126. 2015-05-30 10:17:38 -04:00
Matt Hill
c18d76bbdc Added line adjustment for text lines. Lines would be cut short when the plate crop got transformed 2015-05-30 10:16:56 -04:00
Matthew Hill
a93b5153d1 Merge pull request #120 from ortho/platemask-err
Fix: Variable PlateMask::hasPlateMask always false
2015-05-19 08:14:36 -04:00
Anatoliy Bulukin
4320e32469 Fix: Variable hasPlateMask always false
It seems like error. Are you forget 'else' statement?
2015-05-19 13:36:37 +03:00
Matt Hill
2c742b0335 Added prewarp config entry 2015-05-15 06:55:28 -04:00
Matt Hill
e5aa1389e0 Added camera calibration utility 2015-05-15 06:55:28 -04:00
Matthew Hill
a804bdc3fc Merge pull request #118 from ortho/compile-mac
Fixing compiler error for MAC OS 10.10.3
2015-05-15 06:01:24 -04:00
Matt Hill
938601c522 Merge branch 'master' of https://github.com/Kees-V/openalpr into keesmotion 2015-05-15 05:59:40 -04:00
Matt Hill
f544a6a105 Updated location of motiondetector.h 2015-05-15 05:54:33 -04:00
Matt Hill
d48119e7af Added sanity check to LBP detector 2015-05-15 05:54:17 -04:00
Matt Hill
138fd3944f Include utility.h in motiondetector 2015-05-15 05:53:46 -04:00
Matt Hill
60cfe427a6 Added motiondetector to alpr namespace 2015-05-15 05:53:29 -04:00