vitis::ai::FaceFeatureFloatResult - 1.2 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2020-07-21
Version
1.2 English
The result of FaceFeature ,its a 512 dimentions vector, float value.

Declaration

typedef struct
{
  std::array< float, 512 > vector_t  int width,
  int height  std::unique_ptr< vector_t > feature,

} vitis::ai::FaceFeatureFloatResult;
Table 1. Structure vitis::ai::FaceFeatureFloatResult member description
Member Description
vector_t the 512 dimention vector
width width of a input image
height height of a input image
feature