|
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
)
Public Function Match (
points1 As IEnumerable(Of IFeaturePoint(Of T)),
points2 As IEnumerable(Of IFeaturePoint(Of T))
) As IntPoint()()
Request Example
View SourceParameters
- points1
- Type: System.Collections.GenericIEnumerableIFeaturePointT
- points2
- Type: System.Collections.GenericIEnumerableIFeaturePointT
Return Value
Type:
IntPointSee Also