Similarity threshold, [0..1].

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

Syntax

C#
public float SimilarityThreshold { get; set; }

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