public MatchFeature ( Emgu.CV.Features2D.ImageFeature observedFeatures, int k, int emax ) : MatchedImageFeature[] | ||
observedFeatures | Emgu.CV.Features2D.ImageFeature | The Image feature from the observed image |
k | int | The number of neighbors to find |
emax | int | For k-d tree only: the maximum number of leaves to visit. |
return | MatchedImageFeature[] |