OpenCV
4.0.0
Open Source Computer Vision
|
Namespaces | |
cvflann | |
Functions | |
template<typename Distance > | |
void | cvflann::compute_ground_truth (const Matrix< typename Distance::ElementType > &dataset, const Matrix< typename Distance::ElementType > &testset, Matrix< int > &matches, int skip=0, Distance d=Distance()) |
template<typename Distance > | |
void | cvflann::find_nearest (const Matrix< typename Distance::ElementType > &dataset, typename Distance::ElementType *query, int *matches, int nn, int skip=0, Distance distance=Distance()) |