|
KNearestNeighborMatching Constructor (Int32)
|
Namespace:
Accord.Imaging
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public KNearestNeighborMatching(
int k
)
Public Sub New (
k As Integer
)
Request Example
View SourceParameters
- k
- Type: SystemInt32
The number of neighbors to use when matching points.
See Also