-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathReadDPM.json
More file actions
83 lines (83 loc) · 2.54 KB
/
ReadDPM.json
File metadata and controls
83 lines (83 loc) · 2.54 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
{
"CaptureVisionTemplates": [
{
"Name": "ReadDPM",
"ImageROIProcessingNameArray": [
"roi_read_dpm"
],
"MaxParallelTasks": 0,
"Timeout": 3000
}
],
"TargetROIDefOptions": [
{
"Name": "roi_read_dpm",
"TaskSettingNameArray": [
"task_read_dpm"
]
}
],
"BarcodeReaderTaskSettingOptions": [
{
"Name": "task_read_dpm",
"ExpectedBarcodesCount": 1,
"BarcodeFormatIds": [
"BF_DATAMATRIX"
],
"DPMCodeReadingModes": [
{
"Mode": "DPMCRM_GENERAL"
}
],
"SectionArray": [
{
"Section": "ST_REGION_PREDETECTION",
"ImageParameterName": "ip_default",
"StageArray": [
{
"Stage": "SST_PREDETECT_REGIONS"
}
]
},
{
"Section": "ST_BARCODE_LOCALIZATION",
"ImageParameterName": "ip_default",
"StageArray": [
{
"Stage": "SST_LOCALIZE_CANDIDATE_BARCODES",
"LocalizationModes": [
{
"Mode": "LM_STATISTICS_MARKS"
},
{
"Mode": "LM_CONNECTED_BLOCKS"
}
]
},
{
"Stage": "SST_LOCALIZE_BARCODES"
}
]
},
{
"Section": "ST_BARCODE_DECODING",
"ImageParameterName": "ip_default",
"StageArray": [
{
"Stage": "SST_RESIST_DEFORMATION"
},
{
"Stage": "SST_COMPLEMENT_BARCODE"
},
{
"Stage": "SST_SCALE_BARCODE_IMAGE"
},
{
"Stage": "SST_DECODE_BARCODES"
}
]
}
]
}
]
}