Click or drag to resize
Accord.NET (logo)

ExhaustiveBlockMatchingSimilarityThreshold 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 blocks in source and search images. If similarity is lower than this value, then the candidate block in search image is not treated as a match for the block in source image.

Default value is set to 0.9.

See Also