runSegmentation - 3.5 日本語

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

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 日本語

バッチ モードの segmentation の結果を取得する関数。

プロトタイプ

std::vector< cv::Mat > runSegmentation(std::vector< cv::Mat > batch_images)=0;

パラメーター

次の表に、runSegmentation 関数の引数を示します。

表 1. runSegmentation の引数
タイプ メンバー 説明
std::vector< cv::Mat > batch_images segmentation のための複数の異なるカメラからのイメージのバッチ入力。サイズは get_segmentation_batch の結果に等しい値です。

戻り値

セグメンテーション結果 (cv::Mat) のベクター。