facedetect ネットワークの結果の構造体。
宣言
typedef struct
{
int width,
int height,
std::vector< BoundingBox
> rects
} vitis::ai::FaceDetectResult;
メンバー | 説明 |
---|---|
width | 入力イメージの幅。 |
height | 入力イメージの高さ。 |
rects | すべての顔 (信頼度が検出しきい値以上のもの)。 |
宣言
typedef struct
{
int width,
int height,
std::vector< BoundingBox
> rects
} vitis::ai::FaceDetectResult;
メンバー | 説明 |
---|---|
width | 入力イメージの幅。 |
height | 入力イメージの高さ。 |
rects | すべての顔 (信頼度が検出しきい値以上のもの)。 |