Struct of the result returned by the ultrafast neural network.
Declaration
typedef struct
{
int width,
int height,
std::vector< std::vector< std::pair< float, float > > > lanes
} vitis::ai::UltraFastResult;
Member | Description |
---|---|
width | Width of input image. |
height | Height of input image. |
lanes | vector of lanes information. each lane is a vector holding pair structure. |