Interface IPredictor
任意の画像に対する推論実行が可能なことを表すインターフェースです。
Inherited Members
Namespace: Menou.Menoute.Runtime
Assembly: Menou.Menoute.Runtime.dll
Syntax
public interface IPredictor : IDisposable
Properties
Name | Description |
---|---|
ColorDictionary | 色辞書のproperty |
TaskInspectors | タスク推論結果検査機構の一覧。 |
TaskNames | ランタイムに含まれるタスク名の一覧。 |
Methods
Name | Description |
---|---|
Predict(IMenouImage) | 指定された画像に対する推論を実行します。 |
Predict(byte[]) | 指定された画像に対する推論を実行します。 |
Predict(Bitmap) | 指定された画像に対する推論を実行します。 |
Predict(string) | 指定された画像に対する推論を実行します。 |