|
Mech-DLK SDK C++ API 2.0.3
C++ API reference documentation for secondary development with Mech-DLK
|
Defines the information on fast positioning keypoints. More...
#include <MMIndResult.h>
Public Attributes | |
| 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. | |
Defines the information on fast positioning keypoints.
| float mmind::dl::MMindKeyPoints::endX |
X-coordinate of the end point for fast positioning.
| float mmind::dl::MMindKeyPoints::endY |
Y-coordinate of the end point for fast positioning.
| float mmind::dl::MMindKeyPoints::startX |
X-coordinate of the starting point for fast positioning.
| float mmind::dl::MMindKeyPoints::startY |
Y-coordinate of the starting point for fast positioning.