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
<td><b>Description</b><br>Sets the Convolutional Neural Networks (CNN) model files used for barcode decoding. It references the names of <a href="{{ site.dcvb_parameters }}file/auxiliary/capture-vision-model.html" target="_blank">CaptureVisionModel</a> objects.
98
98
</td>
99
99
</tr>
@@ -196,11 +196,6 @@ The actual deblur modes used are:
196
196
197
197
Performs deblur process using the binarization algorithm. This mode has the following arguments for further customizing.
198
198
199
-
**Available Mode Arguments:**
200
-
201
-
- LibraryFileName
202
-
- LibraryParameters
203
-
204
199
### DM_THRESHOLD_BINARIZATION
205
200
206
201
Performs deblur process using the threshold binarization algorithm.
@@ -209,75 +204,38 @@ When processing OneD barcodes, you can add two `DM_THRESHOLD_BINARIZATION` to yo
209
204
210
205
This mode has the following arguments for further customizing.
211
206
212
-
**Available Mode Arguments:**
213
-
214
-
- LibraryFileName
215
-
- LibraryParameters
216
-
217
207
### DM_GRAY_EQUALIZATION
218
208
219
209
Performs deblur process using the gray equalization algorithm. This mode has the following arguments for further customizing.
220
210
221
-
**Available Mode Arguments:**
222
-
223
-
- LibraryFileName
224
-
- LibraryParameters
225
-
226
211
### DM_SMOOTHING
227
212
228
213
Performs deblur process using the smoothing algorithm. This mode has the following arguments for further customizing.
229
214
230
-
**Available Mode Arguments:**
231
-
232
-
- LibraryFileName
233
-
- LibraryParameters
234
-
235
215
### DM_MORPHING
236
216
237
217
Performs deblur process using the morphing algorithm. This mode has the following arguments for further customizing.
238
218
239
-
**Available Mode Arguments:**
240
-
241
-
- LibraryFileName
242
-
- LibraryParameters
243
-
244
219
### DM_DEEP_ANALYSIS
245
220
246
221
Performs deblur process using the deep analysis algorithm. This mode has the following arguments for further customizing.
247
222
248
223
**Available Mode Arguments:**
249
224
250
-
- LibraryFileName
251
-
- LibraryParameters
225
+
- Methods
252
226
253
227
### DM_SHARPENING
254
228
255
229
Performs deblur process using the sharpening algorithm. This mode has the following arguments for further customizing.
256
230
257
-
**Available Mode Arguments:**
258
-
259
-
- LibraryFileName
260
-
- LibraryParameters
261
-
262
231
### DM_BASED_ON_LOC_BIN
263
232
264
233
Performs deblur process based on the binary image from the localization process. This mode has the following arguments for further customizing.
265
234
266
-
**Available Mode Arguments:**
267
-
268
-
- LibraryFileName
269
-
- LibraryParameters
270
-
271
235
### DM_SHARPENING_SMOOTHING
272
236
273
237
Performs deblur process using the sharpening and smoothing algorithm. This mode has the following arguments for further customizing.
274
238
275
-
**Available Mode Arguments:**
276
-
277
-
- LibraryFileName
278
-
- LibraryParameters
279
-
280
-
281
239
### DM_NEURAL_NETWORK
282
240
283
241
Performs deblur process by utilizing a neural network model.
@@ -286,5 +244,3 @@ Performs deblur process by utilizing a neural network model.
0 commit comments