Initializes a new instance of the ExhaustiveTemplateMatching class.

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public ExhaustiveTemplateMatching(
	float similarityThreshold
)

Parameters

similarityThreshold
Type: System..::.Single
Similarity threshold.

See Also