Click or drag to resize
Accord.NET (logo)

ExhaustiveTemplateMatching Constructor (Single)

Initializes a new instance of the ExhaustiveTemplateMatching class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ExhaustiveTemplateMatching(
	float similarityThreshold
)
Request Example View Source

Parameters

similarityThreshold
Type: SystemSingle
Similarity threshold.
See Also