Class Predictor
任意の画像に対する推論を実行します。 MENOU-TE が出力するランタイムファイルをロードすることにより生成可能です。
Inherited Members
Namespace: Menou.Menoute.Runtime
Assembly: Menou.Menoute.Runtime.dll
Syntax
public class Predictor : IPredictor, IDisposable
Properties
Name | Description |
---|---|
ColorDictionary | 色辞書のproperty |
TaskInspectors | タスクに対する検査項目の一覧が設定されます。 |
TaskNames | ランタイムに含まれるタスク名の一覧が設定されます。 |
Version | バージョン情報。 |
Methods
Name | Description |
---|---|
Dispose() | |
Dispose(bool) | |
Load(string, string) | ランタイムファイルをロードし、自身のオブジェクトを生成します。 生成されたオブジェクトは不要になったタイミングで適宜破棄(Dispose)を実行してください。 |
Predict(IMenouImage) | 指定された画像に対する推論を実行します。 |
Predict(byte[]) | 指定された画像に対する推論を実行します。 |
Predict(Bitmap) | 指定された画像に対する推論を実行します。 |
Predict(string) | 指定された画像に対する推論を実行します。 |