Mech-DLK SDK C API 2.0.2
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 KeyPoints::endX |
X-coordinate of the end point for fast positioning.
float KeyPoints::endY |
Y-coordinate of the end point for fast positioning.
float KeyPoints::startX |
X-coordinate of the starting point for fast positioning.
float KeyPoints::startY |
Y-coordinate of the starting point for fast positioning.