vitis::ai::FaceFeatureFloatResult
FaceFeature の結果は、512 次元のベクター、浮動小数点の値です。宣言
typedef struct
{
std::array< float, 512 > vector_t int width,
int height std::unique_ptr< vector_t > feature,
} vitis::ai::FaceFeatureFloatResult;| メンバー | 説明 |
|---|---|
| vector_t | 512 次元のベクター。 |
| width | 入力イメージの幅。 |
| height | 入力イメージの高さ。 |
| feature |