Click or drag to resize
Accord.NET (logo)

KNearestNeighborMatchingTMatch Method (IFeaturePointT, IFeaturePointT)

Matches two sets of feature points.

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

Parameters

points1
Type: Accord.ImagingIFeaturePointT
points2
Type: Accord.ImagingIFeaturePointT

Return Value

Type: IntPoint
See Also