vitis::ai::Segmentation3DResult - 1.4.1 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2021-12-11
Version
1.4.1 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.