-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathread_dl.json
More file actions
124 lines (124 loc) · 2.75 KB
/
read_dl.json
File metadata and controls
124 lines (124 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"BarcodeReaderTaskSettingOptions": [
{
"Name": "task_pdf417_barcode",
"MaxThreadsInOneTask":1,
"ExpectedBarcodesCount": 1,
"BarcodeFormatIds": [
"BF_PDF417"
],
"SectionArray": [
{
"Section": "ST_BARCODE_LOCALIZATION",
"ImageParameterName": "ip",
"StageArray": [
{
"LocalizationModes": [
{
"Mode": "LM_CONNECTED_BLOCKS"
},
{
"Mode": "LM_SCAN_DIRECTLY"
}
],
"Stage": "SST_LOCALIZE_CANDIDATE_BARCODES"
},
{
"Stage": "SST_LOCALIZE_BARCODES"
}
]
},
{
"Section": "ST_BARCODE_DECODING",
"ImageParameterName": "ip",
"StageArray": [
{
"DeblurModes": [
{
"Mode": "DM_BASED_ON_LOC_BIN"
},
{
"Mode": "DM_THRESHOLD_BINARIZATION"
},
{
"Mode": "DM_DEEP_ANALYSIS",
"Methods": ["TwoDGeneral"]
}
],
"Stage": "SST_DECODE_BARCODES"
}
]
}
]
}
],
"CaptureVisionTemplates": [
{
"Name": "ReadDriversLicense",
"ImageROIProcessingNameArray": [
"roi_pdf417_barcode"
]
}
],
"ImageParameterOptions": [
{
"Name": "ip",
"ApplicableStages": [
{
"Stage": "SST_INPUT_COLOR_IMAGE"
},
{
"ImageScaleSetting": {
"EdgeLengthThreshold": 100000,
"ScaleType": "ST_SCALE_DOWN"
},
"Stage": "SST_SCALE_IMAGE"
},
{
"Stage": "SST_CONVERT_TO_GRAYSCALE"
},
{
"Stage": "SST_TRANSFORM_GRAYSCALE"
},
{
"Stage": "SST_ENHANCE_GRAYSCALE"
},
{
"Stage": "SST_BINARIZE_IMAGE"
},
{
"Stage": "SST_DETECT_TEXTURE"
},
{
"Stage": "SST_REMOVE_TEXTURE_FROM_GRAYSCALE"
},
{
"Stage": "SST_BINARIZE_TEXTURE_REMOVED_GRAYSCALE"
},
{
"Stage": "SST_FIND_CONTOURS"
},
{
"Stage": "SST_DETECT_SHORTLINES"
},
{
"Stage": "SST_ASSEMBLE_LINES"
},
{
"Stage": "SST_DETECT_TEXT_ZONES"
},
{
"Stage": "SST_REMOVE_TEXT_ZONES_FROM_BINARY"
}
]
}
],
"TargetROIDefOptions": [
{
"Name": "roi_pdf417_barcode",
"TaskSettingNameArray": [
"task_pdf417_barcode"
]
}
]
}