GlobalsBridgeMatches メソッド (String, ITemplateMatchingImage, IEnumerableMatchResult)

テンプレート画像に類似する複数の画像を探します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
public bool Matches(
	string identifier,
	ITemplateMatchingImage sourceImage,
	out IEnumerable<MatchResult> results
)

パラメーター

identifier
型: SystemString
識別キー
sourceImage
型: KeyToKey.PluginsITemplateMatchingImage
探索元の画像
results
型: System.Collections.GenericIEnumerableMatchResult
結果

戻り値

型: Boolean
類似画像が見つかったかどうかを返します。

実装

IGlobalsMatches(String, ITemplateMatchingImage, IEnumerableMatchResult)
関連項目