setThreshold - 2.5 日本語

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

Document ID
UG1354
Release Date
2022-06-15
Version
2.5 日本語

検出しきい値を更新する関数。

注記: 検出結果は検出しきい値でフィルターされます (スコア >= しきい値)。

プロトタイプ

void setThreshold(float threshold)=0;

パラメーター

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

表 1. setThreshold の引数
タイプ メンバー 説明
float threshold 検出しきい値。値の範囲は 0 ~ 1 です。

戻り値