Package com.nefrock.edgeocr
Class YotsukaDDetectorSettings
java.lang.Object
com.nefrock.edgeocr.YotsukaDDetectorSettings
YotsukaD検出モデル設定を表す構造体
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
void
setNmsThreshold
(float nmsThreshold) YotsukaD検出モデルにおけるNMSの閾値を設定する
-
Constructor Details
-
YotsukaDDetectorSettings
public YotsukaDDetectorSettings(float nmsThreshold) YotsukaD検出モデルの設定を初期化する- Parameters:
nmsThreshold
- NMSの閾値
-
-
Method Details
-
getNmsThreshold
public float getNmsThreshold()- Returns:
- YotsukaD検出モデルにおけるNMSの閾値
-
setNmsThreshold
public void setNmsThreshold(float nmsThreshold) YotsukaD検出モデルにおけるNMSの閾値を設定する- Parameters:
nmsThreshold
- 閾値
-