Commit Graph

1180 Commits

Author SHA1 Message Date
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
Matt Hill
ee8cf4e271 Enable parallel compilation for deb 2016-02-28 22:48:02 -05:00
Matt Hill
58a856b586 Added RPM spec for CentOS 7 2016-02-28 22:26:48 -05:00
Matt Hill
a07b919633 Shortened python3 deb description line 2016-02-28 14:07:00 -05:00
Matt Hill
fd7f896570 Modified Python depends to compile 2016-02-28 13:58:23 -05:00
Matt Hill
fa93dff48e Removed unused lib uuid-dev requirement from debian packager 2016-02-28 13:39:27 -05:00
Matt Hill
782a90ca8d Merged Python binding changes. Incremented version 2016-02-28 13:39:23 -05:00
Matt Hill
7fc6978fc9 Added compile toggle for statedetection library 2016-02-25 22:15:06 -05:00
Matt Hill
0fc32038b1 Updated Python gitignore 2016-02-25 22:15:06 -05:00
Matthew Hill
43175f7de3 Merge pull request #284 from SunAriesCN/patch-3
Update platemask.cpp
2016-02-25 21:46:10 -05:00
SunAriesCN
e381962192 Update platemask.cpp
I just forgot this!
2016-02-23 15:30:48 +08:00
SunAriesCN
8a79f05565 Update platemask.cpp
I think the outer box you want here is from which the outer contour has most of characters inside, rather than just the last outer contours of characters in threshold image as before codes. I study your codes theseday, and would like to share my thought wit you. How can I contact you?
2016-02-19 14:53:35 +08:00
Matt Hill
671fdaf8b2 Added documentation for the Cloud API 2016-02-17 17:24:57 -05:00
Matt Hill
abe7579178 Removed unused keypoints 2016-02-17 16:22:55 -05:00