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

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

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 日本語
Covid19Segmentation のベース クラス。

宣言 Covid19Segmentation。ネットワーク ブランチ陽性検出: ラベル 0 - 陰性。ラベル 1 - 陽性。ブランチ感染エリア検出: ラベル 0 - 陰性、ラベル 1 - 硬化、ラベル 2 - GGO。

入力はイメージ (cv:Mat) です。

出力は Covid19Segmentation ネットワークの実行結果です。

関数クイック リファレンス

次の表に、vitis::ai::Covid19Segmentation クラスに定義されているすべての関数を示します。

表 1. 関数クイック リファレンス
タイプ メンバー 引数
std::unique_ptr< Covid19Segmentation > create
  • const std::string & model_name
  • bool need_preprocess
int getInputWidth
  • void
int getInputHeight
  • void
size_t get_input_batch
  • void
Covid19SegmentationResult run_8UC1
  • const cv::Mat & image
std::vector< Covid19SegmentationResult > run_8UC1
  • const std::vector< cv::Mat > & images
Covid19SegmentationResult run_8UC3
  • const cv::Mat & image
std::vector< Covid19SegmentationResult > run_8UC3
  • const std::vector< cv::Mat > & images