Manual

Table Of Contents
DobotVisionStudio User Guide
Issue V4.1.2 (2022-06-08) User Guide Copyright © Yuejiang Technology Co., Ltd.
138
BCR Recognition
The tool of BCR recognition is used to locate and identify the bar code in the specified area, and
tolerate the target barcode to rotate at any angle and tilt at a certain angle. It supports CODE39 code,
CODE128 code, Codabar code, EAN code, alternating 25 code and CODE93 code. The specific
operation is shown below.
Recognition Parameters:
Code Enabling: it supports CODE39 code, CODE128 code, Codabar code, EAN code,
alternating 25 code and CODE93 code. Enable according code type.
Bar Code Number: the max. quantity of bar codes that are expected to be found and output.
If the quantity of actually found is smaller than this parameter, the actual quantity of bar codes is
output.
Subsampling coefficient: it is also called downsampling, which means that the number of
sampling points is decreased. For an image of N*M, if the subsampling coefficient is K, then one
dot is taken every K points of each row and column in the original image to create an image.
Therefore, the larger the subsampling coefficient, the more sparse the contour points will be, and
the less detailed contour will be. It is recommended that the value should not be set too large.
Detection Window Size: it is the size of bar code area location window size. The default
value is 4, and when the blank space in the bar code is relatively large, you can set it larger, for
example 8. But you have to make sure that the bar code height is greater than 6 times of that of the
window size, and the value range is from 4 to 65.
Quite Zone Width: it refers to the width of the blank area on the left and right sides of the
bar code. The default value is 30. If the blank area is sparse, you can set the value as 50.
Bar Code Height Range: the minimum bar code height and the maximum bar code height
that algorithm is able to recognize. The default value is from 30 to 200.
Dfk Filter Size: the minimum bar code height and the maximum bar code height that
algorithm is able to recognize. The default value is from 30 to 2400.
Timeout-Period to Exit: if the running time of the algorithm exceeds this parameter value,
it will exit directly and unit is ms. When this parameter is set as 0, the actual time that algorithm
costs should prevail, and the unit is ms.
OCR Recognition