vitis::ai::MedicalSegmentationResult - 3.5 日本語

Vitis AI ライブラリ ユーザー ガイド (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 日本語
MedicalSegmentation ニューラル ネットワークによって返された結果の構造体。

宣言

typedef struct
{
  int width;
  int height;
  std::vector< cv::Mat > segmentation;

} vitis::ai::MedicalSegmentationResult;
表 1. 構造体 vitis::ai::MedicalSegmentationResult のメンバーの説明
メンバー 説明
width 入力イメージの幅。
height 入力イメージの高さ。
segmentation cv::Mat (セグメンテーション結果) のベクター。