Click or drag to resize
Accord.NET (logo)

TemplateMatch Constructor

Initializes a new instance of the TemplateMatch class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public TemplateMatch(
	Rectangle rect,
	float similarity
)
Request Example View Source

Parameters

rect
Type: System.DrawingRectangle
Rectangle of the matching area.
similarity
Type: SystemSingle
Similarity between template and found matching, [0..1].
See Also