|
KNearestNeighborMatchingTCreateNeighbors Method
|
Creates a nearest neighbor algorithm with the feature points as
inputs and their respective indices a the corresponding output.
Namespace:
Accord.Imaging
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax protected virtual IMulticlassScoreClassifier<T> CreateNeighbors(
T[] features
)
Protected Overridable Function CreateNeighbors (
features As T()
) As IMulticlassScoreClassifier(Of T)
Request Example
View SourceParameters
- features
- Type: T
Return Value
Type:
IMulticlassScoreClassifierTSee Also