Click or drag to resize
Accord.NET (logo)

CorrelationMatchingMatch Method (IntPoint, IntPoint)

Matches two sets of feature points computed from the given images.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public IntPoint[][] Match(
	IntPoint[] points1,
	IntPoint[] points2
)
Request Example View Source

Parameters

points1
Type: AccordIntPoint
points2
Type: AccordIntPoint

Return Value

Type: IntPoint
See Also