KeyPointInfo
Function
It records coordinates of target key points (eyes, nose tip, and mouth corners).
Structure Definition
struct KeyPointInfo {
float kPBefore[LANDMARK_LEN];
};
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
kPBefore |
Input |
Key point coordinate array. |
Parent topic: Data Structure