Commit Graph

999 Commits

Author SHA1 Message Date
Peter Rekdal Sunde
f38f487507 Add missing reference to openalprnet.cli 2015-07-08 13:15:07 +02:00
Peter Rekdal Sunde
998cd4775d Damn you CRLF. 2015-07-08 13:14:18 +02:00
Peter Rekdal Sunde
97c198e55a Add method overloads for recognize (Bitmap & MemoryStream). 2015-07-08 13:10:08 +02:00
Peter Rekdal Sunde
349df763c0 Add motion detector. 2015-07-08 13:07:32 +02:00
Peter Rekdal Sunde
0490bf9127 Add marshalling support for Bitmap, Rectangle and MemoryStream. 2015-07-08 13:06:46 +02:00
Peter Rekdal Sunde
d3b3fb08f1 Properly implement IDisposable. 2015-07-08 13:05:08 +02:00
Peter Rekdal Sunde
14db7fb6e6 Add preprocessor definition: WINDOWS 2015-07-08 13:04:08 +02: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
Matthew Hill
a437ff90a8 Merge pull request #153 from peters/master
Cleanup .NET project using relative directory and use global configur…
2015-07-07 08:58:00 -04:00
Peter Rekdal Sunde
539b480e3b Cleanup .NET project using relative directory and use global configuration so it's becomes easier upgrading dependencies. 2015-07-07 11:11:30 +02:00
Matt Hill
09a3927b3d Removed unused flag, looks like just using WIN32 now 2015-07-06 23:33:31 -04:00
Matt Hill
23f6c63035 Merge branch 'master' of https://github.com/peters/openalpr into windows-improve-build 2015-07-06 23:30:07 -04:00
Peter Rekdal Sunde
254462089f Don't compile benchmark on Windows, it's not portable (yet). 2015-07-06 22:13:07 +02:00
Peter Rekdal Sunde
bac1ce2c5a Enable building utilities on windows. 2015-07-06 21:58:17 +02:00
Peter Rekdal Sunde
672d2172f9 Set assembly version for .NET binding. See 3c72717578 2015-07-06 21:21:55 +02:00
Peter Rekdal Sunde
9e76a80138 Allow alpr executable to be statically linked. Default: OFF 2015-07-06 15:09:24 +02:00
Peter Rekdal Sunde
0def9ee1c8 Building java/python binding should be optional. 2015-07-06 15:03:10 +02:00
Peter Rekdal Sunde
0f2112dfee Building tests should be optional. 2015-07-06 15:02:44 +02:00
Peter Rekdal Sunde
87ba3bd91a Add support for configuring if you want to enable build support for GPU detector. 2015-07-06 14:59:22 +02:00
Peter Rekdal Sunde
9ee84536d5 Ignore windows dependencies directory. 2015-07-06 14:57:26 +02:00
Matt Hill
643d2b933d Removed nested ifs, replaced with return if invalid 2015-07-05 13:18:49 -04:00
Matt Hill
7a78d4a214 Removed unused confidence values and replaced with a disqualify boolean
The disqualify reason is purely for debugging.  This should help make it obvious why a plate candidate was rejected
2015-07-04 19:31:45 -04:00
Matt Hill
be81d3ed46 Added size() to scorekeeper 2015-07-04 19:31:44 -04:00
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