Click or drag to resize
Accord.NET (logo)

ExhaustiveTemplateMatchingSimilarityThreshold Property

Similarity threshold, [0..1].

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public float SimilarityThreshold { get; set; }
Request Example View Source

Property Value

Type: Single
Remarks

The property sets the minimal acceptable similarity between template and potential found candidate. If similarity is lower than this value, then object is not treated as matching with template.

Default value is set to 0.9.

See Also