ITemplateMatching インターフェイス

テンプレートマッチング

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
public interface ITemplateMatching

ITemplateMatching 型は下記のメンバーを公開します。

プロパティ
  名前説明
Public プロパティConfigs
画像認識の設定を保持するプロパティ。インデクサーを使用して設定を取得することが出来ます。
トップ
メソッド
  名前説明
Public メソッドSetBounds(String, Bounds)
テンプレートマッチングを行う位置、範囲を設定します。
Public メソッドSetBounds(String, Int32, Int32, Int32, Int32)
テンプレートマッチングを行う位置、範囲を設定します。
トップ
関連項目