Click or drag to resize
Accord.NET (logo)

KNearestNeighborMatchingTMatch Method (IEnumerableIFeaturePointT, IEnumerableIFeaturePointT)

Matches two sets of feature points.

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

Parameters

points1
Type: System.Collections.GenericIEnumerableIFeaturePointT
points2
Type: System.Collections.GenericIEnumerableIFeaturePointT

Return Value

Type: IntPoint
See Also