Mech-DLK SDK C API 2.0.2
C API reference documentation for secondary development with Mech-DLK
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Pages
Data Fields
KeyPoints Struct Reference

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.
 

Detailed Description

This struct defines the information on fast positioning keypoints.

Field Documentation

◆ endX

float KeyPoints::endX

X-coordinate of the end point for fast positioning.

◆ endY

float KeyPoints::endY

Y-coordinate of the end point for fast positioning.

◆ startX

float KeyPoints::startX

X-coordinate of the starting point for fast positioning.

◆ startY

float KeyPoints::startY

Y-coordinate of the starting point for fast positioning.


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