#include "opencv2/flann/dist.h"
#include "opencv2/flann/matrix.h"
Go to the source code of this file.
Namespaces | |
namespace | cvflann |
Functions | |
template<typename T > | |
void | cvflann::compute_ground_truth (const Matrix< T > &dataset, const Matrix< T > &testset, Matrix< int > &matches, int skip=0) |
template<typename T > | |
void | cvflann::find_nearest (const Matrix< T > &dataset, T *query, int *matches, int nn, int skip=0) |