Commit Graph

1193 Commits

Author SHA1 Message Date
Matt Hill
677dc4667d Replace CMAKE_INSTALL_PREFIX from default config if it hasn't been swapped out by CMAKE 2016-03-25 09:12:24 -04:00
Matt Hill
747acb6d96 Allow main config file to be missing, as long as default is available 2016-03-25 09:12:05 -04:00
Matt Hill
510b39ceb6 Updated debian config with new default config files 2016-03-21 17:15:37 -04:00
Matt Hill
786cebf137 Added missing debug_prewarp option to config 2016-03-21 17:05:04 -04:00
Matt Hill
86c8bf0c51 updated config file location in unit tests 2016-03-21 17:04:46 -04:00
Matt Hill
95a0108bd8 Using a default alprd.conf file with an override in /etc/openalpr/alprd.conf 2016-03-21 16:51:55 -04:00
Matt Hill
4504921c14 Refactored openalpr.conf to use a default config file and allow an override
in /etc/openalpr/openalpr.conf.  
This makes upgrades easier, since the package can maintain the default config 
without overriding user settings
2016-03-21 16:50:20 -04:00
Matt Hill
41991a3d8d Added constructor argument to functions hidden by preprocessor 2016-03-21 13:40:26 -04:00
Matt Hill
431be0cc5a Added debug image when a detection mask is used 2016-03-21 11:56:47 -04:00
Matt Hill
ea96265d38 Using ROIs that have been run through prewarp 2016-03-21 11:56:24 -04:00
Matt Hill
090fcb6601 Use canny pruning for OCL detector 2016-03-21 11:55:50 -04:00
Matt Hill
de51cd2995 Fixed benchmark utilities to operate with updated detection interface 2016-03-14 23:03:34 -04:00
Matt Hill
4741299740 Reorganized the detection interface to simplify code and reduce boilerplate 2016-03-14 23:03:17 -04:00
Matt Hill
a0dff3d2af Integrated mask into detection code 2016-03-14 22:28:46 -04:00
Matt Hill
3096fa0da2 Split out projectRect function in prewarp 2016-03-14 22:28:22 -04:00
Matt Hill
c1018cb1ad Added toString function to prewarp 2016-03-14 22:28:08 -04:00
Matt Hill
3f6064c672 Using CANNY_PRUNING on Cascade to improve efficiency with masked sections 2016-03-14 22:27:38 -04:00
Matt Hill
de325d02df Including detectormask in compile 2016-03-14 22:27:04 -04:00
Matt Hill
7db326522c Moved prewarp initialization higher, initializing detector with prewarp 2016-03-14 22:26:49 -04:00
Matt Hill
9b27f5084e Updated detector API to pass in prewarp pointer 2016-03-14 22:26:18 -04:00
Matt Hill
8ace033746 Added seperate detector_types header 2016-03-14 22:25:22 -04:00
Matt Hill
849845d538 Using min chars config value for determining if chars should be combined 2016-03-14 22:24:35 -04:00
Matt Hill
7a1a9a671f Added detection_mask_image to config 2016-03-14 22:23:47 -04:00
Matt Hill
daa029b0cb Removed unnecessary variable 2016-03-13 21:55:32 -04:00
Matt Hill
949f22492a Merge branch 'patch-7' of https://github.com/SunAriesCN/openalpr 2016-03-13 21:55:12 -04:00
Matt Hill
7a5eb7d147 Explicitly double-adding the first OCR character 2016-03-13 15:50:14 -04:00
Matt Hill
df723c716a Merge branch 'patch-1' of https://github.com/alandtse/openalpr into alandtse-patch-1 2016-03-13 15:43:35 -04:00
Matt Hill
cced283f1e slight efficiency improvement. Exiting loop when below min chars rather than 0 2016-03-13 15:40:50 -04:00
Matthew Hill
d4e8b8116b Merge pull request #301 from SunAriesCN/patch-9
comment out some code look like unused.
2016-03-13 15:04:06 -04:00
Matt Hill
0a10773710 Handled a crash condition when no plate candidates score above the minimum threshold 2016-03-13 14:55:14 -04:00
Matt Hill
74c789187e Configured ALPR to use the analysis_count setting 2016-03-13 14:54:17 -04:00
Matt Hill
91091ba71e Added "analysis_count" config setting 2016-03-13 14:02:16 -04:00
Matt Hill
067bfc00a2 fixed parallel line being added in wrong direction 2016-03-11 17:17:47 -05:00
SunAriesCN
4aefb50f18 the mask maybe unused here.
the mask maybe unused here.
2016-03-10 15:52:04 +08:00
SunAriesCN
d219aadc14 Update charactersegmenter.cpp 2016-03-10 15:19:35 +08:00
SunAriesCN
ce3c95efd4 comment out some code look like unused.
I don't think the variable "isOn"  has a special change at this line.
2016-03-09 23:34:48 +08:00
SunAriesCN
a0ecb72232 Reduce the times for this loop
After the modification, I think the loop will break if pxLeniency is large enough.
2016-03-08 21:26:26 +08:00
Matt Hill
515ec50469 Added parameter to control high-contrast detection sensitivity 2016-03-07 13:05:43 -05:00
Matt Hill
8972e6373d Added high-contrast detection and edge finder 2016-03-07 12:59:30 -05:00
Matt Hill
78f6fb2b41 Added a few extra pixels to the top/bottom plate edge line guess 2016-03-07 12:56:37 -05:00
Matt Hill
687f1c86d1 Added utility function to rearrange rectangle points in top-left -> clockwise order) 2016-03-07 12:56:00 -05:00
Matt Hill
d5cf33e371 Added high contrast stub function to edgefinder 2016-03-06 16:06:16 -05:00
Matt Hill
6c8135b870 Added tasks to description 2016-03-06 15:42:01 -05:00
Matt Hill
213f88d522 Retrained eu fonts for minor improvement to EU accuracy 2016-03-06 14:12:30 -05:00
Matt Hill
0204216ae9 Fixes isue #291 2016-03-05 23:20:42 -05:00
Matt Hill
4b834104af Removed unused variable and comments 2016-03-05 15:42:18 -05:00
SunAriesCN
6ff0a258aa remove the variables unused
Though I'm not understand why codes about the SCORING_LINE_CONFIDENCE_WEIGHT in 270th line have been disable,  nor the bad results I get when I tryed to enable this line, I know codes shoulld be clean. (^ - ^ ) Y
2016-03-02 14:41:53 +08:00
Matt Hill
4e8855833d Collapsed a few layers in the Dockerfile 2016-03-01 13:36:41 -05:00
Matthew Hill
6f9b09d8e8 Merge pull request #289 from SunAriesCN/patch-5
remove unused local variable
2016-02-29 23:14:27 -05:00
SunAriesCN
dd347377e8 remove unused local variable
remove unused local variable
2016-03-01 12:09:10 +08:00