create

クラス PlateNum の派生クラスのインスタンスを取得するファクトリ関数。

PlateNum クラスのインスタンス。

プロトタイプ

std::unique_ptr< PlateNum > create(const std::string &model_name, bool need_preprocess=true);

パラメーター

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

表 1. create の引数
タイプ 名前 説明
コメントされたパラメーター need_mean_scale_process は関数 create に存在しません。 need_mean_scale_process 平均値/スケール値で正規化するかどうか。デフォルト値は true。