You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/C++/Performance/SpeedFirstSettings/SpeedFirstSettings.cpp
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,6 @@ class SpeedFirstSettings {
66
66
settings.localizationModes[3] = LM_SKIP;
67
67
68
68
// LM_ONED_FAST_SCAN: Localizing barcodes quickly. However, it is only for OneD barcodes. It is also recommended in interactive scenario.
69
-
// sts.localizationModes = new int[]{EnumLocalizationMode.LM_ONED_FAST_SCAN, 0,0,0,0,0,0,0};
70
69
71
70
// Parameter 6. Reduce deblurModes setting
72
71
// DeblurModes will improve the readability and accuracy but decrease the reading speed.
@@ -141,15 +140,15 @@ int main() {
141
140
char szErrorMsg[256];
142
141
TextResultArray* barcodeResults = NULL;
143
142
144
-
// Initialize license
145
-
/*
146
-
// By setting organizaion ID as "200001", a 7-day trial license will be used for license verification.
147
-
// Note that network connection is required for this license to work.
148
-
//
149
-
// When using your own license, locate the following line and specify your Organization ID.
150
-
// organizationID = "200001";
151
-
//
152
-
// If you don't have a license yet, you can request a trial from https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=c_cpp
143
+
// Initialize license
144
+
/*
145
+
// By setting organizaion ID as "200001", a 7-day trial license will be used for license verification.
146
+
// Note that network connection is required for this license to work.
147
+
//
148
+
// When using your own license, locate the following line and specify your Organization ID.
149
+
// organizationID = "200001";
150
+
//
151
+
// If you don't have a license yet, you can request a trial from https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=c_cpp
0 commit comments