Skip to content

Commit 8ea191f

Browse files
update to v11.2.1000
1 parent c0b1e80 commit 8ea191f

File tree

80 files changed

+686
-178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+686
-178
lines changed
Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
{
2+
"CaptureVisionTemplates": [
3+
{
4+
"Name": "ReadBlurry1DBarcode",
5+
"ImageROIProcessingNameArray": [
6+
"roi-read-blurry-1d-barcode"
7+
]
8+
}
9+
],
10+
"TargetROIDefOptions": [
11+
{
12+
"Name": "roi-read-blurry-1d-barcode",
13+
"TaskSettingNameArray": [
14+
"task-read-blurry-1d-barcode"
15+
]
16+
}
17+
],
18+
"BarcodeReaderTaskSettingOptions": [
19+
{
20+
"Name": "task-read-blurry-1d-barcode",
21+
"ExpectedBarcodesCount": 1,
22+
"BarcodeFormatIds": [
23+
"BF_ONED"
24+
],
25+
"SectionArray": [
26+
{
27+
"Section": "ST_REGION_PREDETECTION",
28+
"ImageParameterName": "ip-read-blurry-1d-barcode",
29+
"StageArray": [
30+
{
31+
"Stage": "SST_PREDETECT_REGIONS"
32+
}
33+
]
34+
},
35+
{
36+
"Section": "ST_BARCODE_LOCALIZATION",
37+
"ImageParameterName": "ip-read-blurry-1d-barcode",
38+
"StageArray": [
39+
{
40+
"Stage": "SST_LOCALIZE_CANDIDATE_BARCODES",
41+
"LocalizationModes": [
42+
{
43+
"Mode": "LM_SCAN_DIRECTLY"
44+
},
45+
{
46+
"Mode": "LM_CONNECTED_BLOCKS"
47+
},
48+
{
49+
"Mode": "LM_NEURAL_NETWORK",
50+
"ModelNameArray": [ "OneDLocalization" ]
51+
}
52+
]
53+
},
54+
{
55+
"Stage": "SST_LOCALIZE_BARCODES"
56+
}
57+
]
58+
},
59+
{
60+
"Section": "ST_BARCODE_DECODING",
61+
"ImageParameterName": "ip-read-blurry-1d-barcode",
62+
"StageArray": [
63+
{
64+
"Stage": "SST_RESIST_DEFORMATION"
65+
},
66+
{
67+
"Stage": "SST_COMPLEMENT_BARCODE"
68+
},
69+
{
70+
"Stage": "SST_SCALE_BARCODE_IMAGE"
71+
},
72+
{
73+
"Stage": "SST_DECODE_BARCODES",
74+
"DeblurModes": [
75+
{
76+
"Mode": "DM_BASED_ON_LOC_BIN"
77+
},
78+
{
79+
"Mode": "DM_THRESHOLD_BINARIZATION"
80+
},
81+
{
82+
"Mode": "DM_DIRECT_BINARIZATION"
83+
},
84+
{
85+
"Mode": "DM_NEURAL_NETWORK"
86+
},
87+
{
88+
"Mode": "DM_DEEP_ANALYSIS"
89+
}
90+
]
91+
}
92+
]
93+
}
94+
]
95+
}
96+
],
97+
"ImageParameterOptions": [
98+
{
99+
"Name": "ip-read-blurry-1d-barcode",
100+
"ApplicableStages": [
101+
{
102+
"Stage": "SST_DETECT_TEXT_ZONES",
103+
"TextDetectionMode": {
104+
"Mode": "TTDM_LINE",
105+
"Direction": "UNKNOWN",
106+
"Sensitivity": 3
107+
}
108+
},
109+
{
110+
"Stage": "SST_REMOVE_TEXT_ZONES_FROM_BINARY",
111+
"IfEraseTextZone": 1
112+
},
113+
{
114+
"Stage": "SST_BINARIZE_IMAGE",
115+
"BinarizationModes": [
116+
{
117+
"Mode": "BM_LOCAL_BLOCK",
118+
"BlockSizeX": 0,
119+
"BlockSizeY": 0,
120+
"EnableFillBinaryVacancy": 0
121+
}
122+
]
123+
},
124+
{
125+
"Stage": "SST_BINARIZE_TEXTURE_REMOVED_GRAYSCALE",
126+
"BinarizationModes": [
127+
{
128+
"Mode": "BM_LOCAL_BLOCK",
129+
"BlockSizeX": 0,
130+
"BlockSizeY": 0,
131+
"EnableFillBinaryVacancy": 0
132+
}
133+
]
134+
},
135+
{
136+
"Stage": "SST_TRANSFORM_GRAYSCALE",
137+
"GrayscaleTransformationModes": [
138+
{
139+
"Mode": "GTM_ORIGINAL"
140+
},
141+
{
142+
"Mode": "GTM_INVERTED"
143+
}
144+
]
145+
}
146+
]
147+
}
148+
]
149+
}

