Skip to content

Commit f6815ff

Browse files
update to v11.0.3000
1 parent 107b1e8 commit f6815ff

30 files changed

+2108
-47
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+
}

CustomTemplates/ReadDPM.json

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"CaptureVisionTemplates": [
3+
{
4+
"Name": "ReadDPM",
5+
"ImageROIProcessingNameArray": [
6+
"roi_read_dpm"
7+
],
8+
"MaxParallelTasks": 0,
9+
"Timeout": 3000
10+
}
11+
],
12+
"TargetROIDefOptions": [
13+
{
14+
"Name": "roi_read_dpm",
15+
"TaskSettingNameArray": [
16+
"task_read_dpm"
17+
]
18+
}
19+
],
20+
"BarcodeReaderTaskSettingOptions": [
21+
{
22+
"Name": "task_read_dpm",
23+
"ExpectedBarcodesCount": 1,
24+
"BarcodeFormatIds": [
25+
"BF_DATAMATRIX"
26+
],
27+
"DPMCodeReadingModes": [
28+
{
29+
"Mode": "DPMCRM_GENERAL"
30+
}
31+
],
32+
"SectionArray": [
33+
{
34+
"Section": "ST_REGION_PREDETECTION",
35+
"ImageParameterName": "ip_default",
36+
"StageArray": [
37+
{
38+
"Stage": "SST_PREDETECT_REGIONS"
39+
}
40+
]
41+
},
42+
{
43+
"Section": "ST_BARCODE_LOCALIZATION",
44+
"ImageParameterName": "ip_default",
45+
"StageArray": [
46+
{
47+
"Stage": "SST_LOCALIZE_CANDIDATE_BARCODES",
48+
"LocalizationModes": [
49+
{
50+
"Mode": "LM_STATISTICS_MARKS"
51+
},
52+
{
53+
"Mode": "LM_CONNECTED_BLOCKS"
54+
}
55+
]
56+
},
57+
{
58+
"Stage": "SST_LOCALIZE_BARCODES"
59+
}
60+
]
61+
},
62+
{
63+
"Section": "ST_BARCODE_DECODING",
64+
"ImageParameterName": "ip_default",
65+
"StageArray": [
66+
{
67+
"Stage": "SST_RESIST_DEFORMATION"
68+
},
69+
{
70+
"Stage": "SST_COMPLEMENT_BARCODE"
71+
},
72+
{
73+
"Stage": "SST_SCALE_BARCODE_IMAGE"
74+
},
75+
{
76+
"Stage": "SST_DECODE_BARCODES"
77+
}
78+
]
79+
}
80+
]
81+
}
82+
]
83+
}
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
{
2+
"CaptureVisionTemplates": [
3+
{
4+
"Name": "ReadDenseQRCode",
5+
"ImageROIProcessingNameArray": [
6+
"roi_read_dense_qrcode"
7+
],
8+
"MaxParallelTasks": 0,
9+
"Timeout": 5000
10+
}
11+
],
12+
"TargetROIDefOptions": [
13+
{
14+
"Name": "roi_read_dense_qrcode",
15+
"TaskSettingNameArray": [
16+
"task_read_dense_qrcode"
17+
]
18+
}
19+
],
20+
"BarcodeReaderTaskSettingOptions": [
21+
{
22+
"Name": "task_read_dense_qrcode",
23+
"ExpectedBarcodesCount": 1,
24+
"BarcodeFormatIds": [
25+
"BF_QR_CODE"
26+
],
27+
"SectionArray": [
28+
{
29+
"Section": "ST_REGION_PREDETECTION",
30+
"ImageParameterName": "ip_read_dense_qrcode",
31+
"StageArray": [
32+
{
33+
"Stage": "SST_PREDETECT_REGIONS"
34+
}
35+
]
36+
},
37+
{
38+
"Section": "ST_BARCODE_LOCALIZATION",
39+
"ImageParameterName": "ip_read_dense_qrcode",
40+
"StageArray": [
41+
{
42+
"Stage": "SST_LOCALIZE_CANDIDATE_BARCODES",
43+
"LocalizationModes": [
44+
{
45+
"Mode": "LM_CONNECTED_BLOCKS"
46+
}
47+
]
48+
},
49+
{
50+
"Stage": "SST_LOCALIZE_BARCODES"
51+
}
52+
]
53+
},
54+
{
55+
"Section": "ST_BARCODE_DECODING",
56+
"ImageParameterName": "ip_read_dense_qrcode",
57+
"StageArray": [
58+
{
59+
"Stage": "SST_RESIST_DEFORMATION"
60+
},
61+
{
62+
"Stage": "SST_COMPLEMENT_BARCODE"
63+
},
64+
{
65+
"Stage": "SST_SCALE_BARCODE_IMAGE",
66+
"BarcodeScaleModes": [
67+
{
68+
"Mode": "BSM_LINEAR_INTERPOLATION",
69+
"ModuleSizeThreshold": 4,
70+
"TargetModuleSize": 6
71+
}
72+
]
73+
},
74+
{
75+
"Stage": "SST_DECODE_BARCODES",
76+
"DeblurModes": [
77+
{
78+
"Mode": "DM_SHARPENING"
79+
},
80+
{
81+
"Mode": "DM_GRAY_EQUALIZATION"
82+
}
83+
]
84+
}
85+
]
86+
}
87+
]
88+
}
89+
],
90+
"ImageParameterOptions": [
91+
{
92+
"Name": "ip_read_dense_qrcode",
93+
"ApplicableStages": [
94+
{
95+
"Stage": "SST_SCALE_IMAGE",
96+
"ImageScaleSetting": {
97+
"ScaleType": "ST_SCALE_DOWN",
98+
"ReferenceEdge": "RE_SHORTER_EDGE",
99+
"EdgeLengthThreshold": 10000
100+
}
101+
}
102+
]
103+
}
104+
]
105+
}

0 commit comments

Comments
 (0)