The result of the facequality network. It is a single float value.
Declaration
typedef struct
{
int width,
int height,
float value
} xilinx::ai::FaceQualityResult;
| Member | Description |
|---|---|
| width | Width of input image. |
| height | Height of input image. |
| value | Quality value ranges from 0.0 to 1.0. |