|
KNearestNeighborMatchingT Constructor (Int32, IDistanceT)
|
Namespace:
Accord.Imaging
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public KNearestNeighborMatching(
int k,
IDistance<T> distance
)
Public Sub New (
k As Integer,
distance As IDistance(Of T)
)
Request Example
View SourceParameters
- k
- Type: SystemInt32
The number of neighbors to use when matching points. - distance
- Type: Accord.Math.DistancesIDistanceT
The distance function to consider between points.
See Also