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