Namespaces | Functions
include/opencv2/flann/ground_truth.h File Reference

Go to the source code of this file.

Namespaces

namespace  cvflann

Functions

template<typename T >
void cvflann::find_nearest (const Matrix< T > &dataset, T *query, int *matches, int nn, int skip=0)
template<typename T >
void cvflann::compute_ground_truth (const Matrix< T > &dataset, const Matrix< T > &testset, Matrix< int > &matches, int skip=0)