vitis::ai::FaceDetectResult - 1.2 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2020-07-21
Version
1.2 English
Struct of the result with the facedetect network.

Declaration

typedef struct
{
  int width,
  int height,
  std::vector< BoundingBox > rects
} vitis::ai::FaceDetectResult;
Table 1. Structure vitis::ai::FaceDetectResult member description
Member Description
width Width of a input image.
height Height of a input image.
rects All faces, filtered by confidence >= detect threshold.