Match the SURF feature from the observed image to the features from the model image
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public SURFTracker..::.MatchedSURFFeature[] MatchFeature( SURFFeature[] observedFeatures, int k, int emax ) |
Visual Basic (Declaration) |
---|
Public Function MatchFeature ( _ observedFeatures As SURFFeature(), _ k As Integer, _ emax As Integer _ ) As SURFTracker..::.MatchedSURFFeature() |
Visual C++ |
---|
public: array<SURFTracker..::.MatchedSURFFeature>^ MatchFeature( array<SURFFeature^>^ observedFeatures, int k, int emax ) |
Parameters
- observedFeatures
- Type: array<
Emgu.CV..::.SURFFeature
>[]()[]
The SURF feature from the observed image
- k
- Type: System..::.Int32
The number of neighbors to find
- emax
- Type: System..::.Int32
For k-d tree only: the maximum number of leaves to visit.