Manual

Table Of Contents
DobotVisionStudio User Guide
Issue V4.1.2 (2022-06-08) User Guide Copyright © Yuejiang Technology Co., Ltd.
270
Cases
Location for USB Hole
In this example, measure the position information of the CNC USB interface, and determine the
center point position, as shown below.
Steps:
1. Solution establishment idea:
Find the position of the USB interface in the image by matching template.
Find the four lines of the trapezoidal interface, including upper line, left line, lower line,
right line. l
Measure the intersection of two adjacent lines: the intersection point on the upper left line,
the intersection point on the upper right line, the intersection point on the lower left line,
and the intersection point on the lower right line.
Measure the distance between two diagonal points: the distance between the upper left
line intersection point and the lower right line intersection point, and the distance between
the upper right line intersection point and the lower left line intersection point.
The overall solution flow is shown below.