|
ExhaustiveTemplateMatching Constructor (Single)
|
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public ExhaustiveTemplateMatching(
float similarityThreshold
)
Public Sub New (
similarityThreshold As Single
)
Request Example
View SourceParameters
- similarityThreshold
- Type: SystemSingle
Similarity threshold.
See Also