Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.18 KB

scale-down-threshold.md

File metadata and controls

34 lines (26 loc) · 1.18 KB
layout title description keywords needAutoGenerateSidebar needGenerateH3Content noTitleIndex permalink
default-layout
ScaleDownThreshold - Dynamsoft Capture Vision Parameters
The parameter ScaleDownThreshold of Dynamsoft Capture Vision is for defining the threshold for image shrinking.
ScaleDownThreshold, parameter reference, parameter
true
true
true
/parameters/reference/image-parameter/scale-down-threshold.html

ScaleDownThreshold

Parameter ScaleDownThreshold defines the threshold for image shrinking.

Example

{
    "ScaleDownThreshold": 1024
}

Parameter Summary

When the input image is too large, this parameter ScaleDownThreshold can be used to reduce the size.

ScaleDownThreshold Parameter Summary
Description
If the shorter edge size is larger than the given value, the library will calculate the required height and width of the barcode image and shrink the image to that size before going to further processes. Otherwise, it will perform processes on the original image.
Type
int
Value range
[512, 0x7fffffff]
Default Value
2300