segmentation ニューラル ネットワークによって返された結果の構造体。
宣言
typedef struct
{
int width;
int height;
cv::Mat segmentation;
} vitis::ai::MedicalSegcellResult;
| メンバー | 説明 |
|---|---|
| width | 入力イメージの幅。 |
| height | 入力イメージの高さ。 |
| segmentation | cv::Mat モードの
Segmentation
結果。 |