Skip to content

Commit

Permalink
Merge pull request #759 from dynamsoft-docs/preview
Browse files Browse the repository at this point in the history
update to internal commit f5a38e28
  • Loading branch information
DMGithubPublisher authored Jun 19, 2024
2 parents 93196f8 + 252bfec commit 8bd3142
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion performance/speed-v9.6.42.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ In addition to the above, DCE also does the following (only supported on iOS & A

When locating barcodes, DBR scans the whole image, so the larger the size of the image, the more time it takes. To speed things up, we can reduce the size of the original image. Usually the reduction is done by scaling down a large image, or delimiting the region of interest. Let's explore each of those methods:

#### Scale down a monstrous image
#### Scale down a large image

A barcode normally keeps its shape and can be read correctly even when the image gets scaled down. Therefore, DBR shrinks very large images before reading them. The parameter [ScaleDownThreshold]({{ site.parameters_reference}}scale-down-threshold.html) can be used to determine the threshold beyond which the scale down happens.

Expand Down
4 changes: 2 additions & 2 deletions performance/speed.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ In addition to the above, DCE also does the following (only supported on iOS & A

When locating barcodes, DBR scans the whole image, so the larger the size of the image, the more time it takes. To speed things up, we can reduce the size of the original image. Usually the reduction is done by scaling down a large image, or delimiting the region of interest. Let's explore each of those methods:

#### Scale down a monstrous image
#### Scale down a large image

A barcode normally keeps its shape and can be read correctly even when the image gets scaled down. Therefore, DBR shrinks very large images before reading them. The parameter [ScaleDownThreshold]({{ site.dcv_parameters_reference }}image-parameter/scale-down-threshol.html) can be used to determine the threshold beyond which the scale down happens.
A barcode normally keeps its shape and can be read correctly even when the image gets scaled down. Therefore, DBR shrinks very large images before reading them. The parameter [ScaleDownThreshold]({{ site.dcv_parameters_reference }}image-parameter/scale-down-threshold.html) can be used to determine the threshold beyond which the scale down happens.

**Recommendation**

Expand Down
1 change: 1 addition & 0 deletions release-notes/dbr-rn-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ noTitleIndex: true

| Versions | Available Editions |
| -------- | ------------------ |
| 10.2.12 | [.NET]({{ site.dotnet_release_notes }}dotnet-10.html#10212-06192024){:target="_blank"} |
| 10.2.11 | [Android]({{ site.android_release_notes}}android-10.html#10211-05152024){:target="_blank"} / [iOS]({{ site.oc_release_notes }}ios-10.html#10211-05152024){:target="_blank"} / [.NET]({{ site.dotnet_release_notes }}dotnet-10.html#10211-06122024){:target="_blank"} |
| 10.2.10 | [C++]({{ site.cpp_release_notes}}cpp-10.html#10210-03012024){:target="_blank"} / [.NET]({{ site.dotnet_release_notes }}dotnet-10.html#10210-05302024){:target="_blank"} / [JavaScript]({{ site.js_release_notes }}js-10.html#10210-04032024){:target="_blank"} / [Android]({{ site.android_release_notes }}android-10.html#10210-04162024){:target="_blank"} / [iOS]({{ site.oc_release_notes }}ios-10.html#10210-04162024){:target="_blank"} |
| 10.2.0 | [C++]({{ site.cpp_release_notes}}cpp-10.html#1020-01162024){:target="_blank"} |
Expand Down

0 comments on commit 8bd3142

Please sign in to comment.