Skip to content

Commit fa48733

Browse files
update to internal commit 2085b099
1 parent 7070890 commit fa48733

File tree

3 files changed

+4
-48
lines changed

3 files changed

+4
-48
lines changed

parameters/reference/barcode-reader-task-settings/deblur-modes.md

Lines changed: 2 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The mode arguments of the deblur mode object are shown as follow:
9393
</td>
9494
</tr>
9595
<tr>
96-
<td rowspan = "6" style="vertical-align:text-top">ModelNameArray<br>(Optional)</td>
96+
<td rowspan = "6" style="vertical-align:text-top" id="modelnamearray">ModelNameArray<br>(Optional)</td>
9797
<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.
9898
</td>
9999
</tr>
@@ -196,11 +196,6 @@ The actual deblur modes used are:
196196

197197
Performs deblur process using the binarization algorithm. This mode has the following arguments for further customizing.
198198

199-
**Available Mode Arguments:**
200-
201-
- LibraryFileName
202-
- LibraryParameters
203-
204199
### DM_THRESHOLD_BINARIZATION
205200

206201
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
209204

210205
This mode has the following arguments for further customizing.
211206

212-
**Available Mode Arguments:**
213-
214-
- LibraryFileName
215-
- LibraryParameters
216-
217207
### DM_GRAY_EQUALIZATION
218208

219209
Performs deblur process using the gray equalization algorithm. This mode has the following arguments for further customizing.
220210

221-
**Available Mode Arguments:**
222-
223-
- LibraryFileName
224-
- LibraryParameters
225-
226211
### DM_SMOOTHING
227212

228213
Performs deblur process using the smoothing algorithm. This mode has the following arguments for further customizing.
229214

230-
**Available Mode Arguments:**
231-
232-
- LibraryFileName
233-
- LibraryParameters
234-
235215
### DM_MORPHING
236216

237217
Performs deblur process using the morphing algorithm. This mode has the following arguments for further customizing.
238218

239-
**Available Mode Arguments:**
240-
241-
- LibraryFileName
242-
- LibraryParameters
243-
244219
### DM_DEEP_ANALYSIS
245220

246221
Performs deblur process using the deep analysis algorithm. This mode has the following arguments for further customizing.
247222

248223
**Available Mode Arguments:**
249224

250-
- LibraryFileName
251-
- LibraryParameters
225+
- Methods
252226

253227
### DM_SHARPENING
254228

255229
Performs deblur process using the sharpening algorithm. This mode has the following arguments for further customizing.
256230

257-
**Available Mode Arguments:**
258-
259-
- LibraryFileName
260-
- LibraryParameters
261-
262231
### DM_BASED_ON_LOC_BIN
263232

264233
Performs deblur process based on the binary image from the localization process. This mode has the following arguments for further customizing.
265234

266-
**Available Mode Arguments:**
267-
268-
- LibraryFileName
269-
- LibraryParameters
270-
271235
### DM_SHARPENING_SMOOTHING
272236

273237
Performs deblur process using the sharpening and smoothing algorithm. This mode has the following arguments for further customizing.
274238

275-
**Available Mode Arguments:**
276-
277-
- LibraryFileName
278-
- LibraryParameters
279-
280-
281239
### DM_NEURAL_NETWORK
282240

283241
Performs deblur process by utilizing a neural network model.
@@ -286,5 +244,3 @@ Performs deblur process by utilizing a neural network model.
286244

287245
- ModelNameArray
288246
- Level
289-
- LibraryFileName
290-
- LibraryParameters

parameters/reference/barcode-reader-task-settings/localization-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
181181
</td>
182182
</tr>
183183
<tr>
184-
<td rowspan = "6" style="vertical-align:text-top">ModelNameArray<br>(Optional)</td>
184+
<td rowspan = "6" style="vertical-align:text-top" id="modelnamearray">ModelNameArray<br>(Optional)</td>
185185
<td><b>Description</b><br>Sets the names of a barcode localization model.
186186
</td>
187187
</tr>

parameters/reference/label-recognizer-task-settings/localization-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
6060
</td>
6161
</tr>
6262
<tr>
63-
<td rowspan = "6" style="vertical-align:text-top">ModelNameArray<br>(Optional)</td>
63+
<td rowspan = "6" style="vertical-align:text-top" id="modelnamearray">ModelNameArray<br>(Optional)</td>
6464
<td><b>Description</b><br>Sets the names of a text localization model.
6565
</td>
6666
</tr>

0 commit comments

Comments
 (0)