MxKeyPoint
Function Usage
Defines the data information of key human feature points.
Structure Definition
struct MxKeyPoint{
float x;
float y;
int32_t name;
float score;
}
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
x |
Input |
X coordinate of a key point |
y |
Input |
Y coordinate of a key point |
name |
Input |
Key point name |
score |
Input |
Key point confidence |
Parent topic: Data Structure