Struct of the result returned by the facelandmark network.
Declaration
typedef struct
{
std::array< std::pair< float, float >, 5 > points
} vitis::ai::FaceLandmarkResult;
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. |