vitis::ai::FaceLandmarkResult - 1.3 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2021-02-03
Version
1.3 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.