MatchResult コンストラクター

画像認識の結果

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
public MatchResult(
	int x,
	int y,
	double score,
	Rectangle rectangle,
	TemplateMatchingConfig config
)

パラメーター

x
型: SystemInt32

["M:KeyToKey.Plugins.MatchResult.#ctor(System.Int32,System.Int32,System.Double,System.Drawing.Rectangle,KeyToKey.Plugins.TemplateMatchingConfig)"に対する<param name="x"/>がありません

y
型: SystemInt32

["M:KeyToKey.Plugins.MatchResult.#ctor(System.Int32,System.Int32,System.Double,System.Drawing.Rectangle,KeyToKey.Plugins.TemplateMatchingConfig)"に対する<param name="y"/>がありません

score
型: SystemDouble

["M:KeyToKey.Plugins.MatchResult.#ctor(System.Int32,System.Int32,System.Double,System.Drawing.Rectangle,KeyToKey.Plugins.TemplateMatchingConfig)"に対する<param name="score"/>がありません

rectangle
型: System.DrawingRectangle

["M:KeyToKey.Plugins.MatchResult.#ctor(System.Int32,System.Int32,System.Double,System.Drawing.Rectangle,KeyToKey.Plugins.TemplateMatchingConfig)"に対する<param name="rectangle"/>がありません

config
型: KeyToKey.PluginsTemplateMatchingConfig

["M:KeyToKey.Plugins.MatchResult.#ctor(System.Int32,System.Int32,System.Double,System.Drawing.Rectangle,KeyToKey.Plugins.TemplateMatchingConfig)"に対する<param name="config"/>がありません

関連項目