public FindFeatures ( float descriptors, Matrix |
||
descriptors | float | The m feature descriptors to be searched from the feature tree |
results | Matrix |
/// The results of the best |
dist | Matrix |
/// A m x |
k | int | The number of neighbors to find |
emax | int | For k-d tree only: the maximum number of leaves to visit. Use 20 if not sure |
return | void |