create
platedetect の派生クラスのインスタンスを取得するファクトリ関数。
PlaterDatect クラスのインスタンスです。
プロトタイプ
std::unique_ptr< PlateDetect > create(const std::string &model_name, bool need_preprocess=true);
パラメーター
次の表に、create 関数の引数を示します。
| タイプ | 名前 | 説明 |
|---|---|---|
| コメントされたパラメーター need_mean_scale_process は関数 create に存在しません。 | need_mean_scale_process | 平均値/スケール値で正規化するかどうか。デフォルト値は true。 |