Skip to content

Commit 6ef592d

Browse files
authored
Update SpeedFirstSettings.cpp
1 parent a0ad307 commit 6ef592d

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

samples/C++/Performance/SpeedFirstSettings/SpeedFirstSettings.cpp

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ class SpeedFirstSettings {
6666
settings.localizationModes[3] = LM_SKIP;
6767

6868
// 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};
7069

7170
// Parameter 6. Reduce deblurModes setting
7271
// DeblurModes will improve the readability and accuracy but decrease the reading speed.
@@ -141,15 +140,15 @@ int main() {
141140
char szErrorMsg[256];
142141
TextResultArray* barcodeResults = NULL;
143142

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
153152
*/
154153
DM_DLSConnectionParameters paramters;
155154
CBarcodeReader::InitDLSConnectionParameters(&paramters);

0 commit comments

Comments
 (0)