Skip to content

Commit 03e041d

Browse files
update to 11.0.4000
1 parent 4322a46 commit 03e041d

26 files changed

+1616
-8
lines changed

CustomTemplates/ReadAztec.json

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"CaptureVisionTemplates": [
3+
{
4+
"Name": "ReadAztec",
5+
"ImageROIProcessingNameArray": [
6+
"roi_read_aztec"
7+
],
8+
"MaxParallelTasks": 0,
9+
"Timeout": 1000
10+
}
11+
],
12+
"TargetROIDefOptions": [
13+
{
14+
"Name": "roi_read_aztec",
15+
"TaskSettingNameArray": [
16+
"task_read_aztec"
17+
]
18+
}
19+
],
20+
"BarcodeReaderTaskSettingOptions": [
21+
{
22+
"Name": "task_read_aztec",
23+
"ExpectedBarcodesCount": 1,
24+
"BarcodeFormatIds": [
25+
"BF_AZTEC"
26+
],
27+
"SectionArray": [
28+
{
29+
"Section": "ST_REGION_PREDETECTION",
30+
"ImageParameterName": "ip_read_aztec",
31+
"StageArray": [
32+
{
33+
"Stage": "SST_PREDETECT_REGIONS"
34+
}
35+
]
36+
},
37+
{
38+
"Section": "ST_BARCODE_LOCALIZATION",
39+
"ImageParameterName": "ip_read_aztec",
40+
"StageArray": [
41+
{
42+
"Stage": "SST_LOCALIZE_CANDIDATE_BARCODES",
43+
"LocalizationModes": [
44+
{
45+
"Mode": "LM_SCAN_DIRECTLY"
46+
},
47+
{
48+
"Mode": "LM_CONNECTED_BLOCKS"
49+
},
50+
{
51+
"Mode": "LM_STATISTICS"
52+
}
53+
]
54+
},
55+
{
56+
"Stage": "SST_LOCALIZE_BARCODES"
57+
}
58+
]
59+
},
60+
{
61+
"Section": "ST_BARCODE_DECODING",
62+
"ImageParameterName": "ip_read_aztec",
63+
"StageArray": [
64+
{
65+
"Stage": "SST_RESIST_DEFORMATION"
66+
},
67+
{
68+
"Stage": "SST_COMPLEMENT_BARCODE"
69+
},
70+
{
71+
"Stage": "SST_SCALE_BARCODE_IMAGE"
72+
},
73+
{
74+
"Stage": "SST_DECODE_BARCODES"
75+
}
76+
]
77+
}
78+
]
79+
}
80+
],
81+
"ImageParameterOptions": [
82+
{
83+
"Name": "ip_read_aztec",
84+
"ApplicableStages": [
85+
{
86+
"Stage": "SST_TRANSFORM_GRAYSCALE",
87+
"GrayscaleTransformationModes": [
88+
{
89+
"Mode": "GTM_ORIGINAL"
90+
},
91+
{
92+
"Mode": "GTM_INVERTED"
93+
}
94+
]
95+
}
96+
]
97+
}
98+
]
99+
}
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
{
2+
"CaptureVisionTemplates": [
3+
{
4+
"Name": "ReadBarcodes_Default",
5+
"ImageROIProcessingNameArray": [
6+
"roi-read-barcodes"
7+
]
8+
}
9+
],
10+
"TargetROIDefOptions": [
11+
{
12+
"Name": "roi-read-barcodes",
13+
"TaskSettingNameArray": [
14+
"task-read-barcodes"
15+
]
16+
}
17+
],
18+
"BarcodeReaderTaskSettingOptions": [
19+
{
20+
"Name": "task-read-barcodes",
21+
"ExpectedBarcodesCount": 0,
22+
"BarcodeFormatIds": [
23+
"BF_DEFAULT"
24+
],
25+
"BarcodeFormatSpecificationNameArray": [
26+
"bfs1",
27+
"bfs2"
28+
],
29+
"SectionArray": [
30+
{
31+
"Section": "ST_REGION_PREDETECTION",
32+
"ImageParameterName": "ip-read-barcodes",
33+
"StageArray": [
34+
{
35+
"Stage": "SST_PREDETECT_REGIONS"
36+
}
37+
]
38+
},
39+
{
40+
"Section": "ST_BARCODE_LOCALIZATION",
41+
"ImageParameterName": "ip-read-barcodes",
42+
"StageArray": [
43+
{
44+
"Stage": "SST_LOCALIZE_CANDIDATE_BARCODES"
45+
},
46+
{
47+
"Stage": "SST_LOCALIZE_BARCODES"
48+
}
49+
]
50+
},
51+
{
52+
"Section": "ST_BARCODE_DECODING",
53+
"ImageParameterName": "ip-read-barcodes",
54+
"StageArray": [
55+
{
56+
"Stage": "SST_RESIST_DEFORMATION"
57+
},
58+
{
59+
"Stage": "SST_COMPLEMENT_BARCODE"
60+
},
61+
{
62+
"Stage": "SST_SCALE_BARCODE_IMAGE"
63+
},
64+
{
65+
"Stage": "SST_DECODE_BARCODES"
66+
}
67+
]
68+
}
69+
]
70+
}
71+
],
72+
"BarcodeFormatSpecificationOptions": [
73+
{
74+
"Name": "bfs1",
75+
"BarcodeFormatIds": [
76+
"BF_PDF417",
77+
"BF_QR_CODE",
78+
"BF_DATAMATRIX",
79+
"BF_AZTEC",
80+
"BF_MICRO_QR",
81+
"BF_MICRO_PDF417",
82+
"BF_DOTCODE"
83+
],
84+
"MirrorMode": "MM_BOTH"
85+
},
86+
{
87+
"Name": "bfs2",
88+
"BarcodeFormatIds": [
89+
"BF_ALL"
90+
],
91+
"MirrorMode": "MM_NORMAL"
92+
}
93+
],
94+
"ImageParameterOptions": [
95+
{
96+
"Name": "ip-read-barcodes",
97+
"ApplicableStages": [
98+
{
99+
"Stage": "SST_DETECT_TEXT_ZONES",
100+
"TextDetectionMode": {
101+
"Mode": "TTDM_LINE",
102+
"Direction": "UNKNOWN",
103+
"Sensitivity": 3
104+
}
105+
},
106+
{
107+
"Stage": "SST_REMOVE_TEXT_ZONES_FROM_BINARY",
108+
"IfEraseTextZone": 1
109+
}
110+
]
111+
}
112+
]
113+
}
Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
{
2+
"CaptureVisionTemplates": [
3+
{
4+
"Name": "ReadBarcodes_ReadRateFirst",
5+
"ImageROIProcessingNameArray": [
6+
"roi-read-barcodes-read-rate"
7+
],
8+
"Timeout": 100000
9+
}
10+
],
11+
"TargetROIDefOptions": [
12+
{
13+
"Name": "roi-read-barcodes-read-rate",
14+
"TaskSettingNameArray": [
15+
"task-read-barcodes-read-rate"
16+
]
17+
}
18+
],
19+
"BarcodeReaderTaskSettingOptions": [
20+
{
21+
"Name": "task-read-barcodes-read-rate",
22+
"ExpectedBarcodesCount": 999,
23+
"BarcodeFormatIds": [
24+
"BF_DEFAULT"
25+
],
26+
"BarcodeFormatSpecificationNameArray": [
27+
"bfs1-read-rate-first",
28+
"bfs2-read-rate-first"
29+
],
30+
"SectionArray": [
31+
{
32+
"Section": "ST_REGION_PREDETECTION",
33+
"ImageParameterName": "ip-read-barcodes-read-rate",
34+
"StageArray": [
35+
{
36+
"Stage": "SST_PREDETECT_REGIONS"
37+
}
38+
]
39+
},
40+
{
41+
"Section": "ST_BARCODE_LOCALIZATION",
42+
"ImageParameterName": "ip-read-barcodes-read-rate",
43+
"StageArray": [
44+
{
45+
"Stage": "SST_LOCALIZE_CANDIDATE_BARCODES",
46+
"LocalizationModes": [
47+
{
48+
"Mode": "LM_CONNECTED_BLOCKS"
49+
},
50+
{
51+
"Mode": "LM_LINES"
52+
},
53+
{
54+
"Mode": "LM_STATISTICS"
55+
}
56+
]
57+
},
58+
{
59+
"Stage": "SST_LOCALIZE_BARCODES"
60+
}
61+
]
62+
},
63+
{
64+
"Section": "ST_BARCODE_DECODING",
65+
"ImageParameterName": "ip-read-barcodes-read-rate",
66+
"StageArray": [
67+
{
68+
"Stage": "SST_RESIST_DEFORMATION"
69+
},
70+
{
71+
"Stage": "SST_COMPLEMENT_BARCODE"
72+
},
73+
{
74+
"Stage": "SST_SCALE_BARCODE_IMAGE"
75+
},
76+
{
77+
"Stage": "SST_DECODE_BARCODES"
78+
}
79+
]
80+
}
81+
]
82+
}
83+
],
84+
"BarcodeFormatSpecificationOptions": [
85+
{
86+
"Name": "bfs1-read-rate-first",
87+
"BarcodeFormatIds": [
88+
"BF_PDF417",
89+
"BF_QR_CODE",
90+
"BF_DATAMATRIX",
91+
"BF_AZTEC",
92+
"BF_MICRO_QR",
93+
"BF_MICRO_PDF417",
94+
"BF_DOTCODE"
95+
],
96+
"MirrorMode": "MM_BOTH"
97+
},
98+
{
99+
"Name": "bfs2-read-rate-first",
100+
"BarcodeFormatIds": [
101+
"BF_ALL"
102+
],
103+
"MirrorMode": "MM_NORMAL"
104+
}
105+
],
106+
"ImageParameterOptions": [
107+
{
108+
"Name": "ip-read-barcodes-read-rate",
109+
"ApplicableStages": [
110+
{
111+
"Stage": "SST_DETECT_TEXT_ZONES",
112+
"TextDetectionMode": {
113+
"Mode": "TTDM_LINE",
114+
"Direction": "UNKNOWN",
115+
"Sensitivity": 3
116+
}
117+
},
118+
{
119+
"Stage": "SST_REMOVE_TEXT_ZONES_FROM_BINARY",
120+
"IfEraseTextZone": 1
121+
},
122+
{
123+
"Stage": "SST_TRANSFORM_GRAYSCALE",
124+
"GrayscaleTransformationModes": [
125+
{
126+
"Mode": "GTM_ORIGINAL"
127+
},
128+
{
129+
"Mode": "GTM_INVERTED"
130+
}
131+
]
132+
},
133+
{
134+
"Stage": "SST_SCALE_IMAGE",
135+
"ImageScaleSetting": {
136+
"ScaleType": "ST_SCALE_DOWN",
137+
"ReferenceEdge": "RE_SHORTER_EDGE",
138+
"EdgeLengthThreshold": 100000
139+
}
140+
}
141+
]
142+
}
143+
]
144+
}

0 commit comments

Comments
 (0)