vitis::ai::FaceLandmarkResult - 3.5 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 English
Struct of the result returned by the facelandmark network.

Declaration

typedef struct
{
  std::array< std::pair< float, float >, 5 > points;

} vitis::ai::FaceLandmarkResult;
Table 1. Structure vitis::ai::FaceLandmarkResult Member Description
Member Description
points

Five key points coordinate. This array of <x,y> has five elements, x / y is normalized relative to width / height, the value range from 0 to 1.