ssd ニューロン ネットワークによって返された結果の構造体。
宣言
typedef struct
{
int width,
int height,
std::vector< cv::Mat > segmentation
} vitis::ai::MedicalSegmentationResult;
メンバー | 説明 |
---|---|
width | 入力イメージの幅。 |
height | 入力イメージの高さ。 |
segmentation |
宣言
typedef struct
{
int width,
int height,
std::vector< cv::Mat > segmentation
} vitis::ai::MedicalSegmentationResult;
メンバー | 説明 |
---|---|
width | 入力イメージの幅。 |
height | 入力イメージの高さ。 |
segmentation |