Mech-DLK SDK C API 2.0.0
C API reference documentation for secondary development with Mech-DLK
|
This struct defines the information on fast positioning keypoints. More...
#include <dl_result.h>
Data Fields | |
float | startX |
X-coordinate of the starting point for fast positioning. | |
float | startY |
Y-coordinate of the starting point for fast positioning. | |
float | endX |
X-coordinate of the end point for fast positioning. | |
float | endY |
Y-coordinate of the end point for fast positioning. | |
This struct defines the information on fast positioning keypoints.
float endX |
X-coordinate of the end point for fast positioning.
float endY |
Y-coordinate of the end point for fast positioning.
float startX |
X-coordinate of the starting point for fast positioning.
float startY |
Y-coordinate of the starting point for fast positioning.