Skip to content

Commit cd084a8

Browse files
authored
Update Program.cs
1 parent fc8bdfb commit cd084a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/Performance/SpeedFirstSettings/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ static public void configSpeedFirst(ref BarcodeReader dbr)
3636
settings.LocalizationModes[3] = EnumLocalizationMode.LM_SKIP;
3737

3838
// 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};
4039

4140
// Parameter 6. Reduce deblurModes setting
4241
// DeblurModes will improve the readability and accuracy but decrease the reading speed.

0 commit comments

Comments
 (0)