|   | KNearestNeighborMatching Constructor (Int32, IDistanceDouble) | 
        
          
    Namespace: 
   Accord.Imaging
    Assembly:
   Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
 Syntax
Syntaxpublic KNearestNeighborMatching(
	int k,
	IDistance<double[]> distance
)
Public Sub New ( 
	k As Integer,
	distance As IDistance(Of Double())
)
Parameters
- k
- Type: SystemInt32
 The number of neighbors to use when matching points.
- distance
- Type: Accord.Math.DistancesIDistanceDouble
 The distance function to consider between points.
 See Also
See Also