CustomTemplates/ReadBlurryBarcode.json

Lines changed: 0 additions & 61 deletions
This file was deleted.
Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
{
2+
"CaptureVisionTemplates": [
3+
{
4+
"Name": "ReadOneDIndustrial",
5+
"ImageROIProcessingNameArray": [
6+
"roi-oned-industrial"
7+
]
8+
}
9+
],
10+
"TargetROIDefOptions": [
11+
{
12+
"Name": "roi-oned-industrial",
13+
"TaskSettingNameArray": [
14+
"task-oned-industrial"
15+
]
16+
}
17+
],
18+
"BarcodeReaderTaskSettingOptions": [
19+
{
20+
"Name": "task-oned-industrial",
21+
"ExpectedBarcodesCount": 0,
22+
"BarcodeFormatIds": [
23+
"BF_CODE_128", "BF_CODE_39", "BF_ITF", "BF_CODABAR", "BF_MSI_CODE"
24+
],
25+
"SectionArray": [
26+
{
27+
"Section": "ST_REGION_PREDETECTION",
28+
"ImageParameterName": "ip-oned-industrial",
29+
"StageArray": [
30+
{
31+
"Stage": "SST_PREDETECT_REGIONS"
32+
}
33+
]
34+
},
35+
{
36+
"Section": "ST_BARCODE_LOCALIZATION",
37+
"ImageParameterName": "ip-oned-industrial",
38+
"StageArray": [
39+
{
40+
"Stage": "SST_LOCALIZE_CANDIDATE_BARCODES",
41+
"LocalizationModes": [
42+
{
43+
"Mode": "LM_CONNECTED_BLOCKS"
44+
},
45+
{
46+
"Mode": "LM_NEURAL_NETWORK",
47+
"ModelNameArray": [ "OneDLocalization" ]
48+
}
49+
]
50+
},
51+
{
52+
"Stage": "SST_LOCALIZE_BARCODES"
53+
}
54+
]
55+
},
56+
{
57+
"Section": "ST_BARCODE_DECODING",
58+
"ImageParameterName": "ip-oned-industrial",
59+
"StageArray": [
60+
{
61+
"Stage": "SST_RESIST_DEFORMATION"
62+
},
63+
{
64+
"Stage": "SST_COMPLEMENT_BARCODE"
65+
},
66+
{
67+
"Stage": "SST_SCALE_BARCODE_IMAGE"
68+
},
69+
{
70+
"Stage": "SST_DECODE_BARCODES",
71+
"DeblurModes": [
72+
{
73+
"Mode": "DM_THRESHOLD_BINARIZATION"
74+
},
75+
{
76+
"Mode": "DM_DIRECT_BINARIZATION"
77+
},
78+
{
79+
"Mode": "DM_NEURAL_NETWORK",
80+
"ModelNameArray": [ "Code128Decoder", "OneDDeblur" ]
81+
},
82+
{
83+
"Mode": "DM_DEEP_ANALYSIS"
84+
}
85+
]
86+
}
87+
]
88+
}
89+
]
90+
}
91+
],
92+
"ImageParameterOptions": [
93+
{
94+
"Name": "ip-oned-industrial",
95+
"ApplicableStages": [
96+
{
97+
"Stage": "SST_DETECT_TEXT_ZONES",
98+
"TextDetectionMode": {
99+
"Mode": "TTDM_LINE",
100+
"Direction": "UNKNOWN",
101+
"Sensitivity": 3
102+
}
103+
},
104+
{
105+
"Stage": "SST_REMOVE_TEXT_ZONES_FROM_BINARY",
106+
"IfEraseTextZone": 1
107+
},
108+
{
109+
"Stage": "SST_BINARIZE_IMAGE",
110+
"BinarizationModes": [
111+
{
112+
"Mode": "BM_LOCAL_BLOCK",
113+
"BlockSizeX": 0,
114+
"BlockSizeY": 0,
115+
"EnableFillBinaryVacancy": 0
116+
}
117+
]
118+
},
119+
{
120+
"Stage": "SST_BINARIZE_TEXTURE_REMOVED_GRAYSCALE",
121+
"BinarizationModes": [
122+
{
123+
"Mode": "BM_LOCAL_BLOCK",
124+
"BlockSizeX": 0,
125+
"BlockSizeY": 0,
126+
"EnableFillBinaryVacancy": 0
127+
}
128+
]
129+
}
130+
]
131+
}
132+
]
133+
}

0 commit comments

Comments
 (0)