此基本类对应 vector<float> 模式下的分割三维对象数据。
声明
typedef struct
{
int width;
int height;
std::vector< int > array;
} vitis::ai::Segmentation3DResult;
成员 | 描述 |
---|---|
width | 网络模型的宽度。 |
height | 网络模型的高度。 |
array | 输入三维对象数据。 |
声明
typedef struct
{
int width;
int height;
std::vector< int > array;
} vitis::ai::Segmentation3DResult;
成员 | 描述 |
---|---|
width | 网络模型的宽度。 |
height | 网络模型的高度。 |
array | 输入三维对象数据。 |