vitis::ai::FaceLandmarkResult - 2.0 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2022-01-20
Version
2.0 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.