File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
samples/Performance/AccuracyFirstSettings Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "ImageParameter" : {
3- // The template name, must be unique. Passed into the last parameter of decode* interfaces.
43 "Name" : " tpl_afs" ,
5- // 1. Set barcode format in group 1 & group 2. The more precise the barcode format is set, the higher the accuracy.
64 "BarcodeFormatIds" : [ " BF_ONED" ],
75 "BarcodeFormatIds_2" : null ,
86 "FormatSpecificationNameArray" : [" FS_Filter" ]
97 },
108 "FormatSpecificationArray" : [{
119 "Name" : " FS_Filter" ,
12- // 2. Filter by module size of barcode. It is used to exclude small-module barcodes.
1310 "ModuleSizeRangeArray" : [
1411 {
1512 "MinValue" : 2 ,
1613 "MaxValue" : 20
1714 }
1815 ],
19- // 3. Filter by length of barcode text. The more precise the barcode text length is set, the higher the accuracy.
2016 "BarcodeTextLengthRangeArray" : [
2117 {
2218 "MaxValue" : 20 ,
2319 "MinValue" : 6
2420 }
2521 ],
26- // 4. Filter by minimal confidence of the decoded barcode. The greater the confidence, the higher the accuracy.
2722 "MinResultConfidence" : 30 ,
28- // 5. Filter by regex pattern of barcode text.
2923 "BarcodeTextRegExPattern" : " ^[a-zA-Z0-9]+$"
3024 }],
3125 "Version" : " 3.0"
32- }
26+ }
You can’t perform that action at this time.
0 commit comments