TransformXY

Performs coordinates transformation

TransformXY <unitNo>, <imageNo>, <mode>, <srcX>, <srcY>, <destX>, <destY>

Parameters
<unitNo>
Processing unit No
imageNo
Image number
mode
Transformation mode
0:After transform → Before transform
1:Before transform → After transform
10:Picture element → Calibration

srcX
Coordinate X value before transformation
srcY
Coordinate Y value before transformation
<destX>
Coordinate X value after transformation(the real type array element is acceptable)
<destY>
Coordinate Y value after transformation(the real type array element is acceptable)

Return Value
None.

Description
Performs coordinates transformation.

Notes