Commit Graph

1157 Commits

Author SHA1 Message Date
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
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
Matt Hill
901a6415f2 Added statedetection to ALPR binary linked libs 2016-02-17 12:07:34 -05:00
Matt Hill
4735b5d89b Added prewarp reset by passing in empty prewarp config 2016-02-17 12:07:34 -05:00
Matthew Hill
b20c7becb5 Merge pull request #282 from SunAriesCN/patch-2
Update Characteranalysis::filterByOuterMask( )
2016-02-16 23:00:08 -05:00
Matt Hill
766e6383ea Exposed setPrewarp function in Python binding 2016-02-16 15:11:52 -05:00
Matt Hill
ceefcea0ea Fixed comment arg for set_country 2016-02-16 15:11:52 -05:00
SunAriesCN
80574041a6 Update Characteranalysis::filterByOuterMask( )
This function may not work without set goodIndices[i] = false first, or the goodIndices vector would be just the same as the orignalindices...
2016-02-16 12:05:10 +08:00
Matthew Hill
46de564d87 Merge pull request #280 from adi9090/patch-1
fixed daemon crashing
2016-02-15 09:56:21 -05:00
Adi P
f2df3ffd2f fixed daemon crashing
Daemon was crashing when parsing decimal number from string. It didn't check if current processing char is comma while next character is number.
For example if it was parsing 123,4567 it would convert just 123 to number, and the ",456" would stay in num array what causes crashing.
2016-02-15 09:43:14 +01:00
Matt Hill
2baab3da2a Added setPrewarp() function to API. Resolves Issue #199 2016-02-14 16:31:02 -05:00
Matt Hill
b46b7d4c2b Added set_country function to Python bindings 2016-02-14 16:01:13 -05:00
Matt Hill
df7a3491eb Minor tweak to Python comments 2016-02-14 16:00:52 -05:00
Matt Hill
dbb9098cdf Using state_detection_lib variable in misc utilities 2016-02-14 16:00:31 -05:00
Matt Hill
9d6fad0c2e Added unit tests for config 2016-02-14 15:58:17 -05:00
Matt Hill
eb2954e49f Added setCountry function to main API.
This allows the country to be changed without reloading the library and runtime_data
2016-02-14 15:58:04 -05:00
Matt Hill
bc6e49b546 Added preprocessor variables to allow unit tests to run against config/runtime data 2016-02-14 15:54:10 -05:00
Matt Hill
7f89ea7ab2 Parameterized state detection lib 2016-02-14 13:44:31 -05:00
Matt Hill
8eaec3d9d8 Fixed compiler warning by casting to 16-bit int 2016-02-14 13:43:56 -05:00
Matt Hill
403a01e012 Removed git as a build-dependency 2016-02-01 19:43:24 -05:00
Matthew Hill
a0d83d4cfa Added Go to Readme 2016-02-01 19:35:10 -05:00
Matt Hill
dc6d077fad Resolves debian build issue on Hurd 2016-01-31 21:33:37 -05:00
Matt Hill
da4a84360c Hiding Frame: from video output when using JSON output 2016-01-31 21:28:13 -05:00
Matthew Hill
25aa237fe9 Merge pull request #267 from aybassiouny/master
fix waitkey comparisons
2016-01-24 21:54:16 -05:00