Mech-DLK SDK C++ API 2.0.2
C++ API reference documentation for secondary development with Mech-DLK
All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Public Attributes | List of all members
mmind::dl::MMindKeyPoints Struct Reference

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.
 

Detailed Description

Defines the information on fast positioning keypoints.

Member Data Documentation

◆ endX

float mmind::dl::MMindKeyPoints::endX

X-coordinate of the end point for fast positioning.

◆ endY

float mmind::dl::MMindKeyPoints::endY

Y-coordinate of the end point for fast positioning.

◆ startX

float mmind::dl::MMindKeyPoints::startX

X-coordinate of the starting point for fast positioning.

◆ startY

float mmind::dl::MMindKeyPoints::startY

Y-coordinate of the starting point for fast positioning.


The documentation for this struct was generated from the following file: