Commit Graph

905 Commits

Author SHA1 Message Date
Matt Hill
951afc1ada Removed openalpr-utils-sortstate from install targets 2015-12-16 18:31:09 -05:00
Matt Hill
9e4ebd4425 Catching JSON exceptions and raising an AlprException if anything goes wrong in the Java binding 2015-12-15 21:40:17 -05:00
Matt Hill
aaf2cf534f Replaced crockford's json.org Java library with Android's Apache version 2015-12-15 21:39:36 -05:00
Matt Hill
d60aa319b5 Revert "Should resolve issue w/ compiling unit tests (issue #237)"
This reverts commit c0e1c0fbee.
2015-12-14 21:53:20 -05:00
Matt Hill
c0e1c0fbee Should resolve issue w/ compiling unit tests (issue #237) 2015-12-14 21:39:19 -05:00
WitzHsiao
48615c250f initial a wrapper for golang 2015-12-10 17:02:20 +08:00
Nicolás Alvarez
353bf8dc3c Fix spelling in --seek option documentation. 2015-12-07 13:47:26 -03:00
Vadim Zaliva
22331c820a log4cplus detection under macports 2015-12-03 22:37:32 -08:00
Vadim Zaliva
5797338ee7 macports build 2015-12-03 21:29:50 -08:00
James King
6f41196763 Now with support for Python 3+ 2015-11-23 14:30:01 -07:00
Matthew Hill
f1a279a0a1 Merge pull request #220 from twelve17/ios_build
Patch for compatibility with openalpr-ios 2_0
2015-11-09 22:43:14 -05:00
twelve17
c2f5a5e7f0 Updated framework variable names per PR suggestion. 2015-11-09 10:29:18 +00:00
Matt Hill
1a64daf8a6 Added frame_number to API results 2015-11-05 19:30:19 -05:00
Matt Hill
0c9ecd82a3 Added country to API results 2015-11-05 19:29:56 -05:00
Matt Hill
17c6ce9dea updated python gitignore 2015-11-05 19:29:27 -05:00
twelve17
238ac075b7 Patch for compatibility with openalpr-ios 2_0 2015-11-04 18:28:17 +00:00
Matt Hill
eecd41e097 Added additional hint for OpenCV cmake dir 2015-10-26 23:01:17 -04:00
Matt Hill
47865a8dc2 Fixes C# compilation issue in debug mode 2015-10-20 21:43:40 -04:00
Matt Hill
9030168333 Incremented version 2015-10-18 23:32:19 -04:00
Matt Hill
dcd34ae6ec Added explicit dll export for Alpr class on Windows 2015-10-18 22:57:48 -04:00
Matt Hill
7204fbc307 Added windows keymap to classifychars utility 2015-10-18 21:49:10 -04:00
Matt Hill
756234beb6 Added try/catch to image loading. Resolves issue #196 2015-10-17 09:00:03 -04:00
Matt Hill
06cc808560 Added config_file_path to config 2015-10-17 09:00:03 -04:00
Matt Hill
c4a896d969 Updated state detection API 2015-10-17 08:59:41 -04:00
Matt Hill
322176cc69 Added utility functions to support (get file from path and get directory from path) 2015-10-17 08:52:16 -04:00
Matt Hill
d4a625b635 Added option to reuse detectors across configs 2015-10-09 17:51:18 -04:00
Peter Rekdal Sunde
a5440b09e9 ec24d1d147 2015-10-07 12:20:17 +02:00
Peter Rekdal Sunde
5178a6fe76 61f37ba596 2015-10-07 12:20:11 +02:00
Peter Rekdal Sunde
35da749318 Add missing include. 2015-10-07 10:33:25 +02:00
Matt Hill
23c313138b Fixes issue #206 JSON garbage results 2015-10-05 21:23:28 -04:00
Matt Hill
dde8507024 Fixed missing requested_top_n value from json 2015-10-03 09:09:23 -04:00
Matt Hill
7a8e2b2d72 Linking opencv_world in .net project 2015-10-01 20:27:05 -04:00
Matt Hill
cf917e29ab Targeting correct versions of software in .net project 2015-10-01 20:27:04 -04:00
Matt Hill
c113bd804c Removed charheight/width from config, these are now vectors 2015-10-01 20:27:04 -04:00
Matt Hill
5f02b699c3 Fixed issue with must_match_pattern not returning enough values 2015-10-01 20:17:20 -04:00
Matt Hill
5db8a5ca80 Added missing header for utility 2015-09-30 22:23:01 -04:00
Matt Hill
088cd3ceac Added state detector check 2015-09-30 22:04:12 -04:00
Matt Hill
01cba7ca49 Fixed classifychars utility after multiline changes 2015-09-30 22:03:02 -04:00
Matt Hill
d5958e66f7 Commented out some debug code that caused crashing with variable sized histograms 2015-09-30 22:03:02 -04:00
Matt Hill
3c4000de64 Moved edge filter mask to later.
Previously multiline plates would not detect the second line's edge, since the mask was already applied to the other line.
2015-09-30 22:03:02 -04:00
Matt Hill
9ce8cf7d3c Added multiline context for postprocessing
Pattern matching can now apply line by line patterns for greater accuracy
2015-09-30 22:03:02 -04:00
Matt Hill
af6dcdb587 Doing edge detection for each line of a multiline plate 2015-09-30 22:03:02 -04:00
Matt Hill
3675cd82ab Calculating char gap by distance from midpoint (rather than edge).
More accurate for characters like "1" that don't fill up the full area, but still have the same distance between overall characters
2015-09-30 22:03:01 -04:00
Matt Hill
022e191fb9 Fixed a crash on multiline plates when no line is found 2015-09-30 22:03:01 -04:00
Matt Hill
7040310229 Improved method for finding lines of text on multiline plates.
Uses histograms (parallel to first horizontal line) for second line rather than blob matching.
2015-09-30 22:03:01 -04:00
Matt Hill
6830839592 Supporting auto-invert for multiline character analysis (do the invert before finding the second line) 2015-09-30 22:03:01 -04:00
Matt Hill
c93dee590c Added some commentary to the morph operation in char segmenter 2015-09-30 22:03:01 -04:00
Matt Hill
34701ef638 Reduced second order histogram pixel leniency from 2 to 0 2015-09-30 22:03:01 -04:00
Matt Hill
91d2f32f96 Added extra debug statement to char segmenter 2015-09-30 22:03:01 -04:00
Matt Hill
dc6b35d2a6 Using computed average char size rather than median 2015-09-30 22:03:01 -04:00