Declaration
typedef struct
{
int width;
int height;
int count;
} vitis::ai::BCCResult;
| Member | Description |
|---|---|
| width | Width of input image. |
| height | Height of input image. |
| count | Count of crowd. |
Declaration
typedef struct
{
int width;
int height;
int count;
} vitis::ai::BCCResult;
| Member | Description |
|---|---|
| width | Width of input image. |
| height | Height of input image. |
| count | Count of crowd. |