Manual

Table Of Contents
DobotVisionStudio User Guide
Issue V4.1.2 (2022-06-08) User Guide Copyright © Yuejiang Technology Co., Ltd.
185
tan(x)
x is angle,the returned value is
tan.
atan(x)
It is atan, angle value is returned.
tanh(x)
x is angle,the returned value is
tanh.
atanh(x)
It is atanh, angle value is returned.
max(x,y)
Get the larger value from x and y.
min(x,y)
Get the smaller value from x and
y.
round (decimal value)
Round all decimal places to ones
place, and output after the decimal
position is 0.
log(x)
Returns the natural logarithm of
the specified number (base e).
pow(x,y)
x raised to the power of y.
abs(x)
Returns the absolute value of x.
ceil(x)
The smallest integer value of
returned value is larger than or is
equal to x.
log10(x)
Returns the logarithm of x to the
base 10
floor(x)
The max. integer value of
returned value is smaller than or is
equal to x.
trunc(x)
Calculate the integer part of x,
which is the nearest integer
rounded towards zero.
sqrt(x)
The returned value is x's square
root.
exp(x)
Returns e to the power of x.
Image Processing
The tool of image processing is used to process the target image. The sub-menu of image processing
includes image combination, image morphology, image binarization, image filter, image
enhancement, image math, image sharpness, image fixture, shade correction, affine transformation,
polar unwarp, copy fill, frame mean, etc.