Click or drag to resize
Accord.NET (logo)

BlockMatch Constructor

Initializes a new instance of the BlockMatch class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public BlockMatch(
	IntPoint sourcePoint,
	IntPoint matchPoint,
	float similarity
)
Request Example View Source

Parameters

sourcePoint
Type: AccordIntPoint
Reference point in source image.
matchPoint
Type: AccordIntPoint
Match point in search image (point of a found match).
similarity
Type: SystemSingle
Similarity between blocks in source and search images, [0..1].
See Also