vitis::ai::Segmentation3DResult - 3.0 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-01-12
Version
3.0 English
Base class for segmentation 3D object data in the vector<float> mode.

Declaration

typedef struct
{
  int width;
  int height;
  std::vector< int > array;

} vitis::ai::Segmentation3DResult;
Table 1. Structure vitis::ai::Segmentation3DResult Member Description
Member Description
width Width of the network model.
height Height of the network model.
array Input 3D object data.