vitis::ai::FaceLandmarkResult - 1.4 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2021-07-22
Version
1.4 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.