We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8bdfb commit cd084a8Copy full SHA for cd084a8
samples/Performance/SpeedFirstSettings/Program.cs
@@ -36,7 +36,6 @@ static public void configSpeedFirst(ref BarcodeReader dbr)
36
settings.LocalizationModes[3] = EnumLocalizationMode.LM_SKIP;
37
38
// LM_ONED_FAST_SCAN: Localizing barcodes quickly. However, it is only for OneD barcodes. It is also recommended in interactive scenario.
39
- // sts.localizationModes = new int[]{EnumLocalizationMode.LM_ONED_FAST_SCAN, 0,0,0,0,0,0,0};
40
41
// Parameter 6. Reduce deblurModes setting
42
// DeblurModes will improve the readability and accuracy but decrease the reading speed.
0 commit comments